Hi All,
i'm trying to use emscripten follow this guide:
http://www.reginafloresmir.com/blog/2015/5/14/openframeworks-on-the-line
It works for example project of OF 0.9, but not for AudioInput and examples that use Camera.
Return in the browser Exception thrown, see JavaScript console
In javascript Console:
audioInputExample.js:1 XMLHttpRequest cannot load file:///Users/carminespizuoco/Desktop/of_v0.9.0RC1_osx_release/apps/myApps/audioInputExample/bin/audioInputExample.data. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.fetchRemotePackage @ audioInputExample.js:1
audioInputExample.js:1 Uncaught NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'file:///Users/carminespizuoco/Desktop/of_v0.9.0RC1_osx_release/apps/myApps/audioInputExample/bin/audioInputExample.data'.
In All browser..!
Any Idea to solve it?