iSpring.as3bridge.Player Class

The Player Class extends the standard flash.events.EventDispatcher class and exposes the following properties and events:

Properties

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:

  • presentationInfo
  • playbackController
  • soundController


Events

Type

Description

BridgeEvent.BRIDGE_LOADED

Occurs when the ActionScript bridge module is loaded and ready to receive commands from the parent Flash movie.

See also

PlaybackController Class
PresentationInfo Class
SoundController Class
flash.events.EventDispatcher Class
Obsolete ActionScript 3 API