I don't see any issues in your script block on first pass. I think the issue will be within your page / CSS.
If you wanted to post a link to your page, people can have a look and offer possible solutions. Cheers, Aran On Sat, Oct 17, 2009 at 1:34 AM, Thomas Krueger <[email protected]>wrote: > > Searching through the group it seems there are some issues with wmode > "transparent". My code works for Firefox to bring the flash content > behind the dropdown menu of the nav bar, but the code works not for IE > 7. > > Just to be on the safe side, could somebody look at my code, perhaps I > made an error: > > <script language="JavaScript"> > <!-- > > var flashvars = { > paramXMLPath: "param_home.xml", > initialURL: escape(document.location) > } > var params = { > base: ".", > bgcolor: "#A7A893", > allowfullscreen: "true", > wmode: "transparent" > } > var attributes = {} > swfobject.embedSWF("http://www.mywebsite.com/xml/loader.swf", > "flashcontent", "858", "286", "9.0.0", "expressInstall.swf", > flashvars, params, attributes); > > --> > </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 -~----------~----~----~----~------~----~------~--~---
