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
netStreamStatus
Page last modified by tdominey on March 03, 2009, at 03:22 PM

Event Object Type: net.slideshowpro.slideshowpro.SSPNetStreamEvent
SSPVideoEvent.type property = net.slideshowpro.slideshowpro.SSPNetStreamEvent.NET_STREAM_STATUS
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched when NetStream status updates occur when using video. The status string that is passed as part of the event data is the same data broadcasted as part of the info property of the NetStatusEvent.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
statusString containing the video metadata.

Example

The following example traces any status updates from NetStream when a video is used.

import net.slideshowpro.slideshowpro.*;    
function onNetStreamStatus(event:SSPNetStreamEvent) {    
   trace(event.status);
}     
my_ssp.addEventListener(SSPNetStreamEvent.NET_STREAM_STATUS, onNetStreamStatus);


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