I made this image so when you click on it, audio begins to play. But, because I'm using a full song and not just a little sound, I need to also be able to stop it.
How can I make it so I can toggle on and off the sound?
<audio id="1st_sound">
<source src="http://k007.kiwi6.com/hotlink/nbgq3cyywi/Damn_Good_Wife.mp3" type="audio/mpeg" />
</audio>
<img src="http://static.tumblr.com/6s0fefr/t3wne2irz/damngoodwifeplaybutton.jpg" onClick="document.getElementById('1st_sound').play(); return false;" />