autostart =“false”HIDden =“true”loop =“true”>< / embed>
问题是没有声音播放,除非我删除了这个案例上的隐藏属性声音文件播放,媒体播放器UI出现,但我不想要.解决方法
<audio src="/music/good_enough.mp3"><p>If you are reading this,it is because your browser does not support the audio element. </p></audio>
如果你想要控件
<audio src="/music/good_enough.mp3" controls><p>If you are reading this,it is because your browser does not support the audio element.</p></audio>
并且还使用embed
<embed src="/music/good_enough.mp3" wIDth="180" height="90" loop="false" autostart="false" hIDden="true" />总结
以上是内存溢出为你收集整理的html – 在后台的网页中播放声音文件全部内容,希望文章能够帮你解决html – 在后台的网页中播放声音文件所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)