无论我做什么,都无法禁用自动播放音频文件

Autoplay audio file cannot be disabled whatever I do

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

<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>