SWFShape::addFill

(PHP 5 <= 5.3.0, PECL ming SVN) Adds a solid fill to the shape SWFFill SWFShape::addFill ( int $red, int $green, int $blue [, int $alpha = 255 ] ) SWFFill addFill ( SWFBitmap $bitmap [, int $flags ] ) SWFFill addFill ( SWFGradient $gradient [, int $flags ] ) SWFShape::addFill() adds a solid fill to the shape's list of fill styles. SWFShape::addFill() accepts three different types of arguments. red, green, blue is a c

SWFPrebuiltClip::__construct

(PHP 5.0.5-5.3.0, PHP 7, PECL ming SVN) Returns a SWFPrebuiltClip object SWFPrebuiltClip::__construct ( mixed $file ) This function is currently not documented; only its argument list is available.

SWFMovie::writeExports

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

SWFMovie::streamMP3

(PHP 5 <= 5.3.0, PECL ming SVN) Streams a MP3 file int SWFMovie::streamMP3 ( mixed $mp3file [, float $skip = 0 ] ) Streams the given MP3 file mp3file. This method is not very robust in dealing with oddities (can skip over an initial ID3 tag, but that's about it). Note that the movie isn't smart enough to put enough frames in to contain the entire mp3 stream- you'll have to add (length of song * frames per second) fra

SWFMovie::stopSound

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

SWFMovie::startSound

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

SWFMovie::setRate

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the animation's frame rate void SWFMovie::setRate ( float $rate ) Sets the frame rate to the specified rate. Animation will slow down if the player can't render frames fast enough- unless there's a streaming sound, in which case display frames are sacrificed to keep sound from skipping. Parameters: rate The frame rate, in frame p

SWFMovie::setFrames

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the total number of frames in the animation void SWFMovie::setFrames ( int $number ) Sets the total number of frames in the animation to the given number. Parameters: number The number of frames. Returns: No value is returned. This function is EXPERIMENTAL. The behaviou

SWFMovie::setDimension

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the movie's width and height void SWFMovie::setDimension ( float $width, float $height ) Sets the movie's dimension to the specified width and height. Parameters: width The movie width. height The movie height. Returns: No value is returned.

SWFMovie::setbackground

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the background color void SWFMovie::setbackground ( int $red, int $green, int $blue ) Sets the background color. Why is there no rgba version? Think about it, you might want to let the HTML background show through. There's a way to do that, but it only works on IE4. Search the » http://www.macromedia.com/ site for details. Parameters: red