Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/10/2009, 07:13
BuenFarias
 
Fecha de Ingreso: julio-2006
Mensajes: 6
Antigüedad: 17 años, 9 meses
Puntos: 0
Cortos en firefox

Cómo se programaría en html para ver un corto (video.wmv) en firefox? En el IE con esto se ve, pero en el firefox y chrome no:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<center><title>v2.wmv</title></center>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000"><br><br><br>
<center>
<span class="textbg">video.wmv</span>
<br><br><br>

<OBJECT ID="MediaPlayer"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
TYPE="application/x-oleobject"
STANDBY="Loading Windows Media Player components...">
<PARAM NAME="FileName" VALUE="images/video.wmv">
<PARAM NAME="autostart" VALUE="1">
<PARAM NAME="showcontrols" VALUE="1">
<EMBED TYPE="application/x-mplayer2">
</EMBED>
</OBJECT>
</cebter>
</body>
</html>


Gracias