Question

I have developed a player in AS3. It is working if i provide the IP of the website. But, it is not working when i provide the full domain name. Even, i provide the crossdomain.xml for global access.

Please suggest.

Was it helpful?

Solution

Have you tried:

import flash.system.Security;
Security.allowDomain("*");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top