I need to change wmode of arbitrary flash objects to transparent from
external js file to make sure they don't hide menus without using
Jquery or similar libs. I have no control over the embed code and my
javascript runs after swfObject so I cannot touch its initial
parameters.

In FF I use getElementsByTagName("embed") and set attribute. It seems
to work well.

Specifically I'm having trouble with object set by swfObject In IE7.

swfObject creates the following code in iE7:

I tried every possible way to set wmode to transparent and make the
flash not hide floating objects without success including but not
limited to:

   1. Search for OBJECT and change its PARAM wmode to transparent.
   2. Set attribute of OBJECT (wmode=transparent)
   3. Call the OBJECTnode.object.SetValue function
  4. set OBJECTnode.object.WMode = "Transparent".

The flash still hides a menu that has z-index 32767 what am I missing
here?
How can I change arbitrary flash objects that are already loaded when
my code runs to not hide a fixed menu?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to