« Back to slideshowpro.net
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Director

SlideShowPro Director Hosting

SlideShowPro ThumbGrid

Extras

Screencasts

Page last modified by tdominey on April 17, 2008, at 06:47 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 an FLV begins playback.

Example

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

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


© 2008 Dominey Design Inc. All Rights Reserved.
About | Contact | Privacy policy | License agreements