Can't write to ActionScript Client
tommy408
tommytomorow at msn.com
Thu Nov 12 01:21:56 EST 2009
I've been trying to write to Actionscript 3 XMLSocket client but it doesn't
receive any data. Sending data to the server works.
I'm using the telnet example with StringEncoder.
e.getChannel().write("testing");
AS3:
xmlSocket.addEventListener(DataEvent.DATA, onIncomingData);
public function onIncomingData(event:DataEvent):void
{
trace("[" + event.type + "] " + event.data);
}
--
View this message in context: http://n2.nabble.com/Can-t-write-to-ActionScript-Client-tp3990998p3990998.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list