NetStatusEvent
A NetConnection, NetStream, or SharedObject object dispatches NetStatusEvent objects when a it reports its status. There is only one type of status event: NetStatusEvent.NET_STATUS.
Inherited from Event.
Can be created with method new:
Lib.Media.Events.NetStatusEvent.new(type, bubbles, cancelable, info) |
Creates an Event object that contains information about netStatus events. |
type - The type of the event. Event listeners can access this information through the inherited type property. There is only one type of status event: NetStatusEvent.NET_STATUS. bubbles - (default = false) - Determines whether the Event object participates in the bubbling stage of the event flow. Event listeners can access this information through the inherited bubbles property. cancelable - (default = false) - Determines whether the Event object can be canceled. Event listeners can access this information through the inherited cancelable property. info - (default = nill) - An object containing properties that describe the object's status. Event listeners can access this object through the info property. |
Created NetStatusEvent object has properties:
info |
An object with properties that describe the object's status or error condition. |
methods:
clone() |
Creates a copy of the NetStatusEvent object and sets the value of each property to match that of the original. |
|
toString() |
Returns a string that contains all the properties of the NetStatusEvent object. |
|
Event types:
Lib.Media.Events.NetStatusEvent.NET_STATUS |
Defines the value of the type property of a netStatus event object. |
Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents