Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/08/2009, 17:43
Avatar de deirdre
deirdre
 
Fecha de Ingreso: mayo-2009
Mensajes: 690
Antigüedad: 15 años
Puntos: 45
Respuesta: Vimeo en Explorer 6

Hola gorkreg

Algo debes estar copiando mal, porque yo he construido un html con los datos que te da Vimeo y puedo cargar el video perfectamente en iexplorer 6 y en todos los otros browsers.

Haz un copy-paste de este código y prueba en iexplorer 6:

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Video de gorkreg</title>
</head>

<body>
<object width="400" height="230">
	<param name="allowfullscreen" value="true" />
	<param name="allowscriptaccess" value="always" />
	<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5770215&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" />
	<embed src="http://vimeo.com/moogaloop.swf?clip_id=5770215&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed>
</object><p>
<a href="http://vimeo.com/5770215">Piking Players (ES)</a> from <a href="http://vimeo.com/user2029481">Sybille Spinola</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</body>

</html> 
Comenta algo

Bye