how to detect blocked plugins

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Sameer
    New Member
    • Jan 2012
    • 1

    how to detect blocked plugins

    I am working on a site which requires multiple plugins like Flash, SilverLight etc. and I show a notification to user when any of required plugin is missing or not installed using JavaScript
    Code:
    var nav = navigator.plugins["Silverlight Plug-In"];
    but when I block all plugins on chrome 16 above script also returns the plugin. my question is that how could I detect the blocked plugins? and what is different between blocked and disabled plugins?
Working...