Foros del Web » Creando para Internet » Herramientas y Software »

*.mov

Estas en el tema de *.mov en el foro de Herramientas y Software en Foros del Web. Salut ) Comment peut on incorporer un fichier .mov dans une page web ? Merci d'avance Assia )...
  #1 (permalink)  
Antiguo 20/12/2004, 08:18
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1
Antigüedad: 19 años, 4 meses
Puntos: 0
*.mov

Salut )
Comment peut on incorporer un fichier .mov dans une page web ?
Merci d'avance
Assia )
  #2 (permalink)  
Antiguo 20/12/2004, 16:14
Avatar de PatomaS
Colaborador
 
Fecha de Ingreso: marzo-2004
Ubicación: En alguna otra parte
Mensajes: 4.656
Antigüedad: 20 años, 1 mes
Puntos: 63
Hola

No hay problema, lo pueds incorporar con un código como este:

Código:
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="240" HEIGHT="144" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
	<PARAM NAME="controller" VALUE="FALSE">	
	<PARAM NAME="type" VALUE="video/quicktime">
	<PARAM NAME="autoplay" VALUE="true">
	<PARAM NAME="target" VALUE="myself">
	<PARAM NAME="src" VALUE="tu_eplicula.mov">
	<PARAM NAME="HREF" VALUE="tu_eplicula.mov">	
	<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
	<EMBED WIDTH="240" HEIGHT="144" CONTROLLER="FALSE" SRC="tu_eplicula.mov" HREF="tu_eplicula.mov" type="video/quicktime" TARGET="myself" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED>
</OBJECT>
Felicidad
__________________
¡ hey, hou, hou, hey !
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 15:08.