mexican
07-15-2005, 12:58 PM
Im making a flash drop down menu.
I have placed the flash html object in a layer that lies above the html content of the page. In internet explorer this works fine with and I can access things like links, buttons and input boxes but when I do this in firefox it doesn't let me select any buttons, links or text inputs that lie under the flash object. Does any one have any idea to get arround this?
Here is my flash object tag html code:
<div style="z-index:1;position:absolute; margin-left:0">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="400" id="071205v12_Menu" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="071205v14_Menu.swf?active=100000000000" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="071205v14_Menu.swf?active=100000000000" quality="high" wmode="transparent" bgcolor="#ffffff" width="400" height="400" name="071205v12_Menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
Any idea's or sites where i can read up about this would really help
I have placed the flash html object in a layer that lies above the html content of the page. In internet explorer this works fine with and I can access things like links, buttons and input boxes but when I do this in firefox it doesn't let me select any buttons, links or text inputs that lie under the flash object. Does any one have any idea to get arround this?
Here is my flash object tag html code:
<div style="z-index:1;position:absolute; margin-left:0">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="400" id="071205v12_Menu" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="071205v14_Menu.swf?active=100000000000" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="071205v14_Menu.swf?active=100000000000" quality="high" wmode="transparent" bgcolor="#ffffff" width="400" height="400" name="071205v12_Menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
Any idea's or sites where i can read up about this would really help