What is the Downloader object and what can it do?
This is one of the first questions I ran into while exploring Silverlight. This object will retrieve objects (images, video, xaml) asynchronously, much like AJAX. There is a gaping limitation being that it cannot go cross domain.
To get around this take a look at Peter Kellner’s [...]


