SWFMovie::saveToFile

(PHP 5 <= 5.3.0, PECL ming SVN) int SWFMovie::saveToFile ( resource $x [, int $compression = -1 ] ) Parameters: X compression The compression level can be a value between 0 and 9, defining the SWF compression similar to gzip compression. This parameter is only available as of Flash MX (6). Returns: Return the number of bytes w

SWFMovie::save

(PHP 5 <= 5.3.0, PECL ming SVN) Saves the SWF movie in a file int SWFMovie::save ( string $filename [, int $compression = -1 ] ) Saves the SWF movie to the specified filename. Parameters: filename The path to the saved SWF document. compression The compression level can be a value between 0 and 9, defining the SWF compression simila

SWFMovie::remove

(PHP 5.2.1-5.3.0, PHP 7, PECL ming SVN) Removes the object instance from the display list void SWFMovie::remove ( object $instance ) Removes the given object instance from the display list. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future

SWFMovie::output

(PHP 5 <= 5.3.0, PECL ming SVN) Dumps your lovingly prepared movie out int SWFMovie::output ([ int $compression ] ) Dumps the SWFMovie. Don't forget to send the Content-Type HTTP header file before using this function, in order to display the movie in a browser. Parameters: compression The compression level can be a value between 0 and 9, defining the SWF compression

SWFMovie::nextFrame

(PHP 5 <= 5.3.0, PECL ming SVN) Moves to the next frame of the animation void SWFMovie::nextFrame ( void ) Moves to the next frame of the animation. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should b

SWFMovie::labelFrame

(PHP 5 <= 5.3.0, PECL ming SVN) Labels a frame void SWFMovie::labelFrame ( string $label ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFMovie::importFont

(PHP 5 <= 5.3.0, PECL ming SVN) SWFFontChar SWFMovie::importFont ( string $libswf, string $name ) This function is currently not documented; only its argument list is available. See also: SWFMovie::importChar() -

SWFMovie::importChar

(PHP 5 <= 5.3.0, PECL ming SVN) SWFSprite SWFMovie::importChar ( string $libswf, string $name ) This function is currently not documented; only its argument list is available. See also: SWFMovie::importFont() -

SWFMovie::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new movie object, representing an SWF version 4 movie SWFMovie::__construct ([ int $version ] ) Creates a new movie object, representing an SWF movie. Parameters: version The desired SWF version. Default is 4. This function is EXPERIMENTAL. The behaviour of this function, its name, a

SWFMovie::addFont

(PHP 5 <= 5.3.0, PECL ming SVN) mixed SWFMovie::addFont ( SWFFont $font ) Returns: No value is returned. This function is currently not documented; only its argument list is available.