我想使用
我有两个外部音频文件要扮演一个角色,我希望它在我的网站加载时自动播放。我正在制作一个类似字典的应用程序,所以我需要它来说出单词和翻译。我想知道我应该做什么。我尝试过,但它只播放第一个音频。我不知道如何设置第一个音频播放完毕后播放另一个音频。我想我可能需要创建一个播放列表。我尝试过使用 .asx,但它不起作用。我的音频链接为:
http:// translate.google.com/translate_tts?tl=sv&q=hur+m%C3%A5r+du
和
http://translate.google.com/translate_tts?tl=en&q=how+are+you
非常感谢。
I have two external audio files to play in a role and I would like it to auto play when my website is loaded. I am making a dictionary like application, so I need it to speak the word and the translation. I wonder what I should do. I tried the but it only plays the first audio. I don't know how to set another audio to play after the first one is finished. I think that I might need to create a playlist. I have tried with .asx, but it doesn't work. The link to my audios are:
http://translate.google.com/translate_tts?tl=sv&q=hur+m%C3%A5r+du
and
http://translate.google.com/translate_tts?tl=en&q=how+are+you
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我发现的另一种方法。我使用 m3u 文件创建一个播放列表,然后通过 set src="playlistname.m3u" 调用它
Here is another way I found. I used m3u file to create a playlist and then call it in by set src="playlistname.m3u"