0

I need to create an application which reads the text from a label, and when user clicks the play button, it will speak label text. I am currently using flash builder 4.5.

Does anyone have any idea how to work with that?

Undo
  • 25,519
  • 37
  • 106
  • 129
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13

1 Answers1

0

get the text to speech api key and software from https://www.ispeech.org/developers/flash then make http requests like http://www.ispeech.org/api/

get text with label.text

csomakk
  • 5,369
  • 1
  • 29
  • 34