Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
  

Products

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter

SlideShowPro for Flash

onAlbumEnd()

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

Page last modified by tdominey on April 17, 2008, at 06:01 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing