我正在尝试使音频在页面加载时自动播放。但是,在我的网站http://student.tanghin.edu.hk/~S161516上,似乎音频不是自动播放的。我必须手动访问http://student.tanghin.edu.hk/~S161516/music/bgm.mp3并返回首页,以使其正常运行。我正在使用Chrome。问题是由于有关自动播放政策的问题吗?有什么方法可以做我想要的吗?
这是我的html代码:
<audio autoplay>
<source src="music/bgm.mp3" type="audio/mp3">
Your browser does not support the <code>audio</code> element.
</audio>