I've searched this and cannot find it. I've tried different plugins and different browsers (Firefox, Opera, and Chrome). I've tried most of the no flash plugins for each of those as well as disabling Flash plugins/addons in the settings. I also renamed the .so
file in /usr/lib/flashplugin-installer/
i found by searching the system. when i renamed it, makes Firefox and Chrome ask to install Flash, but still:
alert(navigator.mimeTypes['application/x-shockwave-flash'].type);
returns:
application/x-shockwave-flash
I'm not sure what else to try without uninstalling Flash, but that will be a total pain in the ass for this. I also REALLY don't want to use SWFObject just to see if Flash is at all installed which I can do simply with:
if(navigator.mimeTypes['application/x-shockwave-flash'])
Any ideas?