Div over flash in FireFox

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
wiredextreme
Forum Newbie
Posts: 2
Joined: Thu Jan 13, 2011 1:18 am

Div over flash in FireFox

Post by wiredextreme »

I'm needing some help with a div over a flash object. It works in IE but not in FireFox nor the Android phone. What am I missing? You can view the site here: http://www.wiredextreme.com It's the diagnostic tool 1/4 of the way on the page in the middle.

Here's the coding:

Code: Select all

<div style="z-index:1000;"><object id="presentation" width="650" height="506" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash/wediag.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<param NAME="wmode" VALUE="transparent">
<embed src="flash/wediag.swf" wmode="transparent" quality="high" bgcolor="#ffffff" width="650" height="506" name="presentation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" allowFullScreen="true" />
</object></div>

	<div style="position:absolute; top:913px; left:253px; z-index:2000;">
<table width="660" height="42"><tr><td bgcolor="1F1F21"></td></tr></table>
</div>	
<br>
Post Reply