[OpenSocial] Re: global userids OpenSocial Aggregate services/widgets

2008-03-05 Thread jdavid.net
nique IDs with > > opensocial.getEnvironment().getDomain() + ID > > > > On Mon, Mar 03, 2008 at 05:08:22PM -0800, jdavid.net wrote: > > > is there a defined standard/ registration to guarantee a unique id > > given a user on a social network. > > > we are looking at providing a wid

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

2008-03-05 Thread jdavid.net
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 PROTECT

[OpenSocial] add widget buttons

2008-03-04 Thread jdavid.net
has anyone figured out a way to add a widget from a button on a website to an opensocial container? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, se

[OpenSocial] Re: import flash is not working on orkut or hi5, but works on shindig...

2008-03-04 Thread jdavid.net
when working on google gadgets i had problems doing it the way you are. try: On Mar 3, 11:22 am, Daniel <[EMAIL PROTECTED]> wrote: > Hi! > > I've to use flash in the opensocial application that I'm working on, > and I'm using a simple application from this > website:http://hackathon.

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

2008-03-04 Thread jdavid.net
f gadgets.flash.embedFlash, is it ok? which one is the better way? > > Regards > Rush > > On Mar 4, 5:46 am, "jdavid.net" <[EMAIL PROTECTED]> wrote: > > > actually this feature is broken. > > > if you try to add a param that is unrecognized by embedFlash

[OpenSocial] global userids OpenSocial Aggregate services/widgets

2008-03-03 Thread jdavid.net
is there a defined standard/ registration to guarantee a unique id given a user on a social network. we are looking at providing a widget that will need to store data for the user beyond the user persistence data cache, and we will need a globally unique idea between all users on all networks. i

[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: Questions about OpenSocial

2007-11-06 Thread jdavid.net
My understanding is that 1. any SPI provider will be able to load a module, and process requests as if it was a module on their own network. 1a. we may see some social network viruses because of this. If you do not lock your server up correctly, the module proxy may open you up to new attacks. 1b

[opensocial] Re: open social gadgets in iframe?

2007-11-06 Thread jdavid.net
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