MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 775

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Method summary for the XMLSocket class
Method
XMLSocket.close()
XMLSocket.connect()
XMLSocket.send()
Event handler summary for the XMLSocket class
Event handler
XMLSocket.onClose()
XMLSocket.onConnect()
XMLSocket.onData()
XMLSocket.onXML()
Constructor for the XMLSocket class
Availability
Flash Player 5.
Usage
new XMLSocket()
Parameters
None.
Returns
Nothing.
Description
Constructor; creates a new XMLSocket object. The XMLSocket object is not initially connected
to any server. You must call
Description
Closes an open socket connection.
Establishes a connection to the specified server.
Sends an XML object to the server.
Description
An event handler that is invoked when an XMLSocket connection
is closed.
An event handler that is invoked by Flash Player when a connection
request initiated through
An event handler that is invoked when an XML message has been
downloaded from the server.
An event handler that is invoked when an XML object arrives from
the server.
XMLSocket.connect()
has succeeded or failed.
XMLSocket.connect()
to connect the object to a server.
XMLSocket class
775

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents