salvadordf/CEF4Delphi

CEF4Delphi version is 87.0.4280.141, loading Flash error

jwj76 opened this issue · 1 comments

jwj76 commented

Use this to load

GlobalCEFApp.AddCustomCommandLine('--register-pepper-plugins','./libpepflashplayer.so ;application/x-shockwave-flash');

If GlobalCEFApp. NoSandbox:=true; Error reported as NOT SANDBOXED

If GlobalCEFApp. NoSandbox:=False; Error reported as [WARNING: flash/platform/pepper/pep_module.cpp (63)] SANDBOXED

The above cannot display Flash files properly.

May I ask how to handle it?

CEF 87 is extremely old and unsupported. Flash and is also deprecated.

If you still want to use the Flash plugin you can set the GlobalCEFApp.CustomFlashPath property as you can see here

Please, use our forum for more questions.