Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在AS3中开发了一个播放器。如果我提供网站的 IP,它就可以工作。但是,当我提供完整的域名时,它不起作用。甚至,我为全局访问提供了 crossdomain.xml。
请建议。
你有没有尝试过:
import flash.system.Security; Security.allowDomain("*");