Packagecom.globfx.showroom
Classpublic class SwiffPlayerBackground
InheritanceSwiffPlayerBackground Inheritance 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

com.globfx.showroom.ShowRoom
com.globfx.showroom.ShowRoom.background


Public Properties
 PropertyDefined 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
Property Detail
bitmapDataproperty
bitmapData:BitmapData  [read-only]

The BitmapData object containing the background behind the Swiff Player Shape during the slide show.


Implementation
    public function get bitmapData():BitmapData
visibleproperty 
visible:Boolean

Whether or not the background bitmap behind the Swiff Player is visible.

The default value is true.


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void