Closed KennyKay closed 10 years ago
It depends on if the given plugin supports windowless rendering, according to this CEF forum thread
Closing this as WONTFIX
- really can't-fix as the issue is with the given plugins as the link above explains.
settings.CefCommandLineArgs.Add("ppapi-flash-path", "PepperFlash\pepflashplayer.dll"); settings.CefCommandLineArgs.Add("ppapi-flash-version", "20.0.0.228");
I've been trying to load plugins in chromium browser such as VLC (for mp4), Adobe Reader (for pdf) and Flash(swf).
I found out that all plugins work in CefSharp.WinForms.Example but it does not work properly for CefSharp.Wpf.Example: when using the wpf application and loading any plugin, the screen becomes gray but the sound still works.
Is there a way to make plugins work for the WPF version of CefSharp3? Thanks,