Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Detects no microphone when using google Chrome browser

New Here ,
Jul 08, 2015 Jul 08, 2015

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.

TOPICS
ActionScript
3.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 09, 2015 Jul 09, 2015
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines