CefSharp支持Flash插件,但在加载弹出DOS窗口中

时间:2016-01-24 07:18:57

标签: c# cefsharp

我是用户CefSharp

代码:

var setting = new CefSharp.CefSettings();
setting.CefCommandLineArgs["ppapi-flash-path"] = AppDomain.CurrentDomain.BaseDirectory + @"PepperFlash\pepflashplayer.dll";
CefSharp.Cef.Initialize(setting);

运行时间:

enter image description here

我想知道它出现的原因,如何不让对方弹出

CefSharp版本#CefSharp 47.0.0.0 libcef.dll 3.2526.1362.0

1 个答案:

答案 0 :(得分:0)

问题是Pepper Flash插件在没有Sandbox的情况下运行,遗憾的是没有解决方法,upstream问题已被标记为WONTFIX

https://code.google.com/p/chromium/issues/detail?id=508002