I tried setting 'wmode' as "opaque" using the following code but it
does not work. I am using the latest version of swfobject.
var flashvars = false;
var attributes = false;
swfobject.embedSWF("connect.swf", "newsFlashContent", "100%", "300",
"9.0.0", flashvars, {wmode: "opaque"}, attributes);
Not sure if it is a bug or if I am missing something.
If I try to embed the flash onto page using object tag, it works fine
with wmode setting.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="...." width="440" height="300">
<param name="movie" value="connect.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<embed src="connect.swf" quality="high" wmode="opaque"
pluginspage="" type="application/x-shockwave-flash" width="440"
height="300"></embed>
</object>
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.