Is there a possible way to access the computer microphone from a web document (open in a browser) without have to go through Adobe Flash ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You could either wait a few years for the W3C Media Capture API to be implemented in browsers (and deal with whatever user permission dialogs are necessary for those to be accessible to your Javascript), or develop your own plugin to make that data available, which the user then has to install. Other than that, there's no way to access that data without an existing plugin such as Flash. |
|||
|
|