XMLSocket

class js.XMLSocketAvailable in jsBy compiling the haxe.remoting.SocketWrapper into a SWF, you can create and use XMLSockets directly from Javascript. function new( flashObject : String ) : Void function close() : Void function connect( host : String, port : Int ) : Void function onClose() : Void function onConnect( b : Bool ) : Void function onData( data : String ) : Void function send( data : String ) : Void
version #2293, modified 2008-07-28 10:01:29 by api