I want to be able to play an mp3 when I click on a certain link. When I type this line in the browser: file:///track.mp3 it works, but when I make a link that looks like this:
<a href="file:///track.mp3">CLICK HERE!</a>
it doesn't work. Nothing happens! How do I make this happen?
<a href="file:///track.mp3">CLICK HERE!</a>
it doesn't work. Nothing happens! How do I make this happen?