views:

33

answers:

1

Hi,

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.

A: 

Have you tried:

import flash.system.Security;
Security.allowDomain("*");
Sandro