
Originally Posted by
criterion9
How are you embedding the swf? Some window modes cause the flash element to actually render above the browser rather than mixed in with the content.
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="487" height="118" id="banner-left" align="middle">
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="shared/flash/left_487x118.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="shared/flash/left_487x118.swf" quality="high" bgcolor="#ffffff" width="487" height="118" name="banner-left" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
It seems like you're right. when I play with the background color and the opacity of the overlayed link through firebug it suddenly works but then the red background appears over the flash and if you change it to transparent it stops working... weird.
Bookmarks