Hi,
I uploaded a small update to CEF 3.3282.1741.gcd94615.
As requested, the TChromium.CreateBrowser and TFMXChromium.CreateBrowser functions are now virtual.
The CEF3 binaries for this update are these :
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Update to CEF 3.3282.1741.gcd94615
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 3.3282.1741.gcd94615
After the update is released, the flash player does not start.

GlobalCEFApp.FlashEnabled := False;
GlobalCEFApp.AddCustomCommandLine('--ppapi-flash-path', ExtractFilePath(Application.ExeName) + 'plugins\pepflashplayer32_28_0_0_161.dll');
GlobalCEFApp.AddCustomCommandLine('--ppapi-flash-version', '28.0.0.161');

GlobalCEFApp.FlashEnabled := False;
GlobalCEFApp.AddCustomCommandLine('--ppapi-flash-path', ExtractFilePath(Application.ExeName) + 'plugins\pepflashplayer32_28_0_0_161.dll');
GlobalCEFApp.AddCustomCommandLine('--ppapi-flash-version', '28.0.0.161');
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 3.3282.1741.gcd94615
I'm afraid that's a new feature in Chromium.
Take a look at this CEF issue about the flash plugin placeholder that you mention :
https://bitbucket.org/chromiumembedded/ ... laceholder
It was marked as "wontfix" by the CEF3 project maintainer.
Take a look at this CEF issue about the flash plugin placeholder that you mention :
https://bitbucket.org/chromiumembedded/ ... laceholder
It was marked as "wontfix" by the CEF3 project maintainer.
Re: Update to CEF 3.3282.1741.gcd94615
Thanks for the answer!
More early release CEF4, available?
More early release CEF4, available?
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 3.3282.1741.gcd94615
Try upgrading to the latest Adobe Flash version :
https://get.adobe.com/flashplayer/otherversions/
Download the latest CEF4Delphi version from GitHub :
https://github.com/salvadordf/CEF4Delphi
I just updated CEF4Delphi with a new property TChromium.RunAllFlashInAllowMode that might fix this problem.
Set TChromium.RunAllFlashInAllowMode := True before you call TChromium.CreateBrowser.
https://get.adobe.com/flashplayer/otherversions/
Download the latest CEF4Delphi version from GitHub :
https://github.com/salvadordf/CEF4Delphi
I just updated CEF4Delphi with a new property TChromium.RunAllFlashInAllowMode that might fix this problem.
Set TChromium.RunAllFlashInAllowMode := True before you call TChromium.CreateBrowser.
Re: Update to CEF 3.3282.1741.gcd94615
Thanks for the answer!
The browser freezes with a running flash game in 5-10 minutes.
The browser freezes with a running flash game in 5-10 minutes.