 
			
				08/08/2007, 17:40
			
			
			     |  
        |     |    |    Fecha de Ingreso: agosto-2007  
						Mensajes: 382
					  Antigüedad: 18 años, 2 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>           |