(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
Value of red component
green
Value of green component
blue
Value of blue component
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. This function should be used at your own risk.
Please login to continue.