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 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.