Flash Player is not working in domain, but working if i provided IP
I have developed a player in AS3. It is working if i prov开发者_运维知识库ide 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.
Have you tried:
import flash.system.Security;
Security.allowDomain("*");
精彩评论