Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <audio controls id="linkAudio">
- <source src="serverPath" type="audio/mp3">
- Your browser does not support the audio element.
- </audio>
- <script>
- document.getElementById("link_id").addEventListener("click", function () {
- document.getElementById("linkAudio").play();
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment