http://www.javascriptkit.com/script/script2/plugindetect.shtml從JavaScript檢測Flash插件
我想從上面url.But的代碼似乎並不爲IE瀏覽器檢測flash插件使用javascript我在做什麼錯在這裏
我只需要看flash插件是否在瀏覽器intsalled或不
if (pluginlist.indexOf("Flash")== -1)
{
alert("You do not have flash player plugin installed.Please install flash player");
window.location = "/home";
}
possible dupe http://stackoverflow.com/questions/998245/how-can-i-detect-if-flash-is-installed-and-if-not-display-a-hidden-div-that-info – 2011-01-05 09:30:23