(PHP 5 <= 5.3.0, PECL ming SVN)
 
  
   Introduction
   
   SWFMovie is a movie object representing an SWF
   movie.
   
   
 
  
   Class synopsis
 
   
    
 
    
     
      SWFMovie
     
     {
 
    
    
   mixed add
    ( 
object $instance
   )
 
   void addExport
    ( 
SWFCharacter $char
   , 
string $name
   )
 
   SWFSprite importChar
    ( 
string $libswf
   , 
string $name
   )
 
   SWFFontChar importFont
    ( 
string $libswf
   , 
string $name
   )
 
   int output
    ([ 
int $compression
  ] )
 
   void remove
   ( 
object $instance
   )
 
   int save
    ( 
string $filename
   [, 
int $compression = -1
  ] )
 
   int saveToFile
    ( 
resource $x
   [, 
int $compression = -1
  ] )
 
 
   }