Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/08/2007, 19:52
Avatar de juanleonardo
juanleonardo
 
Fecha de Ingreso: agosto-2007
Mensajes: 382
Antigüedad: 16 años, 8 meses
Puntos: 0
Flash y firefox

Hola amigos, tengo un problema con firefox. Resullta que cree un documento swf en explorer enda muy bien pero en firefox no. Gracias por su ayuda.
si es necesario les dejo el codigo :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
</head>
<body>
<center>

<object type="application/x-shockwave-flash" style="width:600px;height:525px" data="E:\Cosas\mis documentos\otro.swf">
<param name="movie" value="E:\Cosas\mis documentos\otro.swf" />
</object>
</center>

</body>
</html>