Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flash,SecurityError:Error#2028:Local with filesystem SWF无法访问Internet URL_Flash_Security - Fatal编程技术网

Flash,SecurityError:Error#2028:Local with filesystem SWF无法访问Internet URL

Flash,SecurityError:Error#2028:Local with filesystem SWF无法访问Internet URL,flash,security,Flash,Security,我的应用程序非常依赖许多FlashFile,不幸的是,当我尝试在与我们开发应用程序的服务器不同的服务器上运行应用程序时,我遇到以下错误: SecurityError: Error #2028: Local-with-filesystem SWF file file:///C|/Users/user/Desktop/flash/flash.swf cannot access Internet URL rtmp://192.168.1.33/rtmp SecurityError:Error#2028

我的应用程序非常依赖许多FlashFile,不幸的是,当我尝试在与我们开发应用程序的服务器不同的服务器上运行应用程序时,我遇到以下错误:

SecurityError: Error #2028: Local-with-filesystem SWF file file:///C|/Users/user/Desktop/flash/flash.swf cannot access Internet URL rtmp://192.168.1.33/rtmp SecurityError:Error#2028:本地文件系统SWF文件file:///C|/用户/user/Desktop/flash/flash.swf无法访问Internet URLrtmp://192.168.1.33/rtmp 我尝试将
crossdomain.xml
文件添加到服务器,但是,它不起作用。我能做些什么来允许那个文件访问那个流吗


提前谢谢。

好吧,这对我来说很有用:添加以下
crossdomain.xml



即使在我的情况下它不太安全。

我需要在SWF源位置的何处添加此文件? <?xml version="1.0" ?> <cross-domain-policy> <allow-access-from domain="*" /> </cross-domain-policy>