Post

Goto and Play – Multiuser MultiPlayer Socket Server How TO

In Uncategorized on August 3, 2007 by amul84

Love this site..
clipped from www.gotoandplay.it
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()
  blog it

Leave a Reply