addyosmani / getUserMedia.js

Shim for getUserMedia(). Uses native implementation for modern browsers and a Flash fallback for everyone else.
MIT License
903 stars 158 forks source link

Flash with wmode option #34

Closed albertosantini closed 10 years ago

albertosantini commented 10 years ago

We need to overlay the screen capture with some text.

At https://github.com/addyosmani/getUserMedia.js/blob/gh-pages/lib/getUserMedia.js#L81 we added as workaround:

...<param name="wmode" value= "opaque">...

Is it correct approach to add a wmode property in the options? Or is there a general way to pass a parameter to the flash object without tampering the options?

albertosantini commented 10 years ago

Well... I need also Safari compatibility and it seems out-of-box it does not work.

I found another path: https://github.com/jhuckaby/webcamjs