gpt4 book ai didi

jquery - 让音频在移动 Safari 中播放?

转载 作者:行者123 更新时间:2023-12-03 02:20:28 25 4
gpt4 key购买 nike

在我的 iPad 上的移动 Safari 中播放音频似乎非常困难。显然我在某个地方搞砸了。我读到你必须有一个播放 Action ,我已经完成了,但它不播放音频。我只想单击图像按钮并播放 mp3。我构建的东西在我的桌面上运行良好,只是不能在移动 Safari 中播放。

$(".playback").click(function() {
var selectedAudio = $(this).attr("id");
var myAudio = document.getElementById(selectedAudio + "-audio");
myAudio.play();
});​

这是我用来测试的 fiddle 。非常感谢!

http://jsfiddle.net/Pzsax/2/

最佳答案

作为一个快速信息,您的 fiddle 在 Firefox 17 中不起作用。

Firebug 抛出:

The specified "type" attribute of "audio / mpeg" is not supported. Loading the media resource has failed.

关于jquery - 让音频在移动 Safari 中播放?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13671703/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com