My blog is currently under construction. I used Wordpress to handle everything, all that is up to me is the design.
I decided to have a Flash menu. I floated a DIV somewhere on my page and put the Flash in it. I set the background of the movie to be transparent so it would float above the page. It works fine in Firefox but not loading on IE6.
<div id="Layer2" style="position:absolute; width:107px; height:150px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="200" height="300" id="menu" align="left">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="menu.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#993300" />
<embed src="http://onat.u69.us/onatv6/flash/menu.swf" wmode="transparent" quality="high" bgcolor="#993300" width="200" height="300" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
Site is here.
I don’t know whats wrong. Help.