Detect FLASH plugin crashes

后端 未结 4 472
醉话见心
醉话见心 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 11:07

    Maybe you could use a keep alive script in your as3 file that talks to the page js, if the js doesn't get a call for a few seconds, you could have it time out and handle it as a flash crash.

提交回复
热议问题