CefSharp Support Flash Plugin,But in the load pop-up DOS window

眉间皱痕 提交于 2019-12-11 14:54:47

问题


I User CefSharp

code:

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

Run time:

I want to know why it appears, how not to let the other pop up

CefSharp Version # CefSharp 47.0.0.0 libcef.dll 3.2526.1362.0


回答1:


Issue is with the Pepper Flash plugin being run without Sandbox, unfortunately there is no workaround and the upstream issue has been marked as WONTFIX.

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



来源:https://stackoverflow.com/questions/34973198/cefsharp-support-flash-plugin-but-in-the-load-pop-up-dos-window

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!