record voice in browser
Community Forums/Monkey Talk/record voice in browser| 
 | ||
| Hi Guys I have a quick question can monkey be used to record a users voice when spoken into a microhone when in a web browser? kev | 
| 
 | ||
| Not as standard, certainly. I imagine it could be done using Flash if you were to wrap the relevant API calls (of which I know nothing). | 
| 
 | ||
| I was hoping not to use flash its for a project with ipad support but no flash support on the ipad. Thanks Kev | 
| 
 | ||
| As far as I can tell, HTML5 has plans for microphone access but it's not widely supported/implemented so far, meaning the only real options for now would be Flash or OS-specific calls. | 
| 
 | ||
| On Android you can record the voice...but that is with added native code, in an app not a browser view... |