How can I detect if Flash Player is disabled in a browser using JavaScript?

后端 未结 4 1750
我寻月下人不归
我寻月下人不归 2021-01-06 14:53

I know how to detect if Flash player is installed in a browser. I\'m using the hasFlashPlayerVersion() function of swfobject for that. However, I can\'t seem to fin

4条回答
  •  温柔的废话
    2021-01-06 15:49

    I don't think it is possible to detect if flash is installed but disabled.

    If someone disables Flash, they might not want to tell if it's just disabled or not installed at all. Therefore a browser just tells you it is 'not available'.

提交回复
热议问题