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

onVideoCuePoint()

Usage

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

Description

Event; broadcast to all registered listeners when an embedded cue point is reached while playing a video file.

Example

The following example traces the cue point event object data:

listenerObject = new Object();
listenerObject.onVideoCuePoint = function(eventObject):Void {
	for (var prop in eventObject.data) {
		trace(prop + ": " + eventObject.data[prop]);
	}
}
my_ssp.addEventListener("onVideoCuePoint", 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