本地 Swf 桥接到远程 Swf 以绕过 Flash 沙箱
目标:无需 www.macromedia.com/support/documentation/en/flashplayer 上的任何特殊权限,即可从本地协议(widget://、file://、chrome-extension://)上运行的 flash 发出请求/help/settings_manager04.html
假设的解决方案:使用 widget:// 或 file:// 或 chrome-extension:// 协议在页面中加载代理 swf 文件,该协议加载到位于 http 服务器上的自身 swf 文件中。本地 swf 桥将其自己的外部接口连接到 http swf 文件外部接口。
该解决方案用于 youtube 电影,因此您可以将任何 youtube 电影嵌入本地页面,并且可以正常显示和播放;
最后我们可以在本地打开soundmanager2 www.schillmania.com/projects/soundmanager2/(file://协议),它可以从互联网加载和播放音乐和视频。我需要此版本的代理 http://github.com/scottschiller/ SoundManager2/tree/V2.95b.20100323/src;
一些亲戚 help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e5c.html 如何拨打电话使用 Flash (AS3) 来自远程域的 Flex SWF?
我需要这个来为我的项目在 Opera 扩展中播放音乐(使用 widget:// 协议)http://seesu.me/ 让用户无需设置特殊权限即可播放音乐
Goal: to make possible to make requests from flash running on local protocol (widget://, file://, chrome-extension://) without any special permissions on www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
Supposed solution: proxy swf file loaded in page with widget:// or file:// or chrome-extension:// protocol which loads into itself swf file located on http server. local swf bridge conects its own external interface to http swf file external interface.
This solution used in youtube movies, so you can embed any youtube movie into local page and it will be shown and played fine;
At the end we can get working soundmanager2 www.schillmania.com/projects/soundmanager2/ opened localy (file:// protocol), which can load and play music and video from internet. I need proxy for this version http://github.com/scottschiller/SoundManager2/tree/V2.95b.20100323/src;
Some relative
help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e5c.html
How do I call a Flex SWF from a remote domain using Flash (AS3)?
I need this to play music in opera extension (using widget:// protocol) for my project http://seesu.me/ to let users play music without setting up special permissions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这能让您走上正轨。
http ://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000349.html
Hopefully this will get you on track.
http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000349.html