-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash plugin compatibility #4979
Comments
Could you please try the file from a same Chrome version? |
@rogerwang Should I install Chrome 51.0.2704.84 or is there a repository with portable binaries for all the Chrome versions? |
I've just tried to install the current stable Chrome version, but the installer demands to uninstall my dev version first. Is there a simpler way to get Pepper Flash compatible with NW 0.15.2? |
FWIW I tried this on win10 x64 with 0.15.2 just for interest but couldn't get the pepperflash to work - got permission error same as with OSX #4826. Went back to OSX and tried a few pepperflash builds and got - |
I've tried the same on Win 7 x64 and I have FAIL for all the four versions. By the way, |
Went back to PersonaTool 3.1 which uses 0.14.2 32bit and it works OK so I tried a plain load of NWJS (0.14.2) with the PersonaTool flash (20.0.0.306) and it was OK too (on Win10 x64). Tried the same flash with 0.15.2 (32bit) and it failed (on OSX the same flash version will work with 0.15.2). In both cases the manifest.json was set for ia32 and win. |
v0.15.4 couldn't load plugin.... |
In order to use pepper flash player on windows, you can place 'pepflashplayer.dll' in the same directory as your 'nw.exe' and use following arguments in your package.json file |
@RohitSharma27 thanks ! |
@RohitSharma27 Thank you. I've tried your tip both for a project and a command line and it works (NW.js 0.15.4 with PepperFlash 21.0.0.242 on Windows 7):
{
"name": "nw-test",
"main": "http://vsemozhetbyt.github.io/test/5.swf",
"chromium-args": "--ppapi-flash-path=PepperFlash/pepflashplayer.dll"
} Or just cli:
@rogerwang May be the doc shoud be updated. |
By the way
|
@vsemozhetbyt you're welcome. I am glad it helped. Cheers. :) |
This is fixed in git and will be available in the next nightly build. |
The doc has no information about Flash plugin version compatibility or possible download/copy location.
Say, I use NW 0.15.2 with Chromium 51.0.2704.84 for Win x64. And I use Google Chrome Cannary 53.0.2767.0 for Win x64. If I copy PepperFlash folder from Google Chrome directory to NW-sdk directory, NW do shows Pepper Flash in the chrome://plugins:
However if I load in the NW some .swf, I get this error:
Should I add to the NW directory the Pepper Flash for the same Chromium version? And if so, how can I obtain it? Are there any other causes for plugin fail?
The text was updated successfully, but these errors were encountered: