Hi. I am facing a problem for couple of days. I am trying to connect my xmlSocket to my own Java based Server. When I only call Security.loadPolicyFile(..Server location..) then it doesn't work although crossdomain.xml file is present on the server.
If I don't use Security.loadPolicyFile() and try to connect to Server using xmlSocketObj.connect(server, port) then server receives request for policy file <policy-file-request/>, In reply to this request my Server sends complete crossdomain.xml but nothing works and Programs throws SecurityErrorEvent. I am using Flash Player 9.0.115.0 and my crossdomain.xmlfile is also correct. Regards,

