<i id='HZNL8'><tr id='HZNL8'><dt id='HZNL8'><q id='HZNL8'><span id='HZNL8'><b id='HZNL8'><form id='HZNL8'><ins id='HZNL8'></ins><ul id='HZNL8'></ul><sub id='HZNL8'></sub></form><legend id='HZNL8'></legend><bdo id='HZNL8'><pre id='HZNL8'><center id='HZNL8'></center></pre></bdo></b><th id='HZNL8'></th></span></q></dt></tr></i><div id='HZNL8'><tfoot id='HZNL8'></tfoot><dl id='HZNL8'><fieldset id='HZNL8'></fieldset></dl></div>
    • <bdo id='HZNL8'></bdo><ul id='HZNL8'></ul>

    <small id='HZNL8'></small><noframes id='HZNL8'>

      <legend id='HZNL8'><style id='HZNL8'><dir id='HZNL8'><q id='HZNL8'></q></dir></style></legend>

        <tfoot id='HZNL8'></tfoot>
      1. 检测 FLASH 插件崩溃

        时间:2023-05-30

        <small id='q6AvR'></small><noframes id='q6AvR'>

            <legend id='q6AvR'><style id='q6AvR'><dir id='q6AvR'><q id='q6AvR'></q></dir></style></legend>

                <bdo id='q6AvR'></bdo><ul id='q6AvR'></ul>
              • <i id='q6AvR'><tr id='q6AvR'><dt id='q6AvR'><q id='q6AvR'><span id='q6AvR'><b id='q6AvR'><form id='q6AvR'><ins id='q6AvR'></ins><ul id='q6AvR'></ul><sub id='q6AvR'></sub></form><legend id='q6AvR'></legend><bdo id='q6AvR'><pre id='q6AvR'><center id='q6AvR'></center></pre></bdo></b><th id='q6AvR'></th></span></q></dt></tr></i><div id='q6AvR'><tfoot id='q6AvR'></tfoot><dl id='q6AvR'><fieldset id='q6AvR'></fieldset></dl></div>

                <tfoot id='q6AvR'></tfoot>
                  <tbody id='q6AvR'></tbody>
                • 本文介绍了检测 FLASH 插件崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  有没有办法通过javascript检测主流浏览器(firefox,即chrome、safari和opera)中的flash插件崩溃?

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

                  推荐答案

                  我不确定这是否有效.您可以定期获取对 flash 对象的引用,并检查它是否具有 SetVariable 方法.

                  I'm not sure whether that works or not. You can periodically get a reference to flash object and check whether it has the method SetVariable.

                  function checkFlashCrashed() {
                     try {
                        var tmp = document.getElementById("flashObjectId").SetVariable;
                        if(!tmp) {
                           alert("Flash crashed");
                           return;
                        }
                     } catch (e) {
                        alert("Flash crashed");
                        return;
                     }
                     setTimeout(checkFlashCrashed, 1000); // check it out every one second
                  }
                  

                  SetVariable 是一个可以从 Javascript 代码中调用的接口函数.如果 flash 崩溃了,它的界面也应该崩溃.因此,这可能是一个解决方案.

                  SetVariable is an interface function that can be called from Javascript code. If flash crashes, its interface should crash, too. Hence, that may be a solution.

                  这篇关于检测 FLASH 插件崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:我的网站总是崩溃 IE,无法调试 下一篇:打开 Javascript 文件时 Visual Studio 2015 崩溃

                  相关文章

                  最新文章

                    <bdo id='1Y4CY'></bdo><ul id='1Y4CY'></ul>

                    1. <small id='1Y4CY'></small><noframes id='1Y4CY'>

                      <tfoot id='1Y4CY'></tfoot>

                      <i id='1Y4CY'><tr id='1Y4CY'><dt id='1Y4CY'><q id='1Y4CY'><span id='1Y4CY'><b id='1Y4CY'><form id='1Y4CY'><ins id='1Y4CY'></ins><ul id='1Y4CY'></ul><sub id='1Y4CY'></sub></form><legend id='1Y4CY'></legend><bdo id='1Y4CY'><pre id='1Y4CY'><center id='1Y4CY'></center></pre></bdo></b><th id='1Y4CY'></th></span></q></dt></tr></i><div id='1Y4CY'><tfoot id='1Y4CY'></tfoot><dl id='1Y4CY'><fieldset id='1Y4CY'></fieldset></dl></div>
                      <legend id='1Y4CY'><style id='1Y4CY'><dir id='1Y4CY'><q id='1Y4CY'></q></dir></style></legend>