【发布时间】:2012-06-03 18:26:48
【问题描述】:
当 SWF 托管在 HTTPS 环境中(通过 SSL)时,有没有办法让 SWF 执行跨协议(这是正确的术语吗?)HTTP 请求?
【问题讨论】:
标签: flash http ssl https network-protocols
当 SWF 托管在 HTTPS 环境中(通过 SSL)时,有没有办法让 SWF 执行跨协议(这是正确的术语吗?)HTTP 请求?
【问题讨论】:
标签: flash http ssl https network-protocols
您必须在您的 crossdomain.xml 中指定交叉 https/http 通信 - 参见例如:http://www.senocular.com/pub/adobe/crossdomain/policyfiles.html#allow-access-from-secure
【讨论】: