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>