SharedObject.onStatus()

Availability

Flash Player 6.

Usage

myLocalSharedObject.onStatus = function(infoObject) {
	// Your code here
}

Parameters

infoObject A parameter defined according to the status message.

Returns

Nothing.

Description

Event handler; invoked every time an error, warning, or informational note is posted for a shared object. If you want to respond to this event handler, you must create a function to process the information object generated by the shared object.

See also

SharedObject.getLocal()