音量控制不显示<audio>标签

时间:2018-01-11 06:31:39

标签: html5-audio

音量控制不会显示<audio>标记;

CODE:

<audio controls>
    <source src="music/My_Love_Song_Forever.mp3" type="audio/mp3">
    <br><a href='http://www.apple.com/quicktime/download/' title='Get Quicktime' onclick='window.open(this.href); return false'>Install Quicktime<\/a> to enjoy this beautiful! Love Song!
</audio>

照片:

enter image description here

顺便说一句,如果这是.mov文件,控件确实会显示音量调整。不是.mp3文件。

1 个答案:

答案 0 :(得分:0)

大约10分钟后发现了这个好东西......然而,我认为这个答案对其他人也有用。

enter image description here

参考:

https://github.com/senchalabs/jQTouch/issues/499

顺便说一下,这是他们的神奇药水:

audio {
    display: block;

    width:    300px;
    margin:   20px;
}

为什么权力不能公正  将这些部分添加到列表中?