gpt4 book ai didi

javascript - 从 Javascript 检测 flash 插件

转载 作者:行者123 更新时间:2023-11-29 22:37:14 24 4
gpt4 key购买 nike

http://www.javascriptkit.com/script/script2/plugindetect.shtml

我试图从上面的 url 中使用 Javascript 检测 flash 插件,但代码似乎不适用于 IE。我在这里做错了什么吗?

我只需要看看浏览器有没有安装flash插件

if (pluginlist.indexOf("Flash")== -1)
{
alert("You do not have flash player plugin installed.Please install flash player");
window.location = "/home";
}

最佳答案

swfobject是在 JavaScript 中处理 flash 的既定准标准。

Detecting Flash Player versions and embedding SWF files with SWFObject 2 有教程

关于javascript - 从 Javascript 检测 flash 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4602464/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com