html - 我不能禁止自动播放音频文件

标签 html audio embed autoplay

我正在使用此代码在我的网站上合并音频文件,但是无论我做什么,自动播放始终处于 Activity 状态。

<embed autostart="false" type="audio/mpeg" loop="true" height="35" src="http://prefeitojuninho.com.br/site/wp-content/themes/juninho45/audio/45-sou-eu.mp3"></embed>


如何停用自动播放?

最佳答案

<video width="340" height="80" controls preload="none">
   <source src="http://prefeitojuninho.com.br/site/wp-content/themes/juninho45/audio/45-sou-eu.mp3" type="audio/mpeg">
   Your browser does not support the video tag.
</video>

关于html - 我不能禁止自动播放音频文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39060233/

相关文章:

python - 如何通过斜纹单击按钮?

c# - 读取麦克风分贝和音调/频率

javascript - 如何合并两个 channel 的原始pcm数据?

php - 如何嵌入 instagram 个人资料?

c# - .DLL和音频库问题

html - 全视口(viewport)宽度

html - .net 网站中的 IIS 7 css 更新

javascript - 尝试获取 span 元素的内部文本内容

swift - 在上一个 swift 版本中下载文件

java - 将 SVG 文档嵌入到 SVG 文档中,但保持可访问性