Hi
I have a simple gadget that loads a .swf application. It works fine in
Google Chrome and Firefox but not in IE7. Any ideas? I've removed the
URL for the swf and XML as I need to get permission from the site
owner before publishing the gadget.
Cheers,
Sam
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Sailing Club Weather" height="300"
scrolling="false">
<Require feature="flash" />
</ModulePrefs>
<Content type="html">
<![CDATA[
<div id="flashcontainer" style="border-top-width: 0px; border-right-
width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-
style: initial; border-color: initial; padding-top: 0px; padding-
right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px;
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%;
overflow-x: auto; overflow-y: auto; height: auto; text-align:
center;"></div>
<script type="text/javascript">
// Play .swf file for weather.
function showweather() {
var url = "http://...myurl.../wdlv4_11.swf?wdlconfig_no_uv.xml";
// Play .swf file.
_IG_EmbedFlash(url, "flashcontainer", {
wmode: "window"
})
}
_IG_RegisterOnloadHandler(showweather);
</script>
]]>
</Content>
</Module>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---