Skip to main content

Microsoft Silverlight

Answered Question xap ondemand support in silverlight.live.comRSS Feed

(0)

slyi
slyi

Participant

Participant

808 points

243 Posts

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
slyi

Participant

Participant

808 points

243 Posts

Answered Question

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.

 

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities