Detects no microphone when using google Chrome browser
Copy link to clipboard
Copied
The code down bellow should detects the microphone. It works on all browser, but when i tested it on mac with latest google Chrome browser the flash player initially detects that no microphone. But when i click on the "reload button" on the browser then it does detect the mic.
var mic:Microphone = Microphone.getMicrophone(); try { prompt.text ="mic.name "+mic.name; trace("mic.name "+mic.name) } catch (e:Error) { prompt.text ="no mic detected"; trace("no mic detected") }
I heave searched google and spent many days trying to fix it... the only thing / way was to overcome this problem was to "reload" which is not that kind of fix we want.
Pleas help me out to fix it.. so it works like other browsers..
i'm using mac.
Copy link to clipboard
Copied
Google Chrome maintains the Flash plugin itself. If you've installed it separately yourself it could be installed a couple times, although that might be limited to a windows situation. Regardless you should check your Chrome settings regarding Flash and the version installed. You may even want to change the version installed to see if you can reproduce the problem. Here's Chrome's guide:
https://support.google.com/chrome/answer/108086?hl=en
Aside that, check Chrome's settings (Menu->Settings->Privacy->Content Settings) and scroll down to the Microphone. Make sure your browser is using the settings you prefer.
Have you verified this on more than a single Mac?

