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

onTransPauseStart()

Usage

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

Description

Event; broadcast to all registered listeners when transition pause is engaged and the timer begins to countdown. The event object (eventObject) contains the length of the pause (in seconds).

Example

The following example writes to the Output panel the number of seconds the current pause will last:

listenerObject = new Object();
listenerObject.onTransPauseStart = function(eventObject):Void {
	trace("We're going to sit here for " + eventObject.data + " seconds.")
}
my_ssp.addEventListener("onTransPauseStart", listenerObject);

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