[OpenSocial] Re: how to pass variables to swf using gadgets.flash.embedFlash

2008-03-05 Thread jdavid.net
i hope so, but google will most likely not be the ones to fix it. these same problems existed in may of 2007 on Google Gadgets. for some reason goolge has it out for flash, and only supports it when they have to. i would really like to see embedFlash working as good if not better than swfObject1

[OpenSocial] Re: how to pass variables to swf using gadgets.flash.embedFlash

2008-03-04 Thread rush
Hi jdavid Thanks for your help. It is working today but giving the same error when i m using embedCachedFlash instead of embedFlash. One more question, will flashvars feature work in future? Regards Rush On Mar 5, 5:38 am, "jdavid.net" <[EMAIL PROTECTED]> wrote: > it looks like _IG_ calls are b

[OpenSocial] Re: how to pass variables to swf using gadgets.flash.embedFlash

2008-03-04 Thread jdavid.net
it looks like _IG_ calls are being migrated to a better namespace. I would avoid them. How do you get your error? I might take a screenshot and post. that looks like a regular expression. Something is breaking in flash or in the make request object. Does your url already have # or a ? in it?

[OpenSocial] Re: how to pass variables to swf using gadgets.flash.embedFlash

2008-03-03 Thread rush
Thanks for reply. @ Paul I tried gadgets.flash.embedCachedFlash instead of gadgets.flash.embedFlash but it is giving error "Error: D.match(/^[^?#] +\//) has no properties" @ jdavid I tried the option2 but it is also giving the same error "Error: D.match(/^[^?#]+\//) has no properties" I want to

[OpenSocial] Re: how to pass variables to swf using gadgets.flash.embedFlash

2008-03-03 Thread jdavid.net
actually this feature is broken. if you try to add a param that is unrecognized by embedFlash, it will not add it as a parameter tag. we found there are 2 better ways to load the swf file right now. option1. use swfObject1-5 it has a superior interface and is more fault tolerant when it comes

[OpenSocial] Re: how to pass variables to swf using gadgets.flash.embedFlash

2008-03-03 Thread Paul Lindner
On Mon, Mar 03, 2008 at 08:10:34AM -0500, rush wrote: > > Hi all, > > I want to pass username to swf file. It was working fine when i use > _IG_EmbedCachedFlash, but pass blank when use > gadgets.flash.embedFlash. I am using following code, is it ok or have > some mistake. > > gadgets.flash.embe