This is in response to a private request -
It's working in IE because you have the wmode param set, but you also need to set the embed wmode attribute for other browsers.
Add the highlighted:
You will have to add that attribute to all of your Flash embed tags.Code:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="445" height="90"> <param name="movie" value="2008/sponsors/1lacrosse/1lax445b.swf"> <param name="quality" value="high"> <PARAM NAME="WMODE" VALUE="transparent"> <embedwmode="transparent"src="2008/sponsors/1lacrosse/1lax445b.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="445" height="90"></embed> </object>
Now, I am assuming no javascript is used to rewrite the tags, or if it is, it uses the params and attributes already present. If this is not the case, there will probably be one or two other changes to be made somewhere. But it looks to me as if this will take care of it.






Bookmarks