Description
SWFMovie 
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 without notice in a future release of PHP. 
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.