Install Flash Player plugin on xulrunner 22.0

flash, geckofx, xulrunner

Solution

Try to disable blocklisting

GeckoPreferences.Default["extensions.blocklist.enabled"] = false;

Problem

I am using GeckoFX running on xulrunner 22.0, and it works fine. But when it comes to load a website with Flash, then it does not load the Flash content. I have been trying to install the Flash Player plugin to the xulrunner but I've failed miserably. The installation I followed was to copy the NPSWF32_11_7_700_224.dll file to the /plugins/ directory in the xulrunner directory. and the FlashPlayerApp.exe to the xulrunner directory itself. And still nothing. Anybody knows how to get this thing working?

Original source