I want to create a gadget that is capable of showing several RSS feed items as a slide show.
I have created a binding for loading slide show items .On calling
Web.Bindings.attachElementBindingSync(
loadingContainer,
Microsoft.Live.GadgetSDK.ExampleBinding,
this); have getting the error "module' is null or not an object" on debugging.On the code above "Microsoft.Live.GadgetSDK" is my name space and it has classes
"Microsoft.Live.GadgetSDK.RssGadget" and "
"Microsoft.Live.GadgetSDK.ExampleBinding". AttachElementBindingSync is being called from RssGadget class.
What am I doing wrong Can you please send me a sample code for binding.
Is binding the way to go for the slide show Or is there any approach. Also where should the dealy for the slide show be called
(Basic objective is making the slide show)

Problem in binding for RSS feed Items as slide show
Ofir Epstein
Thanks for your replay
Sorry for the confusion in Namespace name.I alreday changed to a suitable name.
Thanks,
Eapen t john
Primate101
Couple things:
I like bindings. For a control like a slideshow, a binding very much makes sense -- you can build the slideshow in a generic way, and then be able to more easily use it in another gadget without having to copy and paste a bunch of code. Just reference the js file containing your binding.