ispring.as2player.SlidePlaybackEvent Class

The SlidePlaybackEvent Class extends the standard ispring.as2player.PlaybackEvent class and exposes the following constants and properties:

Constants

Constant

Type

Value

Description

CURRENT_SLIDE_INDEX_CHANGED

String

currentSlideIndexChanged

Defines the value of the type property of the currentSlideIndexChanged event object. This type of event occurs when current slide is changed by another slide of the presentation.
A currentSlideIndexChanged event contains the following properties:
slideIndex.

SLIDE_LOADING_COMPLETE

String

slideLoadingComplete

Defines the value of the type property of the slideLoadingComplete event object. This type of event occurs when the given slide of the presentation is loaded.
A slideLoadingComplete event contains the following properties:
slideIndex.


Properties

Property

Type

Description

slideIndex

Number

Slide index.
The following events contain this property:
currentSlideIndexChanged, slideLoadingComplete

See also

IPresentationPlaybackController Interface
ActionScript3 and Flex support in iSpring