Hi all,
I have a flash app that loads json data. Everything works except when I upload to my webserver, the json data doesn’t seem to load. I think it’s because of security reasons but I’ve tried putting in the xml with policy file
Security.loadPolicyFile(“http://myurl/myPolicyFile.xml”);
as well as Security.allowDomain(“*”);
but still doesn’t work.
anyone?
thanks,
hk