views:

88

answers:

0

I am trying to export a .swf for view in the browser. Here's what happens:

  • The .swf works by itself (i.e. double click to run it), webcam prompt, webcam image loads
  • The .swf does not work inside the browser. Webcam prompt comes up - black screen after.

I've selected "HTML wrappers" in build/compile settings. Loaded up the html in the browser. No difference. In case it's a samedomain error, I've also put the (generated) js and swf and html and all on the webserver. No difference.

I'm not that familiar with Flash Builder. Is there a methodology I'm missing on exporting the project to .swf to be used inside the web browser?