I’m looking for any way to get a flash app to communicate with a silverlight app, and vice versa.
Are there any drawbacks to communication between the two apps? What are (or not) you able to communicate?
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 imagine you could try communicating via the DOM on the page in which the controls are hosted. I believe both have hooks into it from inside their programming environments.