Windows Live Messenger Activity SDK: Is it possible to use jQuery?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-03-03T14:22:43Z Indexed on 2010/03/31 2:03 UTC
Read the original article Hit count: 350

Filed under:
|

There's an SDK that lets developers build "activities" and games for use in Windows Live Messenger. The basic approach is to build a web app, that gets approved and hosted by Microsoft.

questions

  1. Anyone done this?
  2. Can you use jQuery in that web app?
  3. how do you debug the thing, running within Windows Live Messenger?

EDIT: I tried using jQuery, but couldn't get it to do much of anything. I also couldn't debug it at all, when running within the IM client. The IE8 F12 debug tools are not available in that context. I believe the embedded browser was silently not loading external script, and then silently throwing exceptions. So I backed off to use only script in the .HTM file. Since it is Windows Live Messenger, the embedded browser is IE, so the generality made possible in jQuery isn't strictly necessary. I was able to use old-skool DHTML interfaces to get done, what I needed.

I'm still interested in seeing examples of what other people have produced in the way of WLM Activities or games, using the Messenger Activity SDK. I think Flash is possible, and I think XAML is also possible, but I haven't seen source code examples for any of those.

© Stack Overflow or respective owner

Related posts about msn-messenger

Related posts about jQuery