rootbeerking93 0 Newbie Poster

I got the HTMl code to work behind a flash file for an iphone to browser. But ever time we check it on firefox it breaks but works everywhere else! Is my code correct?

<body>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4… width="650" height="80" id="FlashID">

[B]<param name="wmode" value="transparent" /[/B]>
<param name="movie" value="home.swf" />

[B]<a href="http://www.nemucore.com">Home</a> | <a href="http://www.nemucore.com/about-us.h… Us</a> | <a href="http://www.nemucore.com/news.html"… | <a href="http://www.nemucore.com/people.htm… | <a href="http://www.nemucore.com/technology… | <a href="http://www.nemucore.com/contact-us… Us</a>[/B]

<param name="quality" value="high" />
<param name="swfversion" value="6.0.65.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" />
<param name="BGCOLOR" value="#FFFFFF" />
<param name="SCALE" value="exactfit" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object data="home.swf" type="application/x-shockwave-flash" width="650" height="80">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="../../Scripts/expressInstall.swf" />
<param name="BGCOLOR" value="#FFFFFF" />
<param name="SCALE" value="exactfit" />
<!-- 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/getflashpl… src="http://www.adobe.com/images/shared/… alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</p>
<p align="center"></p>
<div align="center"> </div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>