Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
What is your sandbox set to? "Access local files only" or "Access network only"? It should be set to network once it's live, however 127.0.0.1 is obviously a local loop so you could be getting snagged with that. Try flipping between those sandboxes.
Also open up TCP on the ports you need if you're using a software firewall.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now