Uncaught Error: Error calling method on NPObject

前端 未结 2 1075
别跟我提以往
别跟我提以往 2020-12-06 03:54

I have a flash video on my page as follows:



        
2条回答
  •  Happy的楠姐
    2020-12-06 04:33

    I was getting the same error message. The problem only occurred when Flash made an ExternalInterface call that returned after Flash crashed (for what reason whatsoever). The fix I implemented was: Check if the Flash object is still up and running and if the callback is still a function of that object.

提交回复
热议问题