gpt4 book ai didi

actionscript-3 - Flex - 安全沙箱违规 - 错误#2048

转载 作者:行者123 更新时间:2023-12-04 22:08:06 24 4
gpt4 key购买 nike

因此,如果我放入 - http://xxx.xx.xx.x/website/website.html 并尝试在 swf 中使用 HTTPService 与 - https://yyy.yy.yy.y/resources/script 联系,我会收到沙箱错误。
如果我将 - https://yyy.yy.yy.y/crossdomain.xml 放在浏览器中并访问它,那么跨域文件中的所有内容看起来都很好。
wWen 我回去并尝试使用来自 - http://xxx.xx.xx.x/website/website.html 的 HTTPService 现在一切正常,直到我关闭浏览器,我认为它会清除缓存。

********跨域.xml********

<?xml version="1.0" ?>
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>

******** ActionScript *************
Security.loadPolicyFile("https://xxx.xx.xx.x/crossdomain.xml");

最佳答案

更改以下行:

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

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

您可以在 adobe.com 上阅读有关它的更多信息...

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

关于actionscript-3 - Flex - 安全沙箱违规 - 错误#2048,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5157089/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com