![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/05/2002, 20:40
|
![Avatar de Genetix](http://static.forosdelweb.com/customavatars/avatar11591_4.gif) | | | Fecha de Ingreso: febrero-2002 Ubicación: Lima - Perú
Mensajes: 1.600
Antigüedad: 23 años Puntos: 45 | |
Re: como puedo poner un video en html? prueba este código
Código:
<object id="media" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" height="240" width="320">
<param name=src value="tuvideo.rm">
<param name="controls" value="ImageWindow">
<param name="AutoStart" value="TRUE">
<embed height="240" width="320" type="audio/x-pn-realaudio-plugin" controls="ImageWindow" autostart="true" src="tuvideo.rm">
</embed>
</object>
Saludos |