cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

CefSharp3 WPF does not load MP4/PDF/SWF #523

Closed KennyKay closed 10 years ago

KennyKay commented 10 years ago

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,

jornh commented 10 years ago

It depends on if the given plugin supports windowless rendering, according to this CEF forum thread

jornh commented 10 years ago

Closing this as WONTFIX - really can't-fix as the issue is with the given plugins as the link above explains.

dandanyouxiang commented 8 years ago

settings.CefCommandLineArgs.Add("ppapi-flash-path", "PepperFlash\pepflashplayer.dll"); settings.CefCommandLineArgs.Add("ppapi-flash-version", "20.0.0.228");