| Package | com.globfx.showroom |
| Class | public class SwiffPlayerBackground |
| Inheritance | SwiffPlayerBackground Object |
The SwiffPlayerBackground class represents the background bitmap behind the Swiff Player shape during the slide show.
This bitmap can be used only if the Flash is set transparent. To make a Flash transparent, check the "Transparent" check box in the shape properties.
It can be retrieved through the ShowRoom.background property.
See also
| Property | Defined By | ||
|---|---|---|---|
| bitmapData : BitmapData [read-only]
The BitmapData object containing the background behind the Swiff Player Shape during the slide show. | SwiffPlayerBackground | ||
| visible : Boolean
Whether or not the background bitmap behind the Swiff Player is visible. | SwiffPlayerBackground | ||
| bitmapData | property |
bitmapData:BitmapData [read-only] The BitmapData object containing the background behind the Swiff Player Shape during the slide show.
public function get bitmapData():BitmapData| visible | property |
visible:BooleanWhether or not the background bitmap behind the Swiff Player is visible.
The default value is true.
public function get visible():Boolean public function set visible(value:Boolean):void