Hola a todos:
No se si este sea el foro para preguntar esto pero ahi va.
Inserte windows media player en mi pagina web y corre perfectamente solo que en Firefox comienza a reproducirse automaticamente.
Mientras que Chrome y Explorer, solo se reproduce al darle play.
¿A que se debe?
Código:
<OBJECT id=NSPlay
codeBase=activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701
type=application/x-oleobject height=310
standby="Loading Microsoft Windows Meda Player components..."
width=320 align=center
classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 name=NSPlay
bgcolor="Black">
<PARAM NAME="Filename" value="musica.mp3">
<PARAM NAME="AnimationatStart" VALUE="true">
<PARAM NAME="TransparentatStart" VALUE="true">
<PARAM NAME="AutoStart" VALUE="false">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<embed src="musica.mp3"
type="application/x-mplayer2"
pluginspage="microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" width="150" height="50" name="NSPlay"
showcontrols="1" showdisplay="0" showstatusbar="1"></embed>
</OBJECT>
Saludos