简体   繁体   中英

Compile Dynamic Content as embedded resource in a xap file

I'm writing a silverlight client that will be used as a player in a SCORM export to LMS.

This player will need to access Dynamic Content like images, audio files and video files. (since it is dynamic, we cannot manually compile these as embedded resources). Scorm however does NOT allow remote connections. Which means we will have to push the resources to the client.

Now for the question: Is there a way to add dynamic content to a xap file at runtime (at the moment we create the SCORM package) ?

If my question is unclear please don't hesitate to tell me so :)

Thnx !

Even though the SCORM documentation makes it clear that it doesn't allow remote connections, The CMS doesn't block it. So silverlight can still load the external resources ;-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM