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

onVideoEnd()

Usage

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

Description

Event; broadcast to all registered listeners when a video ends playback.

Example

The following traces a confirmation message to the Output panel when the video completes:

listenerObject = new Object();
listenerObject.onVideoEnd = function():Void {
	trace("Video has ended");
}
my_ssp.addEventListener("onVideoEnd", listenerObject);


Page last modified by tdominey on February 21, 2009, at 07:50 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing