So have you changed the z-indexes of the layers you are wanting to appear
above / below the flash layer?

What exactly is the issue other than "doesn't work"?

Aran

-----Original Message-----
From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On
Behalf Of Julian K
Sent: Thursday, 19 March 2009 3:40 AM
To: SWFObject
Subject: Transparency not working in FF3 with SWFObject 2.1


Hi,

I am unable to get wmode working in FF3 with the SWFObject 2.1. Theres
no problem at all in IE, just FF doesnt work. Ive searched through
your documentation and threads and am none the wiser. Your help is
much appreciated. thanks.


This code works on both IE and FF
----------------------------------------------------------------------------
---------

<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript">

var flashvars  = {};

flashvars.debug = "false";
flashvars.local = "true";

var params = {};

params.scale = "noScale";
params.allowfullscreen = "true";

swfobject.embedSWF("FlashPlayer.swf", "flashcontent", "900", "500",
"10.0.0", false, flashvars, params);
</script>

----------------------------------------------------------------------------
------------
Again but with the problematic wmode param added does not work on FF.
----------------------------------------------------------------------------
-------------

<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript">

var flashvars  = {};

flashvars.debug = "false";
flashvars.local = "true";

var params = {};

params.scale = "noScale";
params.allowfullscreen = "true";
params.wmode = "transparent";

swfobject.embedSWF("FlashPlayer.swf", "flashcontent", "900", "500",
"10.0.0", false, flashvars, params);
</script>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to swfobject@googlegroups.com
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to