« 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:17 AM

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

Dispatched immediately after a gallery screen greater than the one currently being viewed is requested.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.

Example

The following traces to the Output panel which screen has been requested:

import net.slideshowpro.slideshowpro.*;
function onGalleryScreenEvent(event:SSPGalleryScreenEvent) {
		trace(event.type);	
	}
}
my_ssp.addEventListener(SSPGalleryScreenEvent.NEXT_SCREEN, onGalleryScreenEvent);
my_ssp.addEventListener(SSPGalleryScreenEvent.PREV_SCREEN, onGalleryScreenEvent);


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