Unity3d Webplayer (3.0f5) (Internet Explorer 8) Can`t communicate with the browser .
Unity Web Player and browser communication
We can`t use any
Application.ExternalCall( "SayHello", "The game says hello!" );
OR
Application.ExternalEval(
"if(document.location.host != 'unity3d.com') { document.location='http://unity3d.com'; }");
And The
disableExternalCall: This parameter controls whether or not the Unity Web Player allows content to communicate with browser-based JavaScript. Setting it to true prevents browser communication and so content cannot call or execute JavaScript in the browser, the default is false.
is set to "FASLE".
The browser is IE 8, but I find that Firefox is OK.
What`s the matter ? Please help. Thx.