Page 1 of 1

Re: Flash player not loaded.

Posted: Fri May 24, 2019 11:07 am
by salvadordf
I did some tests and the plugin seems to be correctly loaded.

These pages report that flash is working when you use the GlobalCEFApp.CustomFlashPath property :
https://www.whatismybrowser.com/detect/ ... -installed
https://helpx.adobe.com/flash-player.html
http://get.adobe.com/flashplayer/about/

However, when you try to run the flash content it gets blocked with an ERR_ABORT error in the TChromium.OnLoadError event, even when you set GlobalCEFApp.DisableWebSecurity to True.

This issue doesn't happen when you use the flash plugin installed in Windows. :shock:

The bad news is that all Flash related issues are marked as "wontfix" and closed in the CEF project because Flash is about to be discontinued in 2020.

Re: Flash player not loaded.

Posted: Fri May 24, 2019 12:17 pm
by salvadordf
I tried the official sample application (cefclient) using these switches and I had the same results.

Code: Select all

cefclient.exe --ppapi-flash-path=flash\FlashUtil32_32_0_0_192_pepper.dll --ppapi-flash-version=32.0.0.192 --cache-path=cache
Read this for more information about the Flash deprecation in Chromium :
https://www.chromium.org/flash-roadmap

Flash will be disabled by default in July. :shock:

Re: Flash player not loaded.

Posted: Mon May 27, 2019 12:35 pm
by salvadordf
Can you share how did you do that?

Thanks! :)

Re: Flash player not loaded.

Posted: Mon Jul 13, 2020 6:22 pm
by danicarla2
wsdev101 wrote: Fri Jun 07, 2019 2:40 am I copied the DLL
FlashUtil32_32_0_0_192_pepper.dll
pepflashplayer32_32_0_0_192.dll
Where do I find these DLLs?

Re: Flash player not loaded.

Posted: Mon Jul 13, 2020 7:31 pm
by salvadordf
Follow these steps to download and install Adobe Flash Player :
https://www.briskbard.com/index.php?lang=en&faqitem=208

The 32 bits DLLs are here :
C:\Windows\SysWOW64\Macromed\Flash

And the 64 bits DLLs are here :
C:\Windows\System32\Macromed\Flash