What i am trying to do is setup the website so i have a flash nav bar working all the time unless its on a cell phone that does not support flash and there will be a alternative menu bar for clients to click around!

So its like Flash nav with html nav under it! I worked the code and it worked great but it would not work in fire fox for some odd reason!

This is the main code i used and it worked great on the iphone and IE but not on firefox

http://tdowddesigns.com/td2010/test/


Here is my code!


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

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

<a href="http://www.nemucore.com/">Home</a> | <a href="http://www.nemucore.com/about-us.html">About Us</a> | <a href="http://www.nemucore.com/news.html">News</a> | <a href="http://www.nemucore.com/people.html">People</a> | <a href="http://www.nemucore.com/technology.html">Technology</a> | <a href="http://www.nemucore.com/contact-us.html">Contact Us</a>

<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/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>
</p>
<p align="center"></p>
<div align="center"> </div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>

Member Avatar for rajarajan2017

Set z-index value to avoid the overlaps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.