Hi George.

Here is an example of the HTML5 audio player code (it is part of HTML5)

</br><audio controls="controls" width="100" height="10" preload="none"><source src=
"http://www.yoursongs.com/MySongs/MySong1.mp3" type="audio/mpeg"></audio>

You will need to replace the reference that I have bolded with your own path (to your song file)



And you can read a little about it here:
http://www.w3schools.com/html/html5_audio.asp