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

onPermalink()

Usage

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

Description

Event; broadcast when a gallery loads. Returns true if the slideshow was accessed via a permalink URL, false if accessed normally.

Example

The following example traces the value:

listenerObject = new Object();
listenerObject. onPermalink = function():Void {
	trace(eventObject.data);
}
my_ssp.addEventListener("onPermalink", listenerObject);


Page last modified by tdominey on October 22, 2008, at 12:16 PM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing