No Free Time

Because my therapist says I need to let things out

Silverlight Preloader Project on Google Code

without comments

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/

Written by tad

January 28th, 2010 at 12:24 pm

Posted in silverlight preloader

Tagged with

Leave a Reply