Chrome's PPAPI version of Flash is now half the speed of the NPAPI version. This is purely unacceptable. In both using Stage3D and conventional Flash Display list, PPAPI lags miles behind in performance and doesn't even make use of hardware acceleration for Stage3D compared to NPAPI which makes full use of it.
My question is, I already know there's a way to detect if PPAPI is being used but, can the NPAPI version of Flash be forced upon Chrome users in any way perhaps via headers or Javascript?
My current solution is to simply show a small tutorial to manually disable Flash PPAPI whenever that version of the plugin is detected but it would be much more convenient if I could silently force the use of the NPAPI plugin in the background.
Is it possible?