Ver Mensaje Individual
  #16 (permalink)  
Antiguo 10/10/2005, 18:16
Avatar de SilveraR
SilveraR
Usuario baneado!
 
Fecha de Ingreso: julio-2005
Ubicación: Buenos Aires
Mensajes: 299
Antigüedad: 18 años, 9 meses
Puntos: 0
Cita:
Iniciado por gmaciel
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">&lt;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"&gt;
&lt;param NAME="FileName"
VALUE="VIDEO.WMV"&gt;
&lt;param NAME="AutoStart" VALUE="True"&gt;
&lt;param NAME="ShowStatusBar" VALUE="True"&gt;
&lt;param NAME="ShowGotoBar" VALUE="False"&gt;
&lt;param NAME="TransparentAtStart" VALUE="True"&gt;
&lt;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"&gt;
&lt;noembed&gt;&lt;/noembed&gt;&lt;/object&gt;</DIV>

</body>

Porque así lo estoy haciendo y lo que me resulta es el texto en la página web.

Gracias de antemano
Pues, mirá yo copie eso tal cual está sin agregar nada y lo guarde llamandolo: index.php y sí funciona, lo guarde como index.html y también funciono. Eso sin agregar <html> <body> etc.