Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Not receiving policy-file-request

Community Beginner ,
Jan 17, 2014 Jan 17, 2014

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?

TOPICS
ActionScript
463
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 20, 2014 Jan 20, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines