SWFMovie::addExport

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFMovie::addExport ( SWFCharacter $char, string $name ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFMovie::add

(PHP 5 <= 5.3.0, PECL ming SVN) Adds any type of data to a movie mixed SWFMovie::add ( object $instance ) Adds an SWF object instance to the current movie. Parameters: instance Any type of object instance, like SWFShape, SWFText, SWFFont. Returns: For displayable types (shape, text, button, sprite), this returns an SWFDisplayItem, a handle to

SWFMorph::getShape2

(PHP 5 <= 5.3.0, PECL ming SVN) Gets a handle to the ending shape SWFShape SWFMorph::getShape2 ( void ) Gets the morph's ending shape. Returns: Returns a SWFShape object. 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 be used at

SWFMorph::getShape1

(PHP 5 <= 5.3.0, PECL ming SVN) Gets a handle to the starting shape SWFShape SWFMorph::getShape1 ( void ) Gets the morph's starting shape. Returns: Returns a SWFShape object. 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 be used

SWFMorph::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new SWFMorph object SWFMorph::__construct ( void ) Creates a new SWFMorph object. Also called a "shape tween". This thing lets you make those tacky twisting things that make your computer choke. Oh, joy! This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice i

SWFGradient::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a gradient object SWFGradient::__construct ( void ) swfgradient() creates a new SWFGradient object. After you've added the entries to your gradient, you can use the gradient in a shape fill with the swfshape::addfill() method. SWFGradient has the following methods : swfgradient::addentry(). This simple example will draw a big black-to-white gradient as background, and a reddis

SWFGradient::addEntry

(PHP 5 <= 5.3.0, PECL ming SVN) Adds an entry to the gradient list void SWFGradient::addEntry ( float $ratio, int $red, int $green, int $blue [, int $alpha = 255 ] ) swfgradient::addentry() adds an entry to the gradient list. ratio is a number between 0 and 1 indicating where in the gradient this color appears. Thou shalt add entries in order of increasing ratio. red, green, blue is a color (RGB mode).

SWFFontChar::addUTF8Chars

(PHP 5 <= 5.3.0, PECL ming SVN) Adds characters to a font for exporting font void SWFFontChar::addUTF8Chars ( string $char ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFFontChar::addChars

SWFFontChar::addChars

(PHP 5 <= 5.3.0, PECL ming SVN) Adds characters to a font for exporting font void SWFFontChar::addChars ( string $char ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFFontChar::addUTF8Chars

SWFFont::getWidth

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the string's width float SWFFont::getWidth ( string $string ) swffont::getwidth() returns the string string's width, using font's default scaling. You'll probably want to use the swftext() version of this method which uses the text object's scale. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding d