Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/04/2006, 22:33
Avatar de X.Cyclop
X.Cyclop
Usuario baneado!
 
Fecha de Ingreso: diciembre-2005
Ubicación: México, D.F.
Mensajes: 1.328
Antigüedad: 18 años, 5 meses
Puntos: 0
No tiene nada que ver con PHP, es Html.

Código HTML:
<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="http://dominio.com/video.mpg">

  <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="http://dominio.com/video.mpg" name="MC1" height="204" width="480" AutoStart="True" ShowStatusBar="True" ShowGotoBar="Talse" TransparentAtStart="true" bbclient="0"> 

<noembed></noembed></object>