Call flash function from unity.

Hi people, i have troubles making my flash movie running a function from my unity player, I can make unity getting calls from flash (ok, flash calls browser’s javascript and then it calls unity with UnityObject), but from what I see, swfobject doesn’t have a “msg” function.

Any suggestions?

Is this what you’re looking for? Bi-Directional Actionscript/Javascript Communication in AS3 | Viget

Or were you looking for a way to call JavaScript functions from Unity?
http://unity3d.com/support/documentation/Manual/Unity%20Web%20Player%20and%20browser%20communication.html

The first one is what i was looking for, thank you! :slight_smile:

cheers