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