In other words, can Flash trigger methods in Unity if both are present on a webpage, and both are setup with some exposed methods to talk to eachother?
Would JavaScript be the middle-man doing the communication between the two?
I'm thinking that Flash would use ExternalInterface and Unity would use something else (I'm not familiar enough with it).
Just curious if that would be possible, in theory.
Thanks!
Looks like unity has methods for talking to JavaScript, similar to as3. It would definitely be possible using JS
Application.ExternalCall( "SayHello", "The game says hello!" );