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
onVideoNetStream()
Page last modified by tdominey on March 02, 2009, at 08:35 AM

Usage

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

Description

Event; broadcast to all registered listeners when status information about a video is broadcasted by the onStatus function of the NetStream class.

Example

The following example traces any status updates that are broadcasted when a video is loaded.

listenerObject = new Object();
listenerObject.onVideoNetStream = function(eventObject):Void {
	trace(eventObject.data);
}
my_ssp.addEventListener("onVideoNetStream", listenerObject);

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