靜音HTML5音頻元素的最佳方式是什麼?我不想瀏覽器的自定義控件,所以我一直在看JavaScript。不幸的是,它只是似乎並不適合我:(我無疑做的事情非常錯誤的工作使用自定義按鈕靜音HTML5音頻元素
<audio id="background_audio" autoplay="autoplay">
<source src="static/audio/clip.ogg" type="audio/ogg" />
<source src="static/audio/clip.mp3" type="audio/mpeg" />
</audio>
<a href="#" onclick="document._video.muted=true; return false">mute sound</a>
仍然得到我的腦袋解決此感謝
的【如何靜音的HTML5視頻播放器]可能重複(http://stackoverflow.com/questions/6376450/how-to-mute-an-html5-video-player ) – Neal
[如何靜音html5視頻播放器]可能的重複(https://stackoverflow.com/questions/6376450/how-to-mute-an-html5-video-player) – m7913d