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);
评论