-2

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.

Nirbhay Tandon
  • 318
  • 2
  • 13

1 Answers1

1

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?

Community
  • 1
  • 1
Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87