Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/06/2008, 11:24
Avatar de Bile
Bile
 
Fecha de Ingreso: diciembre-2006
Mensajes: 786
Antigüedad: 17 años, 4 meses
Puntos: 9
Respuesta: ¿Como poner un video *.avi en HTML?

Código PHP:
<OBJECT CLASSID="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95F"
HEIGHT=150
WIDTH
=150
NAME
=Msshow1
ID
=Msshow1>
<
PARAM NAME="FileName" VALUE="fireworks.AVI">
<
PARAM NAME="autoStart" VALUE="true">
<
PARAM NAME="showControls" VALUE="false">
<
PARAM NAME="PlayCount" VALUE="20">
<
embed src="fireworks.AVI" width="150" height="150" controller="false" autostart="true" loop=true>
</
EMBED>
</
OBJECT