Is there a way, to change initParam parameter, on my silverlight object, from my code?
Can’t jQuery do this, somehow?
I have my silverlight object, in a div that is display:none, and before I show it, I would like to add some InitParams.
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.
The approach I would take in this case is just to leave a place hold
<div />where I want to put the Silverlight object. Include in the page the Silverlight.js file and use the createObject() method to create the plugin along with all its properties and initParams when necessary.