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

Reply via email to