Skip to content

Instantly share code, notes, and snippets.

@alanef
Created November 26, 2020 18:39
Show Gist options
  • Select an option

  • Save alanef/9a98ffee9523a48b11f9862867ab43a0 to your computer and use it in GitHub Desktop.

Select an option

Save alanef/9a98ffee9523a48b11f9862867ab43a0 to your computer and use it in GitHub Desktop.
HTML 5 Audio
<audio id="myRing">
<source src="/path/to/ringring.mp3">
</audio>
<a onclick="document.getElementById('myRing').play()"><img src="https://myphone.png"></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment