How can i save html page with silverlight object within?
I need to be able later to reopen page and to view sl content.
Thanks.
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.
If the app is not dependent on the particular page you should be able to save the HTML and then separetely download the .xap file. The place the .xap in the same folder as the html file and you should be able to view it locally in the browser.
This won’t work if the Silverlight app is dependent on a service on the hosting web page (RIA or an explicit WCF service).