thanks for the heads-up, didn't realize Chrome was this retarded
I did a little research and the only possible solution I was able to find, is to disable the pepper flash plugin, then chrome will revert to the npapi plugin.
3 problems with that:
1- the plugin settings seem to be stored in a json file (%appdata%\google\Chrome\default\Preferences), so you would need to build some script that changes "enabled":true to "enabled":false in below section:
Code: Alles auswählen
{
"enabled": true,
"name": "Shockwave Flash",
"path": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\35.0.1916.153\\PepperFlash\\pepflashplayer.dll",
"version": "14.0.0.125"
}
bonus sucky-points for the version number in the filepath!
double bonus sucky-points for not being able to do this via group policy!
2- Google will likely re-enable pepper flash again in a future update
3- Google is planning to end support for all npapi plugins by the end of 2014, so then you would be stuck with pepper flash anyway