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

onTransEffectStart()

Usage

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

Description

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

Example

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

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

Page last modified by tdominey on August 20, 2009, at 10:29 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing