Audio Clip or Song Selection JavaScript Demo
This is a demo of the code described in How to Play a Song (or Some Other Audio Clip) from a List on a Website.
Since this player uses the HTML 5 audio element, if you use too old a browser, the audio player will not appear. In addition, some old browsers may also not support the MP3 format used in this demo.
Technical Details
For the curious, the audio clips were recorded, trimmed and exported as an MP3 file using Audacity, a free audio/sound editor.
The HTML and JavaScript for the above are described and explained in How to Play a Song (or Some Other Audio Clip) from a List on a Website and the related article on How to Play Music or Audio on a Website with HTML (HTML5).