Flash,SecurityError:错误 #2028:Local-with-filesystem SWF 无法访问 Internet URL
Posted
技术标签:
【中文标题】Flash,SecurityError:错误 #2028:Local-with-filesystem SWF 无法访问 Internet URL【英文标题】:Flash, SecurityError: Error #2028: Local-with-filesystem SWF cannot access Internet URL 【发布时间】:2012-08-19 01:43:40 【问题描述】:我的应用程序非常依赖许多 flashfile,不幸的是,当我尝试在与我们开发应用程序不同的服务器上运行我的应用程序时,我收到以下错误:
SecurityError: Error #2028: Local-with-filesystem SWF file file:///C|/Users/user/Desktop/flash/flash.swf 无法访问 Internet URL rtmp://192.168.1.33/rtmp上一页>我尝试将
crossdomain.xml
文件添加到服务器,但是它不起作用。我能做些什么来允许该文件访问该流吗?提前谢谢你。
【问题讨论】:
【参考方案1】:嗯,这对我有用:添加以下crossdomain.xml
:
<?xml version="1.0" ?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
即使在我的情况下它不是很安全。
【讨论】:
我需要将此文件添加到 SWF 源位置的什么位置?以上是关于Flash,SecurityError:错误 #2028:Local-with-filesystem SWF 无法访问 Internet URL的主要内容,如果未能解决你的问题,请参考以下文章
SecurityError:错误 #2148:SWF 文件文件
Quickblox Javascript SDK + Angular + webRTC - Firefox 错误:SecurityError:操作不安全
Flutter webview:ssl_client_socket_impl 和 Uncaught SecurityError 错误