![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/07/2008, 09:36
|
![Avatar de poison_mayer](http://static.forosdelweb.com/customavatars/avatar249198_2.gif) | | | Fecha de Ingreso: julio-2008
Mensajes: 69
Antigüedad: 16 años, 6 meses Puntos: 2 | |
Respuesta: ¿Como poner un video *.avi en HTML? Usa este debe servirte
<object data="data/test.avi" type="video/x-msvideo" width="320" height="255">
<param name="src" value="data/test.avi">
<param name="autoStart" value="0">
alt : <a href="data/test.avi">test.avi</a>
</object> |