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.
|
See also
IPresentationPlaybackController Interface
IPlayer Interface
ActionScript3 and Flex support in iSpring