Xmlsocket.close() - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

XMLSocket.close()

Availability
Flash Player 5.
Usage
myXMLSocket.close() : Void
Parameters
None.
Returns
Nothing.
Description
Method; closes the connection specified by XMLSocket object.
Example
The following simple example creates an XMLSocket object, attempts to connect to the server,
and then closes the connection.
var socket:XMLSocket = new XMLSocket();
socket.connect(null, 2000);
socket.close();
See also
XMLSocket.connect()
XMLSocket.close() 1061

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents