Hi, I recently tried to use the new Gadget* API instead of legacy, and
ran into an issue with the embed function. I'm embedding a flash
application like this:
gadgets.flash.embedFlash(url, "flashcontainer", {
swf_version:9,
id: "flashvid",
width: mywidth
height: myheight,
allowScriptAccess: "always"
})
After I clear cache and reload it, the gadget seems to ignore the
width, height settings. Setting them to explicit values like 250 also
doesn't seem to work. Anyone else have this issue?Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
