A1: Yes you can add Flash to a OpenSocial application, and have it load data or assets from an external server. You can either use the js makeRequest (via the actionscript ExternalInterface) or you can use a crossdomain.xml to talk directly to your server. You do not need to bundle all resources in to your swf. You can load them as needed. Just keep in mind things like Cache-Control on files and using getProxyUrl to reduce the hit on your server.
A2. I've found using a combination of SWFObject + getProxyUrl works well. You can use getProxyUrl to get a proxied url to your swf file. Then pass the proxied url to SWFObject, along with your allowscript, etc, flags. On Jul 7, 11:35 am, isolated <[EMAIL PROTECTED]> wrote: > Hello All > > Q:1 > Can i add a .swf file in the Application which loads data from an > external server? > I read in the documentation that all the resouces should be bundled in > the .swf file. > > Q:2 > In ordinary html we can set many parameters for a .swf file, like > autoplay, transparent window, even we can communite between browser > and swf file using flash vars > But i took a look at gadget programming's api reference and found > nothing about setting these paraemeters for flash > How can i add them? > > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut 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/opensocial-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

