本文介绍了CefSharp支持Flash插件,但是在加载弹出的DOS窗口中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的用户CefSharp
I User CefSharp
代码:
var setting = new CefSharp.CefSettings();
setting.CefCommandLineArgs["ppapi-flash-path"] = AppDomain.CurrentDomain.BaseDirectory + @"PepperFlash\pepflashplayer.dll";
CefSharp.Cef.Initialize(setting);
运行时间:
我想知道为什么会出现,如何不让其他弹出窗口出现
I want to know why it appears, how not to let the other pop up
CefSharp版本号CefSharp 47.0.0.0 libcef.dll 3.2526.1362.0
CefSharp Version # CefSharp 47.0.0.0 libcef.dll 3.2526.1362.0
推荐答案
问题与 Pepper Flash
插件在没有 Sandbox
的情况下运行,很遗憾,没有解决方法,并且上游
问题已标记为 WONTFIX
。
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
.
这篇关于CefSharp支持Flash插件,但是在加载弹出的DOS窗口中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!