I have a legacy application which is still running on ActionScript 1. It calls out to several JavaScript methods using fscommand. However, this doesn't work in IE10.
I have seen that I should use ExternalInterface(), however I haven't been able to actually get that to work in ActionScript 1.
Is there a trick to doing that? Is it even possible?
Thanks.
ExternalInterface is not available in AS1.
But you can try to add
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
to enable FScommand