Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/01/2012, 04:03
Avatar de veriyo
veriyo
 
Fecha de Ingreso: junio-2010
Mensajes: 80
Antigüedad: 13 años, 10 meses
Puntos: 0
Insertar mp4 en html Dreamweaver Cs5

Bueno lo primero de todo saludar a todo el mundo.

Quisiera introducir un video mp4 en un html, he probado con este codigo pero se queda cargando el video y no se llega a ver.... nose a que se debe, bueno ando un poco verde en html, si me podeis ayudar os lo agradecere muuuchisimo.

Código HTML:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>aula_plus</title>
</head>

<body>
<video controls autoplay>
<source src="aulaplus_ipad.mp4/">
</video>
</body>
</html>