1. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523
This article says you can use either "transparent" or "opaque" for your
wmode. Since you're also specifying a bgcolor, I think it makes more sense
to use opaque. If you truly need transparent for some reason, consider not
using the bgcolor. Also note from the article that not all browsers/plugin
versions will support this, so sometimes, the menu may still appear below
the flash. I believe the old-school way of fixing this in the past was to
put an iframe behind each menu dropdown element, because I believe the
iframe was capable of overlaying the flash. I may be wrong on this, but I
seem to recall something of that nature before.
2. You are passing wmode and bgcolor as part of the "attributes" object.
According to the documentation for swfobject
(http://code.google.com/p/swfobject/wiki/documentation), these attributes
should be part of the "params" object. I think this is most likely the
cause of your problem.
--Kyle
--------------------------------------------------
From: "smashu" <emanuel...@gmail.com>
Sent: Wednesday, August 20, 2008 3:08 AM
To: "SWFObject" <swfo...@googlegroups.com>
Subject: wmode:transparent doesn't seem to work in IE7