Detect FLASH plugin crashes

后端 未结 4 452
醉话见心
醉话见心 2021-01-02 10:14

Is there any way to detect flash-plugin crashes in major browsers (firefox, ie, chrome, safari and opera) via javascript?

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-02 10:58

    Use global exception handling in ActionScript to call an external interface on UncaughtErrorEvent.UNCAUGHT_ERROR.

    When an error occurs in the Flash Player runtime, it may catch the exception and signal JavaScript.

提交回复
热议问题