views:

51

answers:

3

I have an existing Silverlight 3 app that I want to add Live Mesh support to. This may sound like a simple question but I can't figure out how to get started! I've read a bit on dev.live.com but haven't found a good example. Here's what I want to accomplish:

  1. User visits my SL3 site.
  2. User enters their Live ID and password to login to live (not sure how to do this either).
  3. User sees a list of their files from Live Mesh.
  4. User chooses a file, maybe a text file, and views it in my SL3 app.

Is this possible? I've read about Silverlight enabled Mesh Apps, but it looks like those only run inside the "Live Desktop" part of Mesh. This would be nice as a small addon to my current app but I don't want to push the entire app into the mesh to accomplish this.

A: 

Hello, Here is a couple of links that might be of use?

http://dev.live.com/

http://dev.live.com/blogs/devlive/archive/2008/04/22/279.aspx

http://channel9.msdn.com/posts/Dan/Ori-Amiga-Programming-the-Mesh/

https://developer.mesh-ctp.com/web/developer.aspx

NastyNateDoggy
Thank you for the links - I could really use something more Silverlight specific (and not a "Silverlight Enabled Mesh App") if possible. These don't mention how to directly access Mesh from Silverlight.
James Cadd
A: 

Here is one link...which may be useful to you Silverlight : Mesh

Harryboy