Client-Side Communication ActionScript > LocalConnection.close |
LocalConnection.close
Availability
Flash Player 6. |
|
Flash Communication Server MX (not required). |
Usage
receivingLC.close()
Parameters
None.
Returns
Nothing.
Description
Method; closes (disconnects) a LocalConnection object. Issue this command when you no longer want the object to accept commandsfor example, when you want to issue a LocalConnection.connect command using the same connectionName parameter in another movie.
See also