That seemed to work well. Thank you Aran for the help. It is much appreciated.
On Nov 25, 5:44 pm, "Aran Rhee" <[EMAIL PROTECTED]> wrote: > So even after setting wmode=opaque, you still need to set your z-indexes > accordingly to make sure your menu items are on a higher layer than your > flash files. > > http://www.w3schools.com/Css/pr_pos_z-index.asp > > Aran > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, 26 November 2008 1:05 AM > To: SWFObject > Subject: Internet Explorer WMode issue > > Internet Explorer 6,7,&8 are all showing my flash object above all > other object (when other DOM elements such as dropdown menus are moved > over them). I used embedSWF and in all other browsers - things are > great. IE (unfortunately) is most of my companies audience's browser > of choice. I need Flash to always show behind objects. Please help. > Here is sample of some of the code: > > <div id="home-flash-section">....alternate content...</div> > <script type="text/javascript"> > var flashvars = {}; > var params = {wmode: "opaque"}; > var attributes = {}; > swfobject.embedSWF("path to swf file/mySwf.swf", "home-flash- > section", "795", "59", "9.0.0", "path to express installer/ > expressInstall.swf",flashvars,params,attributes); > swfobject.registerObject("home-flash-section", "9.0.0", "path to > express installer//expressInstall.swf"); > </script> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
