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

Page last modified by tdominey on February 21, 2009, at 07:52 AM

Usage

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

Description

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

Example

The following example traces a message to the Output panel when playback of a video begins:

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


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