Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/04/2008, 03:16
gibrasoft
 
Fecha de Ingreso: octubre-2007
Mensajes: 13
Antigüedad: 16 años, 6 meses
Puntos: 0
Funciona Firefox y no en IE

Hola muy buenas a todos,

Estoy desarrollando una aplicacion web que necesita que los videos esten alojados fuera del servidor, en el disco duro.

Estoy probando este script y funciona en firefox y no en el IE:

<!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=iso-8859-1" />
<title>Nuevo Fabricante Gibrasoft V1.0</title>
<head>
<script language="javascript" src="flashembed.min.js"></script>
<script>
window.onload = function() {
flashembed("example",
{
src:'FlowPlayerDark.swf',
width: 468,
height: 350
},

/*
second argument is Flowplayer specific configuration. See full list:
http://flowplayer.org/player/configuration.html
*/
{config: {
/*
La ruta no me la coge
*/
videoFile: 'C:\\VIDEOS\\a.flv'
}}
);
}
</script>
</head>
<body>
<div id="example"></div>
</body>
</html>

¿Alguien me puede dar una solucion?
Gracias, un saludo