The SWFMovie class
Introducción
SWFMovie is a movie object representing an SWF movie.
Class synopsis
SWFMovie
class SWFMovie
{
/* Methods */
mixed add
( object $instance
)
void addExport
( SWFCharacter $char
, string $name
)
SWFMovie __construct
( int $version
)
SWFSprite importChar
( string $libswf
, string $name
)
SWFFontChar importFont
( string $libswf
, string $name
)
void labelFrame
( string $label
)
void nextFrame
( void
)
int output
([ int $compression
] )
void remove
( object $instance
)
int save
( string $filename
[, int $compression
] )
int saveToFile
( stream $x
[, int $compression
] )
void setbackground
( int $red
, int $green
, int $blue
)
void setDimension
( int $width
, int $height
)
void setFrames
( int $number
)
void setRate
( int $rate
)
void writeExports
( void
)
}Table of Contents
- SWFMovie->add() — Adds any type of data to a movie
- SWFMovie->addExport() — Descripción
- SWFMovie->addFont() — Descripción
- SWFMovie->__construct() — Creates a new movie object, representing an SWF version 4 movie
- SWFMovie->importChar() — Descripción
- SWFMovie->importFont() — Descripción
- SWFMovie->labelFrame() — Labels a frame
- SWFMovie->nextFrame() — Moves to the next frame of the animation
- SWFMovie->output() — Dumps your lovingly prepared movie out
- SWFMovie->remove() — Removes the object instance from the display list
- SWFMovie->save() — Saves the SWF movie in a file
- SWFMovie->saveToFile() — Descripción
- SWFMovie->setbackground() — Sets the background color
- SWFMovie->setDimension() — Sets the movie's width and height
- SWFMovie->setFrames() — Sets the total number of frames in the animation
- SWFMovie->setRate() — Sets the animation's frame rate
- SWFMovie->startSound() — Descripción
- SWFMovie->stopSound() — Descripción
- SWFMovie->streamMP3() — Streams a MP3 file
- SWFMovie->writeExports() — Descripción
SWFMovie
There are no user contributed notes for this page.
