[opensocial] swfobject.js not instantiated

2007-11-11 Thread sanjaymk
This is a commonly used set of js utilities to interact with shockwave players. Including a script type=text/javascript src=.../ swfobject.js / in my goog gadget (contenttype html) doesnt instantiate its contents. I dont see any requests to my site for swfobject.js I suspect this may be overly

[opensocial] Re: Embed flash

2007-11-09 Thread sanjaymk
Why doesnt the embed flash os method not accept flashvars as opt params? This makes a huge set of shockwave apps (incl. mine:-( unusable. _IG_EmbedFlash is what I am refering to. -Sanjay On Nov 8, 3:35 pm, sanjaymk [EMAIL PROTECTED] wrote: I cant get the flash embed code to work using my .swf

[opensocial] Embed flash

2007-11-08 Thread sanjaymk
I cant get the flash embed code to work using my .swf file. The same embed code when pointed to the demo .swf works fine. Any thoughts or suggestions on debugging the issue? My webserver is not being invoked to fetch any flv files. The swf file is fetched and then nothing happens on my site.

[opensocial] Re: How to access the data from another page

2007-11-08 Thread sanjaymk
My first cut of my facebook app did exactly this-opened an iframe with my content embedded in it. opensocial is undefined inside this iframe. AND all toplevel url params are not accessible. BTW I used the Apple code verbatim to create an iframe. The creation works great-cant do anything

[opensocial] Re: How to access the data from another page

2007-11-07 Thread sanjaymk
I think the situation and my experience is far worse. You cant build an app that does any multipage flows. As soon as you leave the main page (instantiated by gmodules.com), you get opensocial is not defined errors. Forget multipages, I thought I was being smart and created a frame pulling