So I have an iframe whose "src" points to the URL of some music. The iframe is hidden and it plays the music automatically. How do I add a button to mute the music?
<iframe hidden="true" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86
src="http://urlofmusic"></iframe>
Note that the music is from an external website. Also the URL doesn't point to a particular file. It's simply an external link provided by the website.