I’ve been struggling with an issue for some time. When I build a unity project with the flash player (and run it with Chrome) the Application.ExtrenalCall is not working. For example:
Application.ExternalCall(“alert(‘Hello!’)”);
While I do receive a pop-up with the unity web player, it does not seem to be supported with flash player. Same goes for when I try to call a javascript function from the html.
Is there a way around, am I doing something wrong, or is it just not yet supported on unity.
Thanks,
Same issue for me.
– fherbst