(PHP 4 >= 4.0.5)
SWFMovie -- Creates a new movie object, representing an SWF version 4 movie.
Description
new swfmovie (void)
| Warning |
|
This function is EXPERIMENTAL. The behaviour of this function, the name of this
function, and anything else documented about this function may change in a future release of PHP
without notice. Be warned and use this function at your own risk.
|
swfmovie() creates a new movie object, representing an SWF version 4 movie.
SWFMovie has the following methods :
swfmovie->output(),swfmovie->save(), swfmovie->add(),
swfmovie->remove(), swfmovie->nextframe(), swfmovie->setbackground(),
swfmovie->setrate(), swfmovie->setdimension(), swfmovie->setframes()
and swfmovie->streammp3().
See examples in : swfdisplayitem->rotateto(), swfshape->setline(),
swfshape->addfill()... Any example will use this object.
|