If you put a proxy service inbetween that feeds your silverlight page, you can, honestly, do anything you want.
You just have to do a lot yourself. Your webservice should probably use AuthSub (see the youtube sample app in the .NET SDK) to talk to the google service and then represent the data and operations in any format you like to your silverlight page. Most certainly possible and not a bad way to go, if you want Silverlight as your end user experience. Frank Mantek Google On Aug 28, 2008, at 9:33 PM, Neo42 wrote: > > Btw, the link I put in there is the closest thing I have found on the > web on this subject. > > http://blogs.msdn.com/dthorpe/archive/2007/05/30/a-cross-domain-silverlight-channel-9-videorss-player.aspx > > > > On Aug 28, 3:29 pm, Neo42 <[EMAIL PROTECTED]> wrote: >> Is it possible (using a web service maybe) to create a silverlight >> (xaml, html, js) page that can update/retreive a record on a google >> spreadsheet? I am not concerned about the security ramifications >> yet. I just want to know if it can be done. >> >> http://blogs.msdn.com/dthorpe/archive/2007/05/30/a-cross-domain- >> silve... >> >> I am thinking about using google spreadsheets as an online database >> with silverlight as the gui/interface for a turn based multiplayer >> game. >> >> Thanks, >> -Neo > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" 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/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
