【问题标题】:CefSharp Support Flash Plugin,But in the load pop-up DOS windowCefSharp 支持 Flash 插件,但在加载时弹出 DOS 窗口
【发布时间】:2016-01-24 07:18:56
【问题描述】:

我使用 CefSharp

代码:

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

运行时间:

想知道为什么会出现,怎么不让对方弹出来

CefSharp 版本 # CefSharp 47.0.0.0 libcef.dll 3.2526.1362.0

【问题讨论】:

    标签: c# cefsharp


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多