actionscript 3 - Detects no microphone when using Chrome browser -


the code down bellow should detects microphone. works on browser, when tested on mac latest google chrome browser flash player detects no microphone. when click on "reload button" on browser detect 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 , spent many days trying fix it... thing / way overcome problem "reload" not kind of fix want.

pleas me out fix it.. works other browsers..


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -