User Guide
System 643
Event summary
Method summary
Methods inherited from class Object
onStatus (System.onStatus handler)
onStatus = function(infoObject:Object) {}
Event handler: provides a super event handler for certain objects.
The SharedObject class provides an
onStatus() event handler that uses an information
object for providing information, status, or error messages. To respond to this event handler,
you must create a function to process the information object, and you must know the format
and contents of the returned information object.
In addition to the
SharedObject.onStatus() method, Flash also provides a super function
called
System.onStatus(), which serves as a secondary error message handler. If an instance
of the SharedObject class passes an information object with a level property of "error", but
you did not define an
onStatus() function for that particular instance, then Flash uses the
function you define for
System.onStatus() instead.
Availability: ActionScript 1.0; Flash Lite 2.0
Parameters
infoObject:Object - A parameter defined according to the status message.
Event Description
onStatus = function(infoObject:Object) {} Event handler: provides a super event handler
for certain objects.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)