摘要: 由于是新手,所以有时会被一个极小的问题绕个两三天。言归正转,问题是这样的:我用flex写一个简单的swf,与服务器端进行xmlsocket通信 var xmlSocket:XmlSocket=new XmlSocket();function Init():void{ xmlSocket.addEventListener(Event.CONNECT,onConnect); xmlSocket.connect("localhost",6000); xmlSocket.send("INIT"); }//加这个的本意是看看由于socket错误function o 阅读全文
posted @ 2011-05-15 09:54 易刚 阅读(160) 评论(0) 推荐(0)