« 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 November 07, 2008, at 11:19 AM

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

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