Can WPF/XBAP be embeded like Flash which can either run directly as swf or as embedded in an html page and communicate with it by calling javascript.
Share
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.
I believe you can’t do that with WPF/XBAP, you should take at Silverlight.
XBAP can run only in the browser but only “full page” with no html around it, non-XBAP WPF runs standalone only. Sliverlight can run as part of a page, I’m almost sure it can interact with javascript on the page and it can run “out of browser” (but not simply by double clicking on a file, you have to run it in a browser and have an “install” option in the app)