ãã£ã1è¡ã§ãã©ã¦ã¶ã«Flashãã¤ã³ã¹ãã¼ã«ããã¦ãããå¤å®ããJSã³ã¼ã
1è¡ã£ã¦ããã®ã¯ã¢ã¬ã§ãããã
ä¸è¨ã®isFlashInstalledã宣è¨ãã¦ããã¦
var isFlashInstalled=function(){if(navigator.plugins["Shockwave Flash"]){return true;}try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash");return true;}catch(a){return false;}}();
ifæã§ä½¿ãã¾ã
if ( isFlashInstalled ) { Â Â alert('Flash Player is installed'); } else { Â Â alert('Flash Player is not installed'); }