ispring.as2player.PlaybackEvent Class
The PlaybackEvent Class extends the standard
flash.events.Event
class and exposes the following constants and properties:
|
Constant
|
Type
|
Value
|
Description
|
|
PAUSE_PLAYBACK
|
String
|
pausePlayback
|
Defines the value of the
type
property of a pausePlayback event
object. This type of event occurs when presentation playback is suspended.
|
|
START_PLAYBACK
|
String
|
startPlayback
|
Defines the value of the type property of a startPlayback event
object. This type of event occurs when presentation playback is resumed.
|
|
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.
|
|
PRESENTATION_PLAYBACK_COMPLETE
|
String
|
presentationPlaybackComplete
|
Defines the value of the
type
property of the presentationPlaybackComplete event
object. This type of event occurs when the playback of the presentation
is completed.
|
|
PLAYBACK_SUSPENDED
|
String
|
playbackSuspended
|
Defines the value of the type property of the playbackSuspended event
object. This type of event occurs when the presentation playback is suspended at the animation step end
and waits for user action.
|
|
PLAYBACK_RESUMED
|
String
|
playbackResumed
|
Defines the value of the type property of the playbackResumed event
object. This type of event occurs when the presentation playback is resumed on user action.
|
See also
IPresentationPlaybackController Interface
IPlayer Interface
ActionScript3 and Flex support in iSpring