var req:URLRequest= new URLRequest( "http://translate.google.com/translate_tts
?ie=UTF-8&tl=zh-TW&q=" + encodeURI("中文"));
var snd:Sound = new Sound(req);
snd.play();
as3 text to speech
2013年3月27日 星期三 by Hu, Ching-Hsiang
訂閱:
張貼留言 (Atom)
var req:URLRequest= new URLRequest( "http://translate.google.com/translate_tts
?ie=UTF-8&tl=zh-TW&q=" + encodeURI("中文"));
var snd:Sound = new Sound(req);
snd.play();
0 意見:
張貼留言