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

onVideoNetStream()

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

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