Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.13.1
-
None
Description
All was good using 5.13.0 and then 5.13.1 broke the Flash joy. 5.13.0 only needed to have the pepflashplayer.dll at the root’s API and:
setAttribute(QWebEngineSettings::PluginsEnabled, true);
Somehow, this is not working anymore. I also tried this:
l_arguments.append("--register-pepper-plugins=./pepflashplayer.dll;application/x-ppapi-pepflashplayer");
and/or
l_arguments.append("--ppapi-flash-path=./pepflashplayer.dll");
No luck, what’s going on?
Attachments
Issue Links
- duplicates
-
QTBUG-78280 [5.13 regression] Can't load flash pepper plugin
- Closed