SWFText::addUTF8String

(PHP 5 <= 5.3.0, PECL ming SVN) Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color void SWFText::addUTF8String ( string $text ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFText::addString

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a string void SWFText::addString ( string $string ) swftext::addstring() draws the string string at the current pen (cursor) location. Pen is at the baseline of the text; i.e., ascending text is in the -y direction. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, a

SWFSprite::stopSound

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSprite::stopSound ( SWFSound $sount ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFSprite::startSound() -

SWFSprite::startSound

(PHP 5 <= 5.3.0, PECL ming SVN) SWFSoundInstance SWFSprite::startSound ( SWFSound $sount ) This function is currently not documented; only its argument list is available. See also: SWFSprite::stopSound() -

SWFSprite::setFrames

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the total number of frames in the animation void SWFSprite::setFrames ( int $number ) swfsprite::setframes() sets the total number of frames in the animation to numberofframes. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

SWFSprite::remove

(PHP 5 <= 5.3.0, PECL ming SVN) Removes an object to a sprite void SWFSprite::remove ( object $object ) swfsprite::remove() remove a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object from the sprite. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentati

SWFSprite::nextFrame

(PHP 5 <= 5.3.0, PECL ming SVN) Moves to the next frame of the animation void SWFSprite::nextFrame ( void ) swfsprite::setframes() moves to the next frame of the animation. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP

SWFSprite::labelFrame

(PHP 5 <= 5.3.0, PECL ming SVN) Labels frame void SWFSprite::labelFrame ( string $label ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFSprite::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a movie clip (a sprite) SWFSprite::__construct ( void ) Creates a new SWFSprite 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 your own risk.

SWFSprite::add

(PHP 5 <= 5.3.0, PECL ming SVN) Adds an object to a sprite void SWFSprite::add ( object $object ) swfsprite::add() adds a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object. For displayable types (swfshape(), swfbutton(), swftext(), swfaction() or swfsprite()), this returns a handle to the object in a display list. Returns: No value is returned.