Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

SlideShowPro for Flash
onVideoCuePoint()
Page last modified by tdominey on March 02, 2009, at 08:35 AM

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);

© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing