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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 3.3282.1741.gcd94615

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 3.3282.1741.gcd94615

Post by salvadordf »

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 :
BBC
Posts: 9
Joined: Tue Feb 27, 2018 11:38 am

Re: Update to CEF 3.3282.1741.gcd94615

Post by BBC »

After the update is released, the flash player does not start.
Image
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');
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3282.1741.gcd94615

Post by salvadordf »

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.
BBC
Posts: 9
Joined: Tue Feb 27, 2018 11:38 am

Re: Update to CEF 3.3282.1741.gcd94615

Post by BBC »

Thanks for the answer!
More early release CEF4, available?
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3282.1741.gcd94615

Post by salvadordf »

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.
BBC
Posts: 9
Joined: Tue Feb 27, 2018 11:38 am

Re: Update to CEF 3.3282.1741.gcd94615

Post by BBC »

Thanks for the answer!
The browser freezes with a running flash game in 5-10 minutes.
Post Reply