我目前在從本地主機加載視頻文件時遇到問題。我試着用-use-network = false編譯我的mxml。但我不能這樣做,因爲我的項目也是通過youtubeloader從YouTube上加載視頻。使用加載我的本地VID幫助加載本地視頻文件
<:mx:VideoDisplay id="vid" source="media/MyVideo.flv" height="250" width="250"/>
或有任何其他的方式來加載本地視頻文件
代碼即時通訊?
以下是錯誤
SecurityError: Error #2148: SWF file file:///C|/Users/ifcdu1/Desktop/MP/Main.swf cannot access local resource file:///C|/Users/ifcdu1/Desktop/MP/media/MyVideo.flv. Only local-with-filesystem and trusted local SWF files may access local resources.
這裏是錯誤,如果我使用-use網編譯=假
SecurityError: Error #2028: Local-with-filesystem SWF file file:///C|/Users/ifcdu1/Desktop/MP/Main.swf cannot access Internet URL http://www.youtube.com/apiplayer?version=3 .
任何幫助,將不勝感激。謝謝
是的,要麼你被允許使用本地文件,要麼你被允許訪問網絡文件,你不能同時訪問兩個文件。您可以按照@neeraj選擇或考慮的方式交替使用桌面AIR版本,如果您想要同時訪問這兩個版本的話... – midhunhk 2011-06-08 07:07:54
好吧..有你的觀點,非常感謝 – desmond 2011-06-08 07:14:30