« Back to slideshowpro.net
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Director

SlideShowPro Director Hosting

SlideShowPro ThumbGrid

Extras

Screencasts

Page last modified by tdominey on November 07, 2008, at 11:09 AM

Event Object Type: net.slideshowpro.slideshowpro.SSPModePlaybackEvent
SSPModePlaybackEvent.type property = net.slideshowpro.slideshowpro.SSPModePlaybackEvent.DISPLAY_MODE
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched when display mode is toggled from auto playback to manual (and vice versa).

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
modeA string that's assigned either "Auto" or "Manual" when display mode changes.

Examples

The following traces the current playback state whenever it changes:

import net.slideshowpro.slideshowpro.*;
function onModePlaybackEvent(event:SSPModePlaybackEvent) {
   trace(event.mode);
} 
my_ssp.addEventListener(SSPModePlaybackEvent.DISPLAY_MODE, onModePlaybackEvent);

© 2008 Dominey Design Inc. All Rights Reserved.
About | Contact | Privacy policy | License agreements