You could probably make the clips streaming audio files. the code would look something like this:
PHP Code:
<object id="player" height="45" width="220"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="url" value="audio.wav" />
</object>
or if you don't mind the grey bar you can do something like:
PHP Code:
<embed src="audio.wav" width="147" height="70" autostart="false">
if you do either of the two above, remember to upload the music files from the cd to your webhost.
orrrrrrrrr this might be something more along the lines you were looking for (scroll down to Embedding Music With Flash And XSPF Web Music Player):
WWW FAQs: How do I embed sound and music in a web page?
hope this helps