其他插件改一下sID就行了
]<script>
function testPlugin(){
sID="{D27CDB6E-AE6D-11cf-96B8-444553540000}"
with(info){
addBehavior('#default#clientcaps')
info.innerText=isComponentInstalled(sID,"componentid")?'Flash插件已安装,版本:'+getComponentVersion(sID,"componentid"):"未安装插件"
}
}
window.attachEvent("onload",testPlugin)
</script>