有没有人能够成功地实施一项服务来为 FlashPlayer 提供所需的套接字策略文件?
我正在运行 Adobe 提供的服务的 Python 实现
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
并使用以下策略文件:
<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
</cross-domain-policy>
并从 Flash 接收此消息:
[SecurityErrorEvent type="securityError" bubbles=false
cancelable=false eventPhase=2
text="Error #2048:
Security sandbox violation: http://www.mapopolis.com/family/Tree.swf
cannot load data from www.mapopolis.com:1900."]
谢谢。