« 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 April 17, 2008, at 06:01 AM

Usage

listenerObject = new Object();
listenerObject.onAlbumEnd = function():Void {
	// Insert your code here.
}
slideShowProInstance.addEventListener("onAlbumEnd", listenerObject);

Description

Event; broadcast to all registered listeners when the final image in an album has been displayed and SlideShowPro engages Auto Finish Mode to decide what to do next.

Example

The following example sends an alert to the Output panel that the current album has ended:

listenerObject = new Object();
listenerObject.onAlbumEnd = function():Void {
	trace("Album end reached.");
}
my_ssp.addEventListener("onAlbumEnd", listenerObject);

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