Client-Side Communication ActionScript > SharedObject.close |
![]() ![]() ![]() |
SharedObject.close
Availability
![]() |
Flash Player 6. |
![]() |
Flash Communication Server MX (not required). |
Usage
myRemoteSharedObject
.close()
Parameters
None.
Returns
Nothing.
Description
Method; closes the connection between a remote shared object and the Flash Communication Server.
If a remote shared object is locally persistent, the user can make changes to the local copy of the object after this method is called. Any changes made to the local object are sent to the server the next time the user connects to the remote shared object.
See also
SharedObject.connect
, SharedObject.flush
![]() ![]() ![]() |