<script>
function flashChecker() {
var hasFlash = ; //是否安装了flash
var flashVersion = ; //flash版本
if(document.all) {
var swf = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');
if(swf) {
hasFlash = ;
VSwf = swf.GetVariable("$version");
flashVersion = parseInt(VSwf.split(" ")[].split(",")[]);
}
} else {
if(navigator.plugins && navigator.plugins.length > ) {
var swf = navigator.plugins["Shockwave Flash"];
if(swf) {
hasFlash = ;
var words = swf.description.split(" ");
for(var i = ; i < words.length; ++i) {
if(isNaN(parseInt(words[i]))){
continue;
}
flashVersion = parseInt(words[i]);
}
}
}
}
return {
f: hasFlash,
v: flashVersion
};
}
var fls = flashChecker();
if(fls.f){
alert();
document.write("您安装了flash,当前flash版本为: " + fls.v + ".x");
}else {
alert();
document.write("您没有安装flash");
}; if(fls.f){ // liveType.ckplayer();
alert("您安装了flash,当前flash版本为: " + fls.v + ".x");
}else {
//alert("您没有安装flash"); alert('<a href="https://get.adobe.com/cn/flashplayer/"; class="flashLoadMsg" target="_blank">安装或者启用FLASH播放器</a>');
};
</script>
开启flash
<embed src="/images/zhansi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="" height="">