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

2008-03-03 Thread rush
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.embedFlash(url, "flashComponent", {

[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

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

2008-03-03 Thread Daniel
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.wordpress.com/2008/02/26/update-flex-and-open-social/ I've already tried to use it in Hi5 or orkut, but nothing happens. I've installed shiding, on my m

[OpenSocial] Who from this group is at Graphing Social Patterns/etech today?

2008-03-03 Thread Kevin Marks (Google)
How about a lunchtime meetup? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubscribe from this g

[OpenSocial] Re: Who from this group is at Graphing Social Patterns/etech today?

2008-03-03 Thread Elizabeth Yin
Wow, this conference is perfect for OpenSocial. Although most of the questions we're getting at the booth are basic, just fyi, these are our top 3 challenging questions: -Can we do something to make very clear what calls are supported by all OpenSocial containers and what calls are proprietary a

[OpenSocial] Re: Who from this group is at Graphing Social Patterns/etech today?

2008-03-03 Thread Elizabeth Yin
I forgot to mention that if you have additional questions that you'd like to discuss with us, please stop by. Thanks! On Mon, Mar 3, 2008 at 11:16 AM, Elizabeth Yin <[EMAIL PROTECTED]> wrote: > Wow, this conference is perfect for OpenSocial. Although most of the > questions we're getting at th

[OpenSocial] Re: Who from this group is at Graphing Social Patterns/etech today?

2008-03-03 Thread Jesse Stay
On Mon, Mar 3, 2008 at 11:43 AM, Kevin Marks (Google) <[EMAIL PROTECTED]> wrote: > > How about a lunchtime meetup? > > > I'm here - it's past lunchtime though, so we'll have to meet up later. Elizabeth - I'll stop by. Looking forward to finally meeting you in person! Jesse -- Jesse Stay The So

[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] 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: global userids OpenSocial Aggregate services/widgets

2008-03-03 Thread Paul Lindner
How about creating your unique 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 widget

[OpenSocial] Re: get user's data

2008-03-03 Thread Arne Roomann-Kurrik
Hi Robby, I see you are getting help on the shindig-dev mailing list for these questions. Orkut uses Shindig, so that is probably the best place to ask. ~Arne On Sun, Mar 2, 2008 at 9:10 PM, Robby <[EMAIL PROTECTED]> wrote: > > Thank you Lane so very much... a follow up question if you dont

[OpenSocial] Re: Signed Requests

2008-03-03 Thread Arne Roomann-Kurrik
The team is working on a push that should resolve this issue today. We'll update the developer blog when the update is live. ~Arne On Sun, Mar 2, 2008 at 11:25 AM, Aakash Bapna <[EMAIL PROTECTED]> wrote: > please look into this issue, we are left crippled here with ID > discrepancy. there is

[OpenSocial] How to access own database in OpenSocial Applications

2008-03-03 Thread Ashish
Hi All, I have a query regarding the development of an opensocial application. I built an opensocial application which is fetching the container ( i.e. orkut in my case) related data finely, but I need to get some data from my database which is at my server/domain. I am unable to fire any request

[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 access own database in OpenSocial Applications

2008-03-03 Thread Arne Roomann-Kurrik
Hi Ashish, Check out gadgets.io.makeRequest, which can get around the cross domain limitations of AJAX. Here's a link to the API reference for this function: http://code.google.com/apis/opensocial/docs/0.7/reference/gadgets.io.html#makeRequest and here's a link to a wiki page with some sampl