The SlidePlaybackEvent Class extends the standard
ispring.as2player.PlaybackEvent
class and exposes the following constants and properties:
Table 1. 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. |