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

SlideShowPro for Flash
onTransEffectEnd()
Page last modified by tdominey on August 20, 2009, at 10:28 AM

Usage

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

Description

Event; broadcast to all registered listeners when a transition animation effect has completed.

Example

The following example writes confirmation to the Output panel each time a transition animation finishes:

listenerObject = new Object();
listenerObject.onTransEffectEnd = function():Void {
	trace("Transition complete");
}
my_ssp.addEventListener("onTransEffectEnd", listenerObject);

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