Reputation: 38190
I can't see how to do this because silverlight is compiled.
I don't want to load a video, I want to load a component/object that will be instantiated at runtime. Flash can easily do this as movieclip is also an component/object.
Upvotes: 1
Views: 96
Reputation: 40245
Check out the MefShapes sample from this presentation. It uses MEF to dynamically load different XAP files. http://www.bendewey.com/blog/index.php/337/silverlight-using-mef-presentation-at-philly-net-code-camp
Upvotes: 0
Reputation: 53709
Yes you can, for the nitty gritty details take a look at Managing Dynamic Content Delivery In Silverlight, Part 1.
For a ready made solution you can look at using MEF to provide the framework for building a dynamically compose-able solution. Take a look HERE for a quick start.
Upvotes: 3