在同一浏览器窗口中播放Google TTS文件

时间:2011-02-16 13:30:11

标签: google-text-to-speech

我正在使用Google TTS(Hello World Example)播放音频文件,点击我网站上的链接。现在,目标窗口是一个新窗口。我希望播放发生在同一个窗口上(可能是嵌入式播放器,或只播放没有控件的音频文件)

有人可以帮我解决一下这个问题吗?

感谢。

1 个答案:

答案 0 :(得分:1)

如果您的网站是asp.net(c#),这是代码 在页面加载或按钮上单击使用它

Response.Write("<EMBED runat='server' src='http://translate.google.com/translate_tts?tl=en&q=%22+" + your Text + "'" + " hidden='true' volume='100' loop='FALSE' autostart='true'></EMBED>");