lista de reproduccion en w media?

HOLA HACE YA UN TIEMPO GRACIAS A CCTW ARME MI PRIMER WEB CON MUCHAS DIFICULTADES PERO BUENO AHI ESTA A FULL, EL TEMA ES QUE INSERTE UN REPRODUCTOR DE AUDIO Y EN MOZILLA NO APARACE Y NO SE COMO HACER PARA QUE REPRODUZCA UNA DETERMIADA LISTA DE MUSICAS, PODRIAN AYUDARME EN ESTO? GRACIAS

ESTE ES EL CODIGO, FUNCIONA BIEN PERO SIN APARECER EN MOZILLA .


<OBJECT ID="MediaPlayer1" width=234 height=72
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.c…' "
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="ClickToPlay" VALUE="0">
<PARAM NAME="SendMouseClickEvents" VALUE="1">
<PARAM NAME="invokeURLs" VALUE="-1" >
<PARAM NAME="AutoStart" VALUE="-1">
<PARAM NAME="AutoSize" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AnimationAtStart" value="FALSE">
<PARAM NAME="FileName" VALUE="http://www.tuencuentro.nixiweb.com/objetos/programas/remixes.mp3">

</OBJECT>
BUENO SOLUCIONE QUE SE VEA EN MOZILLA Y EN CROME QUE NO SE VEIA EL REPRODUCTOR, AHORA QUEDO ASI :

<OBJECT ID="MediaPlayer1" width=234 height=160
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.c…' "
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="ClickToPlay" VALUE="0">
<PARAM NAME="SendMouseClickEvents" VALUE="1">
<PARAM NAME="invokeURLs" VALUE="-1" >
<PARAM NAME="AutoStart" VALUE="-1">
<PARAM NAME="AutoSize" VALUE="1">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AnimationAtStart" value="FALSE">
<PARAM NAME="FileName" VALUE="http://www.tuencuentro.nixiweb.com/objetos/programas/remixes.mp3">
<EMBED src="http://www.tuencuentro.nixiweb.com/objetos/programas/remixes.mp3" width="234" height="160" autostart="true" loop="true" align="middle" type='application/x-mplayer2'

type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='1' showstatusbar='-1' videoborder3d='-1' designtimesp='5311'</EMBED>

</OBJECT>

NECESITO AGREGAR UNA LISTA DE REPRODUCCION ALGUIEN PUEDE AYUDARME? GRACIAS