flex解决跨域问题1、在flash中加入Security.allowDomain(*)Security.allowInsecureDomain(*)代码;2、
flex解决跨域问题
1、在flash中加入
Security.allowDomain("*");
Security.allowInsecureDomain("*");
代码;
2、在引入flash代码中设置一个属性addParam("allowScriptAccess", "always");,设置为always即可。
flex解决跨域问题
1、在flash中加入
Security.allowDomain("*");
Security.allowInsecureDomain("*");
代码;
2、在引入flash代码中设置一个属性addParam("allowScriptAccess", "always");,设置为always即可。