Flash与c# socket通信
摘要:
Flash端代码: var mySocket:XMLSocket = new XMLSocket(); mySocket.connect("localhost", 13000); btnSend.onRelease = function() { mySocket.send(txtInput.text); trace("send"); }; mySocket.onConnect = funct... 阅读全文
posted @ 2010-04-19 17:29 千羽 阅读(1026) 评论(0) 推荐(0)
浙公网安备 33010602011771号