Silverlight Preloader Project on Google Code
I set up a project on Google Code for my Silverlight Preloader. Flash already has at least one solution for queueing up content to be pre-loaded, Silverlight to my knowledge does not. So here’s a first stab at one.
I’m going to have a good look at the VideoLoader. Currently I’m relying on the MediaElement control doing the legwork of downloading the file for me, but I’m positive I could use a WebRequest object to stream the bytes directly. The only difficulty would be in providing regular progress reports to the queue manager.
So, if anyone’s interested, here it is: http://code.google.com/p/silverlightpreloader/
