Skip to main content
Known Participant
January 17, 2014
Question

Not receiving policy-file-request

  • January 17, 2014
  • 1 reply
  • 478 views

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?

This topic has been closed for replies.

1 reply

sinious
Legend
January 20, 2014

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.