TypechoJoeTheme

香草物语

统计
登录
用户名
密码
/
注册
用户名
邮箱
输入密码
确认密码

js检测flash代码

Laughing博主
2018-09-28
/
0 评论
/
1,160 阅读
/
7 个字
/
百度已收录
09/28
本文最后更新于2020年09月25日,已超过1455天没有更新。如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!
function flashChecker() {  
    var hasFlash = 0;  
    //是否安装了flash          
    var flashVersion = 0; //flash版本           
    if (isIE()) {  
        var swf = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');  
        if (swf) {  
            hasFlash = 0;  
            VSwf = swf.GetVariable("$version");  
            flashVersion = parseInt(VSwf.split(" ")[1].split(",")[0]);  
            if (flashVersion > 10) {  
                hasFlash = 1;  
            }  
        }  
    } else {  
        if (navigator.plugins && navigator.plugins.length > 0) {  
            var swf = navigator.plugins["Shockwave Flash"];  
            if (swf) {  
                hasFlash = 1;  
                var words = swf.description.split(" ");  
                for (var i = 0; i < words.length; ++i) {  
                    if (isNaN(parseInt(words[i]))) continue;  
                    flashVersion = parseInt(words[i]);  
                }  
            }  
        }  
    }  
    return {  
        f: hasFlash,  
        v: flashVersion  
    };  
} 
朗读
赞(1)
赞赏
感谢您的支持,我会继续努力哒!
版权属于:

香草物语

本文链接:

https://www.xiangcaowuyu.net/web/js-detection-flash-code.html(转载时请注明本文出处及文章链接)

评论 (0)
  1. Berita Terupdate 闲逛
    Windows 7 · Google Chrome

    WordPress标题自动翻译英文插件LS_baidu_translator_木子网

    2019-12-03 回复
  2. wendao 闲逛
    MacOS · Google Chrome

    多谢谢!

    2019-04-03 回复