基本信息
源码名称:pepflashplayer.dll 64位和32位(含使用教程)
源码大小:20.58M
文件格式:.zip
开发语言:C#
更新时间:2019-03-31
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 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);