-
2015年更新版的Delphi Chromium Embedded
资源介绍
目前为止最新版,更新时间2015年,内核版本号
CEF:3.2454.1344.g2782fb8
Chromium:45.0.2454.101
WebKit:537.36
此版本不自动支持flash
开启方法添加工程文件添加
procedure AppendCefCmdline(const processType: ustring; const cmd: ICefCommandLine);
begin
cmd.AppendSwitch('enable-npapi');
cmd.AppendSwitchWithValue('ppapi-flash-path','PepperFlash\\pepflashplayer.dll');
end;
CefOnBeforeCommandLineProcessing :=AppendCefCmdline;
同时把google内核浏览器的PepperFlash复制到自己工程中
最新版本下载已要不是 http://code.google.com/p/delphichromiumembedded/
到这儿可以看最新版本 https://github.com/hgourvest/dcef3
codegoogle不更新了
使用方法可以去 http://groups.google.com/group/delphichromiumembedded这儿看
虽然压缩包只有for xe5 但支持更新的delphi安装 xe7 xe8使用包内的xe5 dpk可以正常安装使用!
- 上一篇: webbrowser
- 下一篇: unity动态字插件