10/10/2005, 13:16
|
| | | Fecha de Ingreso: marzo-2005
Mensajes: 391
Antigüedad: 19 años, 7 meses Puntos: 4 | |
A ver, el código mencionado por leoj90, lo pongo entre las etiquetas <body> y </body> ????
Es decir, que quede así:??
<body>
<DIV dir=ltr style="TEXT-ALIGN: left"><object CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" NAME="MC1" ID="MC1" height="204" width="480" bbclient="1">
<param NAME="FileName"
VALUE="VIDEO.WMV">
<param NAME="AutoStart" VALUE="True">
<param NAME="ShowStatusBar" VALUE="True">
<param NAME="ShowGotoBar" VALUE="False">
<param NAME="TransparentAtStart" VALUE="True">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/en/Download/default.asp?tcode=9#location2"
src="VIDEO.WMV" name="MC1" height="204" width="480" AutoStart="True" ShowStatusBar="True" ShowGotoBar="Talse" TransparentAtStart="true" bbclient="0">
<noembed></noembed></object></DIV>
</body>
Porque así lo estoy haciendo y lo que me resulta es el texto en la página web.
Gracias de antemano |