When I try to connect to the java server, the answer is policy-file-request. actually, when I transfer this file - the result is zero.
Here is the connection code in the as3 client itself
socket = new Socket(param1,param2); socket.connect(param1,param2); socket.addEventListener(ProgressEvent.SOCKET_DATA,sd); socket.addEventListener(Event.CLOSE,sc); socket.addEventListener(Event.CONNECT, connectHandler); socket.addEventListener(IOErrorEvent.IO_ERROR,sc);