地址:
http://www.cnblogs.com/sevenyuan/archive/2012/06/20/2556494.html
可新开一个socket服务端监听843端口,专门用于处理as3发来的沙盒请求。处理后再把连接关闭即可。
// 额外的一个问题
AS3读取C++socket发送来的数据,提示 遇到文件尾错误 。
//如出现Error: Error #2030: 遇到文件尾错误,请用:str=socket.readUTFBytes(socket.bytesAvailable);
Some of this errors are thrown if the proper listener is not added.
Are you listening for asyncError
and ioError
events from your netconnection?
If not, just give it a try.
原文:http://www.cnblogs.com/sylar-liang/p/4646100.html