Client-Side Communication ActionScript > SharedObject.onStatus |
![]() ![]() ![]() |
SharedObject.onStatus
Availability
![]() |
Flash Player 6. |
![]() |
Flash Communication Server MX (not required). |
Usage
myLocalOrRemoteSharedObject
.onStatus = function(infoObject
) { // Your code here }
Parameters
infoObject
A parameter defined according to the status message. For more information about this parameter, see SharedObject information objects.
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. For more information, see Client-Side Information Objects.
See also
SharedObject.getLocal
, SharedObject.getRemote
, SharedObject.onSync
![]() ![]() ![]() |