Question
Not receiving policy-file-request
Any help is appreciated:
I wrote the following code in AS3:
| Security.allowInsecureDomain("*"); | |
| Security.allowDomain("*"); | |
| Security.loadPolicyFile("xmlsocket://127.0.0.1:843"); |
It does not send <policy-file-request/> to my server. My server does receive other packets though
What advice would you give me?
