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

onTransPauseEnd()

Usage

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

Description

Event; broadcast to all registered listeners when transition pause is engaged and the timer begins to countdown.

Example

The following example writes to the Output panel when transition pause has finished counting down:

listenerObject = new Object();
listenerObject.onTransPauseEnd = function():Void {
	trace("Pause is complete");
}
my_ssp.addEventListener("onTransPauseEnd", listenerObject);

Page last modified by tdominey on April 17, 2008, at 06:41 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing