Crossdomain.xml on netty server?
Hi all,
When i run my application it shows :
"Warning: Found secure='true' in policy file from xmlsocket://10.0.0.17:843, but host 10.0.0.17 does not appear to refer to the local machine. This may be insecure. See http://www.adobe.com/go/strict_policy_files for details"
My swf file is placed in a wamp server 10.0.0.11. It tryed user amf 3 java netty server socket connection. When it attempt to send request it shows the above warning and there is no response to client.
I try to place crossdomain.xml on the netty server. But i dont know whats the root of the netty server
I tryed this too...but no use
| var tmpStr:String= "xmlsocket://10.0.0.17:843"; |
| Security.loadPolicyFile(tmpStr); |
Thanks,
Siva
