在运行我的闪存应用程序时,我得到以下错误
*安全沙箱违规行为*
连接到rtmp://system /live已停止- file:///F:/Flash不允许连接
work/RTS/RT/vlab/BIOTECH/NEO/passive-properties-of-a-simple-neuron/vi-characteristics-of- solarpanel.swf
-不受信任的当地主权财富基金不得与因特网联系。
错误#2028:本地文件系统SWF文件file:///F:/Flash work/RTS/RT/vlab/BIOTECH/NEO/passive-properties-of-a-simple-neuron/vi-characteristics-of-solarpanel.swf无法访问Internet rtmp://system /live。
at flash.net::NetConnection/connect()
at fl.video::NCManager/http://www.adobe.com/2007/flash/flvplayback/internal::nextConnect()
at fl.video::NCManager/http://www.adobe.com/2007/flash/flvplayback/internal::connectRTMP()
at fl.video::NCManager/connectToURL()
at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
at fl.video::VideoPlayer/load()
at fl.video::FLVPlayback/doContentPathConnect()
有人能帮我解决这个问题吗?
发布于 2011-10-22 05:47:31
这是因为您试图从计算机上的本地文件访问web/服务器文件。Adobe安全公司不喜欢这种情况。
看看这个:http://probertson.com/articles/2006/10/06/local-remote-resources-local-swf/
http://web.archive.org/web/20120708065543/http://blog.kazumakzak.com/2011/04/18/actionscript-project-sandbox-error-error-2044/
https://stackoverflow.com/questions/7857418
复制相似问题