I am trying to use flash on the main page and it is not working. In firefox it tells me I need the flash player when other sites I have built with flash are working. In IE the page just keeps trying to bring the flash up. This is the code I am using:
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="150" id="FlashID" title="slide_show">
<param name="movie" value="../../../../../slide_show/slide_show.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="7.0.70.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="../../../../../slide_show/slide_show.swf" width="640" height="150">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="7.0.70.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>
Can someone please tell me what is wrong here.
Thank you
LadyDee


27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="150" id="FlashID" title="slide_show">


