I am using SWFObject 2.1 to insert a flash file into the main page of a website I am working on. It displays fine in all browsers except IE6. In IE6 it either displays to video twice, stacked on top of each other. Or it adds the size of the container holding the video beneath the flash.
Here is the: http://evs.paradowski.com/index.html Please not all the space below the video. Here is my code: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>EVS - Realty Advisors Inc.</title> <link href="styles/base.css" rel="stylesheet" type="text/css" /> <!--[if IE 6]> <link href="styles/base_ie6.css" rel="stylesheet" type="text/css" /> <![endif]--> <script type="text/javascript" src="/scripts/jquery-1.2.6.pack.js"></ script> <script type="text/javascript" src="/scripts/hoverIntent.js"></ script> <script type="text/javascript" src="/scripts/jquery.bgiframe.min.js"></ script> <script type="text/javascript" src="/scripts/superfish.js"></script> <script type="text/javascript" src="/scripts/swfobject.js"></script> <script type="text/javascript">swfobject.registerObject("divFeature", "9.0.0", "expressInstall.swf");</script> <script src="/scripts/AC_RunActiveContent.js" type="text/javascript"></ script> <script type="text/javascript"> $(document).ready(function(){ $("ul.sf-menu").superfish().find('ul').bgIframe ({opacity:false}); }); </script> <!--[if gte IE 6]> <script type="text/javascript" src="/scripts/ieflash.js"></script> <![endif]--> </head> <div id="divFeature"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/ shockwave/cabs/flash/ swflash.cab#version=9,0,28,0','width','1000','height','465','src','evs_index','quality','high','wmode', 'transparent','pluginspage','http://www.adobe.com/shockwave/download/ download.cgi?P1_Prod_Version=ShockwaveFlash','movie','evs_index' ); // end AC code </script> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="465" id="divFeature"> <param name="movie" value="evs_index.swf" /> <param name="loop" value="true" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="evs_index.swf" width="1000" height="465"> <param name="loop" value="true" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <!--<![endif]--> <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" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> <!-- end divFeature --> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
