Joseph
Joseph

Reputation: 25523

Is there a way to get a Silverlight app and a Flash app to communicate?

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?

Upvotes: 2

Views: 93

Answers (3)

joseeight
joseeight

Reputation: 924

Haha, nice, I was going to suggest using Javascript to do that, post more when you actually do it!

Upvotes: 0

Joseph
Joseph

Reputation: 25523

Of course, right after I asked this question, I find this article about a project called Microbe that passes a ball between Java and Silverlight, althought I can't find the actual site that hosts this idea.

Anyway, here's the article. If I can find the actually site I'll link it in this answer.

Upvotes: 1

Brian Sullivan
Brian Sullivan

Reputation: 28573

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.

Upvotes: 2

Related Questions