Purpose: to make requests from the flash run according to the local protocol (widget: //, file: //, chrome-extension: //) without any special permissions at www.macromedia.com/support/documentation/an/ Flashplayer / help / settings_manager04.html
The proposed solution: a proxy swf file uploaded to the page using a widget: // or a file: // or chrome-extension: // a protocol that loads a swf file located on an http server. the local swf bridge connects its external interface to the external interface of http swf.
This solution is used in YouTube videos, so you can embed any YouTube video on a local page and it will display and play normally;
In the end, we can get a working soundmanager2 www.schillmania.com/projects/soundmanager2/open localy (file: // protocol), which can download and play music and video from the Internet. I need a proxy for this version http://github.com/scottschiller/SoundManager2/tree/V2.95b.20100323/src ;
Some relatives help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e5c.html How to call Flex SWF from a remote domain using Flash (AS3)?
I need this in order to play music in the opera extension (using widget: // protocol) for my http://seesu.me/ project so that users can play music without setting special permissions
source share