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...