的Adobe套接字策略文件服务器问题 [英] Adobe Socket Policy File Server Problems

查看:176
本文介绍了的Adobe套接字策略文件服务器问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人已经能够成功地实施服务所需要的套接字策略文件的Adobe Flash服务?

Has anyone been able to successfully implement a service to serve the required socket policy file to FlashPlayer?

我正在运行的Python实现Adobe提供服务的

I am running the Python implementation of the service provided by Adobe at

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收到此消息:

and receiving this message from 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."]

感谢。

推荐答案

还有现在的Apache网络服务器到服务器套接字策略模块文件与新的Flash 9.whatever和Flash 10+需要套接字策略文件送达兼容使用Adobe套接字协议。

There's now a module for the Apache webserver to server socket policy files compatible with the new Flash 9.whatever and Flash 10+ which require socket policy files to be served using the Adobe socket protocol.

<一个href="http://www.beamartyr.net/articles/adobepolicyfileserver.html">http://www.beamartyr.net/articles/adobepolicyfileserver.html

这篇关于的Adobe套接字策略文件服务器问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆