-
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
nwjs 0.14.6 use PepperFlash wiLL show a console window and the text is "NOT SANDBOXED" #5278
Comments
@Christywl could you please verify this first? |
@rogerwang , my test results: my package.json for Windows
my package.json for Linux:
|
@Christywl for the 2nd scenario under which flash doesn't work, could you please try with http://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Flash%20Plugin/ |
@rogerwang , I referred to the docs, put PepperFlash folder(including manifest.json/pepflashplayer.dll) under the
|
I can confirm that this issue is still there in 0.14.7 LTS. @Christywl You can place the |
@RohitSharma27 , yes, as I mentioned in my first comment(the 3rd scenario), I could reproduce your issue with nwjs-sdk-0.20.3 and PepperFlash 19.0.0.245. But if I used the latest |
@Christywl I just tried: latest 0.21 works with latest flash plugin 25 under windows. |
The console window flicker is fixed in git and will be available in the next nightly build. |
reopen since the patch need further review. |
fixed again in git and will be available in the next nightly build. |
The console window still flicker when using webview to load flash website. |
@Christywl, Warning!!! PS: It is not bug. And externalinterface always throw SecurityError :/ |
Hi guys! I'm using NW.JS v30.5 and PepperFlash v29, all 32 bits, and I still have a flashing console (cmd.exe) window when using Flash content in my app! I got complains from users thinking it is a malware, so I would like to remove this windows. The flashing console windows appears at the right moment I'm loading Flash content on the HTML page. Basically I do it at startup, but it can also be at another time The flashing console windows lasts 100ms and don't display any message, or maybe it closes too fast to display anything. I tried with several flash contents (SWF), some even without actionscript, the flashing window still appear. I also removed the "echo 'NOT SANDBOXED'" in pepflashplayer.dll, no effect too. Please help, thanks in advanced |
The appearance of command line went away for me when not using SDK release. Oops, this is wrong. Computer was faster than my eyes |
nwjs version :0.14.6
os:windows 7
In my project,I want support view pages include flash,so i put the plugin files (including ‘manifest.json’ of it) in the ‘PepperFlash’ subdirectory under NW.js binary.
after that, nwjs had loaded PepperFlash.this can be find in
but when Visit any flash website
For a split second, a console window is opened with the text NOT SANDBOXED.
I had try to use PepperFlash from 14.0.0.177 to 22.0.0.209,the issue always exists.
thank for your reading and looking forward to your reply
The text was updated successfully, but these errors were encountered: