in the google gadget framework which this is based off of, your files were loaded through googles proxy. This is a blessing and a curse.
one such problem on the GG framework is that it translates all of your pages into an iframe doc, that is labeled with the IE XHTML transitional doc type. this is really frustrating, when you are trying to load a full frame flash widget while getting IE to agree with it. You will also have problems if your script is referring to local files, because its now coming from a different domain. on the flip side it is a blessing in some situations as you can now use JS and Flash to make calls of some of googles services. if you plan on using flash in one of these widgets, you will need to use the ExternalInterface command, and the fix for IE7 because microsoft still has not learned how to make a browser that works with competing standards to their own. On Nov 6, 8:27 am, Shishir Srivastava <[EMAIL PROTECTED]> wrote: > I know this is not the right group for this, but still just wanted to > confirm are these gadgets working inside an iframe or how else they > access the content from sources other than from where they come > from ? > > As in ajax requests wouldn't work in those cases. > > -Shishir --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" 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/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
