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?

有帮助吗?

解决方案

Try to disable blocklisting

GeckoPreferences.Default["extensions.blocklist.enabled"] = false;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top