• 大小: 20.58M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: flash  64位  Cefsharp  

资源简介

cefsharp flash插件。pepflashplayer.dll 64位和32位,内含使用说明书,使用简单。 pepflashplayer.dll 64位 Verison ="26.0.0.131" pepflashplayer.dll 32位 Verison ="28.0.0.137"

【使用说明】


string strMenu = System.Windows.Forms.Application.StartupPath;

//pepflashplayerDLL 地址

string flashPath = strMenu "\\plugins\\pepflashplayer32_21_0_0_182.dll";

CefSettings set = new CefSettings();

set.CachePath = "cache";

//开启ppapi-flash

set.CefCommandLineArgs["enable-system-flash"] = "1";

set.CefCommandLineArgs.Add("ppapi-flash-version", "21.0.0.182");

//插入地址

set.CefCommandLineArgs.Add("ppapi-flash-path", flashPath);

//启用配置

CefSharp.Cef.Initialize(set);


资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-10 15:03  pepflashplayer.dll\x64\
     文件          29  2019-01-10 13:51  pepflashplayer.dll\x64\README.txt
     文件    31133184  2017-06-20 13:59  pepflashplayer.dll\x64\pepflashplayer.dll
     目录           0  2019-01-10 15:03  pepflashplayer.dll\x86\
     文件          29  2019-01-10 15:04  pepflashplayer.dll\x86\README.txt
     文件    17844224  2018-05-18 15:08  pepflashplayer.dll\x86\pepflashplayer.dll
     文件       12220  2019-01-10 15:11  pepflashplayer.dll\使用教程.docx
     目录           0  2019-01-10 15:11  pepflashplayer.dll\

评论

共有 条评论