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

发布于 2024-10-17 10:37:00 字数 249 浏览 2 评论 0原文

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

有人可以帮助我如何做到这一点吗?

谢谢。

I am playing an audio file using Google TTS (Hello World Example) on a link's click in my website. Right now the target window is a new window. I want the playback to happen on the same window (with an embedded player maybe or just the audio file playing with no controls visible)

Can someone please help me on how to do this?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏见 2024-10-24 10:37:00

如果您的网站是 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>");

this is code if your site was asp.net(c#)
use it on page load or button click

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>");
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文