本文介绍了Flex - 安全沙箱违规 - 错误#2048的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

所以如果我把 -http://xxx.xx.xx.x/website/website.html 并尝试在 swf 中使用 HTTPService 联系 -https://yyy.yy.yy.y/resources/script,我收到沙箱错误.如果我把 -http://xxx.xx.xx 的 HTTPService.x/website/website.html 现在一切正常,直到我关闭浏览器,我认为它会清除缓存.

********crossdomain.

********动作脚本****************

Security.loadPolicyFile("https://xxx.xx.xx.x/crossdomain.
解决方案

更改以下行:

到:

您可以在 adobe.com 上阅读更多相关信息...

http://kb2.adobe.com/cps/142/tn_14213.html>

So if i put -http://xxx.xx.xx.x/website/website.html and try to use an HTTPService with in the swf to contact -https://yyy.yy.yy.y/resources/script, I get the sandbox error.If I put -http://xxx.xx.xx.x/website/website.html everything now works until i close the browser which i assume clears the cache.

********crossdomain.

<?

********Action Script*************

Security.loadPolicyFile("https://xxx.xx.xx.x/crossdomain.
解决方案

Change the following line:

<allow-access-from domain="*"/>

to:

<allow-access-from domain="*" secure="false" />

You can read more about it at adobe.com...

http://kb2.adobe.com/cps/142/tn_14213.html

这篇关于Flex - 安全沙箱违规 - 错误#2048的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 14:27