La cosa es que a veces no aparece la animación en la parte superior de la página, a veces se escucha el sonido de fondo pero no se ve y a veces se ve normal, hay ocasiones en que hasta 15 veces le he tenido que ahcer refresh para que se vea.
Este es el archivo
http://www.energylabs.com/web2009/daniel/example.html
y este es el código.
Alguien me puede orientar como prevenir estos conflictos?
Y aparte... ambos menus están en tablas, mismas que no deberían tener ese espacio entre ellas... como elimino el espacio??
Gracias mil.
Código:
<html> <head> <title>Template con 2 menus</title> <script type="text/javascript" src="swfobject.js"></script> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css"> <!-- body { background-image: url(images/eliback.gif); } --> </style></head> <body topmargin="0"> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="960" height="90"> <param name="movie" value="header.swf"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <param name="swfversion" value="8.0.35.0"> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. --> <param name="expressinstall" value="Scripts/expressInstall.swf"> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="header.swf" width="960" height="90"> <!--<![endif]--> <param name="quality" value="high"> <param name="wmode" value="opaque"> <param name="swfversion" value="8.0.35.0"> <param name="expressinstall" value="Scripts/expressInstall.swf"> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> <div> <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object></td> </tr> </table> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><!-- Menu Navigation --> <div id="FlashMenuLabs"> You need to upgrade your Flash Player or to allow javascript to enable Website menu.</br> <a href="http://www.adobe.com/go/getflashplayer">Get Flash Player</a> </div> <script type="text/javascript"> // <![CDATA[ var so = new SWFObject("top/menu.swf", "menu", "960", "220", "0", "#000000"); so.addVariable("prefix", "top/"); so.addParam("wmode", "transparent"); so.addParam("scale", "noscale"); so.addParam("salign", "TL"); so.write("FlashMenuLabs"); // ]]> </script></td> </tr> </table><table width="960" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><!--Submenu Navigation --> <div id="FlashMenuLabs_left"> You need to upgrade your Flash Player or to allow javascript to enable Website menu.</br> <a href="http://www.adobe.com/go/getflashplayer">Get Flash Player</a> </div> <script type="text/javascript"> // <![CDATA[ var so = new SWFObject("left/menu.swf", "menu_left", "960", "30", "0", "#000000"); so.addVariable("prefix", "left/"); so.addParam("wmode", "transparent"); so.addParam("scale", "noscale"); so.addParam("salign", "TL"); so.write("FlashMenuLabs_left"); // ]]> swfobject.registerObject("FlashID"); </script></td> </tr> </table> </body> </html>