Created
November 26, 2020 18:39
-
-
Save alanef/9a98ffee9523a48b11f9862867ab43a0 to your computer and use it in GitHub Desktop.
HTML 5 Audio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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