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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.