XML Sockets: the basics of multiplayer games |
Flash MX has built-in support for socket connection with the XMLSocket object. This object lets you establish a communication channel with a socket server application and it is based around XML as a data-format for messages in both directions. |
mySocket = new XMLSocket() |
|