Hi All,

I'm working on a Flash 9 application that it could be load XML files from
servers located around the world with HTTPS protocol.

I tried to load policy file with:
Security.loadPolicyFile("https://SERVER_IP/crossdomain.xml");
but it always gives me Error opening URL.

do you have any suggestions to solve this issue?
Thank you in advance