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
Post a Comment