Latest version of Silverlight Streaming helper classes and SLSExplorer
I wanted to do a bit more to this project before posting it, but there is so much going on right now I'm not sure when I'll have the time and I thought that it's pretty useful as it is, as a sample and also as an easy way to get Silverlight apps up to Silverlight Streaming. So here's the link:
http://www.bluerosegames.com/SilverlightBrassTacks/page/Silverlight-Streaming-API-Helper-Classes-and-SLSExplorer.aspx
Some new featured for this version:
- Subfolders are now handled properly, which is critical for DeepZoom and other Silverlight apps with assets in subfolders.
- Queueing of create and upload commands and a progress window for displaying the queue status. Also a sample of how to upload an entire Silverlight application including subfolders.
- When uploading a Silverlight XAP file, the application manifest will be generated for you and uploaded to the proper location.
- Directory listing calls have been switched to the PROPFIND method instead of GET to properly handle subfolders.
What it could still use:
- Queueing of other command types
- A way to view a file (probably by launching a browser window)
- A way to easily launch the test page for a Silverlight app instead of going to the Silverlight Streaming Admin site.
- Cleanup
- Exception handling