The SWFMovie class

(PHP 5 < 5.3.0, PECL ming SVN)

Введение

SWFMovie is a movie object representing an SWF movie.

Обзор классов

SWFMovie {
/* Методы */
add ( object $instance ) : mixed
addExport ( SWFCharacter $char , string $name ) : void
addFont ( SWFFont $font ) : mixed
__construct ([ int $version ] )
importChar ( string $libswf , string $name ) : SWFSprite
importFont ( string $libswf , string $name ) : SWFFontChar
labelFrame ( string $label ) : void
nextFrame ( void ) : void
output ([ int $compression ] ) : int
remove ( object $instance ) : void
save ( string $filename [, int $compression = -1 ] ) : int
saveToFile ( resource $x [, int $compression = -1 ] ) : int
setbackground ( int $red , int $green , int $blue ) : void
setDimension ( float $width , float $height ) : void
setFrames ( int $number ) : void
setRate ( float $rate ) : void
stopSound ( SWFSound $sound ) : void
streamMP3 ( mixed $mp3file [, float $skip = 0 ] ) : int
writeExports ( void ) : void
}

Содержание