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

permalink

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

Dispatched when a gallery loads and returns a true/false value. True if the slideshow is being accessed with a permalink URL, false if accessed normally.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
dataBoolean for whether a gallery was accessed via a permalink URL.

Example

The following example traces the permalink state:

import net.slideshowpro.slideshowpro.*;
function onSlideShowData(event:SSPDataEvent) {
	if (event.type=="permalink") {
		trace(event.data);
	}
}
my_ssp.addEventListener(SSPDataEvent.PERMALINK, onSlideShowData);

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