Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

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);

© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing