This might be considered a very broad question but, I am trying to introduce speech into a web application built using Flex API. My initial plan is to introduce something like the Google homepage with a text box and a mic icon which will trigger the speech api on click.
Having done research, I havent found a way yet.
Google speech API is implemented in browser on client side in javascript, the detailed documentation is here.
To communicate between javascript and flex you can use ExternalInterface
Similar question is How can I have HTML5 FileApi Support in Flex?