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

onVideoResume()

Usage

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

Description

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

Example

The following example sends a trace message to the Output panel when video playback resumes:

listenerObject = new Object();
listenerObject.onVideoResume = function(eventObject):Void {
	trace("playback of video has resumed")
}
my_ssp.addEventListener("onVideoResume", listenerObject);

Page last modified by tdominey on March 02, 2009, at 08:35 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing