Problem accessing ExternalInterface exposed method in Google Chrome

后端 未结 5 1097
深忆病人
深忆病人 2020-12-13 11:54

My simple ActionScript I am trying to use Flash\'s ExternalInterface to setup a callback so that JavaScript can call a method on my Flash object. Everything works fine in

5条回答
  •  感动是毒
    2020-12-13 12:15

    There is a workaround to the problem by disabling Chrome built-in flash plugin:

    1. type the chrome://plugins in the address bar of chrome.
    2. expand the details of plugins by clicking the details on top right corner.
    3. in the entry of "Adobe Flash Player", disabling the first one.

    This is not a solution, but shows why this happens on Chrome. Chrome accompany with a built-in flash plugins, that often cause the troubles when we use the ExternalInterface of AS3, it's annoying.

提交回复
热议问题