What I am trying to do is add audio to my website. I got audio working by using this:
<embed src="http://myisp.com/me/audio/playlist.m3u"
type="audio/mpeg" loop="true" hidden="true"
autostart="true" >
and then I built a playlist in notepad and added it to my site, put everything in the proper place finally!!! and voilą, everything works ------- as long as I have only .mp3's on my playlist. If I add a .wav file it will not play it. Is there a particular reason, or how can I convert a .wav to .mp3. The .wav is just a voice recording. Any help would be appreciated.