Page view counter
xap ondemand support in silverlight.live.com Subscribe to this thread
Last post 07-16-2008 7:20 AM by slyi. 1 replies.
Sort Posts:
07-12-2008 10:36 AM
xap ondemand support in silverlight.live.com
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.

Eg:
Loader.xap 10k
Main.xap 150k
CoolUsercontrol.xap  80k 
I know you can upload multiple media endpoints but i don’t see a way to upload extra xap's  http://dev.live.com/blogs/sls/archive/2008/05/30/316.aspx

Thanks

slyi

slyi

Loading...
Joined on 09-16-2005
Ireland
Posts 186
07-16-2008 7:20 AM
Marked as Answer
Re: xap ondemand support in silverlight.live.com

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.

 

slyi

Loading...
Joined on 09-16-2005
Ireland
Posts 186
Microsoft Communities