Skip to main content
Home Forums General Silverlight Hosting and Streaming xap ondemand support in silverlight.live.com
1 replies. Latest Post by slyi on July 16, 2008.
(0)
slyi
Participant
826 points
255 Posts
07-12-2008 10:36 AM |
Hi Folks,
Is there any method to support xap download on demand in silverlight streaming rather than having to download on huge xap at the start. Silverlight support this but the streaming site does not.
Thanks
07-16-2008 7:20 AM |
I found the solution. We can add all the xaps to zip file and create a manifest.xml file (below) which we add to the root of our zip and then upload the zip file.
eg:
<SilverlightApp><source>Loader.xap</source><width>600</width><height>400</height><jsOrder /></SilverlightApp>
Thanks Tim Heuer for assisting me.