问题
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?
回答1:
Try to disable blocklisting
GeckoPreferences.Default["extensions.blocklist.enabled"] = false;
来源:https://stackoverflow.com/questions/18421532/install-flash-player-plugin-on-xulrunner-22-0