First: - Create/Record the clips onto your computer.Second: - If they aren't already in MP3 format, change them to MP3
Third: - Make a web-page with links to each of the clips using something like
<a href="../clip1.mp3">Clip #1</a>OR if you want to use each clip as background to a specific page, you could do something like:
<noembed><BGSOUND SRC="../midimusic/rio2.mid"></noembed>
<EMBED SRC="../midimusic/rio2.mid" width=0 height=5 loop=true autostart=true>You would replace the /midimusic/rio2.mid with the name of the clip for that page..