嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
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);