Following on very nicely from my last post on deploying Silverlight content to your own production server, I'm pleased to announce that Silverlight Streaming has added full support for Silverlight 2 applications. As well as adding the basic support, the team have put a lot of work into simplifying the process of uploading and validating your application. Here's a basic walkthrough:
- Create your Silverlight 2 application using Visual Studio or Expression Blend, do all the usual test / debug steps, etc.
- Create a manifest file named manifest.xml, that describes how you want the control to be hosted. Here's a simple sample you can use as a template:
<SilverlightApp>
<version>2.0version>
<source>PopTheBubble.xapsource>
<width>400width>
<height>300height>
<background>whitebackground>
<isWindowless>falseisWindowless>
SilverlightApp> - Zip your application .xap and manifest.xml files together into one file.
- Go to silverlight.live.com and upload the application.
- You're done! Now you can embed the resulting content in any web page with an iframe or the sample code provided.
As a small example, here's a mini-game called PopTheBubble that you can learn to build by following the Silverlight 2 fundamentals hands-on lab. Click on as many bubbles as you can before the timer runs out - have fun!
http://go.microsoft.com/fwlink/?LinkID=108731
0 comments:
Post a Comment