The Player Class extends the standard flash.events.EventDispatcher class and exposes the following properties and events:
| Property | Type | Description |
|---|---|---|
| playbackController | PlaybackController | Returns the PlaybackController class providing presentation playback control and navigation facilities |
| soundController | SoundController | Returns the SoundController class providing sound volume control facilities |
| presentationInfo | PresentationInfo | Returns the PresentationInfo class providing the presentation content information |
| initialized | Boolean |
Returns a Boolean value indicating whether the player was initialized. The following properties return an undefined value until the player gets initialized:
|
| Type | Description |
|---|---|
| BridgeEvent.BRIDGE_LOADED | Occurs when the ActionScript bridge module is loaded and ready to receive commands from the parent Flash movie. |