iSpring.as3bridge.BridgeEvent Class
The BridgeEvent Class extends the standard flash.events.Event class and exposes the following constants and properties:
| Constants |
|
Constant |
Type |
Value |
Description |
|
PAUSE |
String |
pause |
Defines the value of the type property of a pause event
object. This type of event occurs when presentation playback is suspended. |
|
PLAY |
String |
play |
Defines the value of the type property of a play event
object. This type of event occurs when presentation playback is resumed. |
|
STEP_CHANGE |
String |
stepChange |
Defines the value of the type property of the stepChange event
object. This type of event occurs when currently playing animation
step index is changed. |
|
POSITION_CHANGE |
String |
positionChange |
Defines the value of the type property of the positionChange event
object. This type of event occurs when the playback position of the
currently playing slide is changed. |
|
SLIDE_CHANGE |
String |
slideChange |
Defines the value of the type property of the slideChange event
object. This type of event occurs when current slide is changed by
another slide of the presentation. |
|
SLIDE_LOAD_COMPLETE |
String |
slideLoadComplete |
Defines the value of the type property of the slideLoadComplete event
object. This type of event occurs when the given slide of the presentation
is loaded. |
|
PLAYBACK_COMPLETE |
String |
playbackComplete |
Defines the value of the type property of the playbackComplete event
object. This type of event occurs when the playback of the presentation
is completed. |
|
BRIDGE_LOADED |
String |
bridgeLoaded |
Defines the value of the type property of the bridgeLoaded event
object. This type of event occurs when the ActionScirpt bridge module
is loaded and ready to receive commands from the parent Flash movie. |
|
PLAYER_INIT |
String |
playerInit |
Defines the value of the type property of the playerInit event
object. This type of event occurs when player initialization is completed,
just after the bridgeLoaded event. |
|
VOLUME_CHANGE |
String |
volumeChange |
Defines the value of the type property of the volumeChange event
object. This type of event occurs when the sound volume is
changed. |
|
SEEKING_COMPLETE |
String |
seekingComplete |
Defines the value of the type property of the seekingComplete event
object. This type of event occurs when the seek command execution
is completed. |
|
VOLUME_CHANGING_COMPLETE |
String |
volumeChangingComplete |
Defines the value of the type property of the volumeChangingComplete event
object. This type of event occurs when the sound volume property
of the SoundController object
is changed. |
|
SLIDE_METADATA_LOAD |
String |
slideMetadataLoad |
Defines the value of the type property of the slideMetadataLoad event
object. This type of event is generated by SlideInfo object
when its metadata is loaded. |
| Properties |
|
Property |
Type |
Description |
|
playbackController |
The PlaybackController class
instance. |
|
|
slideIndex |
Number |
Slide index. |
|
stepIndex |
Number |
Animation step index. |
|
position |
Number |
Slide playback position. |
|
succeeded |
Boolean |
Indicates whether the bridge or player was loaded and initialized
successfully. |
|
player |
The Player class
instance. |
|
|
volume |
Number |
A sound volume value. |
|
slideInfo |
A SlideInfo class
instance. |
|
|
soundController |
A SoundController class
instance. |
See also
PlaybackController Class
Player Class
SlideInfo Class
SoundController Class
Obsolete ActionScript 3 API