Discussion:
Flash visible en IE8 y no en FF17
Pablo Rodríguez
2013-01-07 19:30:24 UTC
Permalink
Hola a todos y a todas,

tengo el siguiente código (debería verse en
http://webhosting-test.github.com/ cuando Github lo ponga).

<!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" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
</head>
<body>
<div class="media_player">
<object width="512" height="384"
type="application/x-shockwave-flash">
<param name="movie" value="flashmediaelement.swf" /> <param
name="allowFullScreen" value="true" /> <param name="flashvars"
value="controls=true&amp;file=check-old.flv" /> </object>
</div>
<div class="media_player">
<object width="512" height="384"
type="application/x-shockwave-flash">
<param name="movie" value="flashmediaelement.swf" /> <param
name="allowFullScreen" value="true" /> <param name="flashvars"
value="controls=true&amp;file=check-h264.flv" /> </object>
</div>
</body>
</html>

No sé por qué extraña razón en WinXP Professional con IE8 se ven los
vídeos, pero con FF17 no. Con Linux, FF17 muestra los vídeos, pero Opera
12.12 sí los muestra.

¿Qué estoy haciendo mal? ¿O es un fallo de Firefox?

Muchas gracias,


Pablo
--
http://www.ousia.tk
Loading...