Hi Elena, We did a flash viral where the user typed in a sentence and specified either male or female. It's still live and is here http://www.choicedummies.com/
The details were then sent to a php page which plugged into a server app developed by Cepstral. http://www.cepstral.com/ In the flash a sound object was set up, and then the results from the php script were loaded into it. So it would be something like var speechObj:Object = new Sound(); speechObj.onLoad = function(success) { if (success) { playSpeech (); } }; speechObj.onSoundComplete = function() { stopSpeech (); } speechPostObj.load(speechPostURL + "?sex=" + sex + "&text=" + escape(inputMessage)); I don't know much about the cepstral side of it, our server guy did that, but he found it pretty straight forward and it worked reliably. I believe you have to pay for it though. There are probably other solutions out there, but this might give you a starting point. Anyhoo, hope it helps! Cheers, Lucy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elena Blanco Sent: 28 August 2006 21:53 To: 'Flashcoders mailing list' Subject: [Flashcoders] Flash and speech utility Hi there -- Do you have any good resource/information on if it is possible to integrate a Flash piece with speech utility? IE: I type a phrase in a Flash text box, and a speech utility reads it out loud? Thank you for any information you can share. Elena _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com