Flash ActionScript 3 runtime SecurityError
Posted
by dd
on Stack Overflow
See other posts from Stack Overflow
or by dd
Published on 2010-04-06T15:29:52Z
Indexed on
2010/04/06
15:43 UTC
Read the original article
Hit count: 413
flash
|actionscript-3
I have swf that loads swf, which loads another swf(video player).
Is there a trick in publish settings? everything works fine on my local machine, when I upload it on the sever error happen and video doesnt load
SecurityError: Error #2148: SWF file http:// (URL where Site is hosted)/video.swf cannot access local resource file:///Macintosh%20HD/Users/..flash.flv. Only local-with-filesystem and trusted local SWF files may access local resources. at flash.net::NetStream/play() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load() at fl.video::VideoPlayer/load() at fl.video::FLVPlayback/doContentPathConnect()
© Stack Overflow or respective owner