Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created October 25, 2012 15:32
Show Gist options
  • Save toast38coza/3953391 to your computer and use it in GitHub Desktop.
Save toast38coza/3953391 to your computer and use it in GitHub Desktop.
Play a sound with JavaScript (html5)
//via: http://www.catswhocode.com/blog/mastering-the-html5-audio-property
<audio id="player" src="http://www.sounddogs.com/sound-effects/104/mp3/490284_SOUNDDOGS__ch.mp3"></audio>
<a onclick="document.getElementById('player').play()" >Cheer</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment