bvibber / audio-feeder

Small JS library to abstract Web Audio raw PCM output
Other
53 stars 7 forks source link

IE Flash backend doesn't work when dynamicaudio.swf loaded cross-domain #28

Closed bvibber closed 8 years ago

bvibber commented 8 years ago

per https://github.com/brion/ogv.js/issues/415

The .swf file loads, but scripting seems to be disabled. Ready callback never gets called, and manually calling the script methods seems to result in errors.

Apparently it's necessary to opt-in to allowing cross-domain security in the .swf. Need to investigate and test.