Just in case you thought all this was easy here is some of the .php & HTML code I had to wade through and rewrite before getting to the final version of the 'embeded' MP3 player you see above. :disted:
<!This code for IE>
<EMBED SRC="http://www.mykimbrell.com/sound_files/music.m3u" HIDDEN="false" AUTOSTART="false" width="128" height="40">
<Embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
SRC="http://www.mykimbrell.com/sound_files/music.m3u"
Name=MediaPlayer
ShowControls=0
Width=2
Height=2
</embed>
</OBJECT>
[!This code for IE]
[EMBED SRC="http://yourdomian.com/sound/music.m3u" HIDDEN="true" AUTOSTART="true" width="128" height="128"]
[!This code for Netscape]
[OBJECT ID="MediaPlayer"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject" width="239" height="179"]
[PARAM NAME="FileName" VALUE="http://server/path/your-file.asx"]
[PARAM NAME="AnimationatStart" VALUE="false"]
[PARAM NAME="TransparentatStart" VALUE="true"]
[PARAM NAME="AutoStart" VALUE="true"]
[PARAM NAME="ShowControls" VALUE="0"]
[Embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
SRC="http://Yourdomain.com/sound/music.m3u"
Name=MediaPlayer
ShowControls=0
Width=2
Height=2
[/embed]
[/OBJECT]