相关文章推荐
大鼻子的海龟  ·  Azure Database for ...·  4 月前    · 
强健的碗  ·  WorkFlowActions.xamlx ...·  1 年前    · 
淡定的香烟  ·  Java ...·  1 年前    · 
被表白的遥控器  ·  c# - Docker.Dotnet ...·  1 年前    · 
Mzying2001
  • VIP
默认支持Flash的简易浏览器 GitHub: https://github.com/Mzying2001/CefFlashBrowser
FlashBrowser_v1.0.6.rar
(81个子文件)
FlashBrowser_v1.0.6.rar
Release
snapshot_blob.bin 234KB
README.txt 6KB
CefSharp.WinForms.dll 29KB
libcef.dll 96.03MB
CefFlashBrowser.exe.config 565B
locales
en-US.pak 198KB
ms.pak 220KB
nl.pak 225KB
id.pak 212KB
tr.pak 232KB
bn.pak 496KB
sr.pak 362KB
de.pak 239KB
bg.pak 385KB
th.pak 452KB
he.pak 289KB
pt-BR.pak 232KB
ro.pak 241KB
ml.pak 591KB
zh-TW.pak 201KB
pl.pak 241KB
cs.pak 244KB
fr.pak 257KB
lt.pak 248KB
gu.pak 476KB
nb.pak 216KB
fa.pak 339KB
ta.pak 562KB
el.pak 424KB
fil.pak 243KB
pt-PT.pak 235KB
ar.pak 340KB
es.pak 240KB
it.pak 231KB
en-GB.pak 196KB
uk.pak 378KB
es-419.pak 236KB
vi.pak 268KB
da.pak 219KB
am.pak 338KB
ca.pak 240KB
hi.pak 489KB
fi.pak 220KB
kn.pak 555KB
ja.pak 287KB
lv.pak 247KB
te.pak 532KB
ko.pak 242KB
hr.pak 232KB
zh-CN.pak 200KB
et.pak 213KB
sl.pak 233KB
sk.pak 246KB
mr.pak 473KB
sw.pak 223KB
ru.pak 375KB
sv.pak 217KB
hu.pak 253KB
CefFlashBrowser.EmptyExe.exe 5KB
CefFlashBrowser.exe 1.9MB
cef_100_percent.pak 642KB
CefSharp.Core.dll 1.31MB
libEGL.dll 303KB
CefFlashBrowser.EmptyExe.exe.config 189B
natives_blob.bin 1B
swiftshader
libEGL.dll 326KB
libGLESv2.dll 2.87MB
CefSharp.BrowserSubprocess.exe 8KB
v8_context_snapshot.bin 544KB
Assets
swfplayer.html 1KB
Plugins
pepflashplayer.dll 8.56MB
icudtl.dat 9.94MB
d3dcompiler_47.dll 3.49MB
devtools_resources.pak 6.13MB
cef.pak 2.67MB
cef_extensions.pak 1.64MB
cef_200_percent.pak 792KB
chrome_elf.dll 802KB
libGLESv2.dll 6.65MB
CefSharp.BrowserSubprocess.Core.dll 891KB
CefSharp.dll 215KB
Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows ------------------------------------------------------------------------------- Date: January 30, 2020 CEF Version: 79.1.36+g90301bd+chromium-79.0.3945.130 CEF URL: https://bitbucket.org/chromiumembedded/cef.git @90301bdb7fd0b32137c221f38e8785b3a8ad8aa4 Chromium Version: 79.0.3945.130 Chromium URL: https://chromium.googlesource.com/chromium/src.git @16244cf87178c6778ca8d5ddb6fcc3bd991c6cb4 This distribution contains all components necessary to build and distribute an application using CEF on the Windows platform. Please see the LICENSING section of this document for licensing terms and conditions. CONTENTS -------- cmake Contains CMake configuration files shared by all targets. Debug Contains libcef.dll, libcef.lib and other components required to build and run the debug version of CEF-based applications. By default these files should be placed in the same directory as the executable and will be copied there as part of the build process. include Contains all required CEF header files. libcef_dll Contains the source code for the libcef_dll_wrapper static library that all applications using the CEF C++ API must link against. Release Contains libcef.dll, libcef.lib and other components required to build and run the release version of CEF-based applications. By default these files should be placed in the same directory as the executable and will be copied there as part of the build process. Resources Contains resources required by libcef.dll. By default these files should be placed in the same directory as libcef.dll and will be copied there as part of the build process. tests/ Directory of tests that demonstrate CEF usage. cefclient Contains the cefclient sample application configured to build using the files in this distribution. This application demonstrates a wide range of CEF functionalities. cefsimple Contains the cefsimple sample application configured to build using the files in this distribution. This application demonstrates the minimal functionality required to create a browser window. ceftests Contains unit tests that exercise the CEF APIs. gtest Contains the Google C++ Testing Framework used by the ceftests target. shared Contains source code shared by the cefclient and ceftests targets. USAGE ----- Building using CMake: CMake can be used to generate project files in many different formats. See usage instructions at the top of the CMakeLists.txt file. Please visit the CEF Website for additional usage information. https://bitbucket.org/chromiumembedded/cef/ REDISTRIBUTION -------------- This binary distribution contains the below components. Required components: The following components are required. CEF will not function without them. * CEF core library. * libcef.dll * Crash reporting library. * chrome_elf.dll * Unicode support data. * icudtl.dat * V8 snapshot data. * natives_blob.bin * snapshot_blob.bin * v8_context_snapshot.bin Optional components: The following components are optional. If they are missing CEF will continue to run but any related functionality may become broken or disabled. * Localized resources. Locale file loading can be disabled completely using CefSettings.pack_loading_disabled. The locales directory path can be customized using CefSettings.locales_dir_path. * locales/ Directory containing localized resources used by CEF, Chromium and Blink. A .pak file is loaded from this directory based on the CefSettings.locale value. Only configured locales need to be distributed. If no locale is configured the default locale of "en-US" will be used. Without these files arbitrary Web components may display incorrectly. * Other resources. Pack file loading can be disabled completely using CefSettings.pack_loading_disabled. The resources directory path can be customized using CefSettings.resources_dir_path. * cef.pak * cef_100_percent.pak * cef_200_percent.pak These files contain non-localized resources used by CEF, Chromium and Blink. Without these files arbitrary Web components may display incorrectly. * cef_extensions.pak This file contains non-localized resources required for extension loading. Pass the `--disable-extensions` command-line flag to disable use of this file. Without this file components that depend on the extension system, such as the PDF viewer, will not function. * devtools_resources.pak This file contains non-localized resources required for Chrome Developer Tools. Without this file Chrome Developer Tools will not function. * Angle and Direct3D support. * d3dcompiler_47.dll (required for Windows Vista and newer) * libEGL.dll * libGLESv2.dll Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL will not function. * SwiftShader support. * swiftshader/libEGL.dll * swiftshader/libGLESv2.dll Without these files WebGL will not function in software-only mode when the GPU is not available or disabled. LICENSING --------- The CEF project is BSD licensed. Please read the LICENSE.txt file included with this binary distribution for licensing terms and conditions. Other software included in this distribution is provided under other licenses. Please visit "about:credits" in a CEF-based application for complete Chromium and third-party licensing information.
共有 81 个文件 |  pak:58个   |  dll:12个   |  bin:3个   |  exe:3个   |  config:2个   |  html:1个   |  txt:1个   |  dat:1个
你可能感兴趣的资源
CefGlue3.30 C#浏览器源码, chrome 59 ,集成最新版本flash 28.0, 64 位浏览器
最新集成 CefGlue 3.30 版本,经过几天奋战,集成最新版本的chrome 浏览器,集成最新版本的flash插件, bin\Debug\FionTuClient.exe 可直接运行
自带flash插件的浏览器
和名称一样具有flash插件,可以玩4399小游戏,下载完解压,进入Release文件,找到CefFlashBrowser.exe快捷方式双击运行,搜索4399,进去就可以玩需要flash的小游戏了
FastBrowser 基于CefSharp浏览器 Chromium内核
FastBrowser基于CefSharp开源项目以及其他开源软件,使用.NET平台C#语言进行开发,界面采用WPF技术进行绘制。 浏览器界面精美,专注于网站浏览,无任何附加功能与广告,响应速度快。 功能概述: 1、浏览器快捷键。 2、多标签页浏览。 3、多窗口浏览。 4、多功能地址栏,输入网址自动补全,输入关键字智能提示与搜索。 5、书签管理 6、下载管理 7、历史记录 8、查找功能 9、全屏浏览 10、自定义扩展程序。注:与谷歌浏览器扩展不兼容。 11、自定义Scheme,浏览器内置页面以fast://方案访问 12、密码表单保存功能 13、完整实现Notification API。
CEF-81.3.10支持Flash自动播放补丁
该补主要解决CEF无法自动加载FLASH和无法自动播放FLASH的问题,适用于CEF-81.3.10(对应Chromium-81.0.4044.138内核)。
CEF3_3.2623.1397整合版WinForm(可加载Flash并且无闪烁命令行)
CEF3_3.2623.1397整合版WinForm(可加载Flash并且无闪烁命令行),该资源是本人费了很大的力气整合的,Win10 64位运行无问题。关于加载Flash的问题,也是本人在网上找了好多资料解决的。
cefsharp-32位 flash插件
cefsharp69 加载flash动画插件需要引用的dll,已经验证完美运行
64位浏览器的flash插件下载(flashplayer for 64-bit browser)
NULL 博文链接:https://baowp.iteye.com/blog/891350
基于cef3的flash插件NPSWF32.dll
基于cef3的flash插件NPSWF32.dll
CEF3 sdk vs2005编译 支持flash
CEF3(Chromium Embedded Framework3) version:3.1364.1094 包含flash插件 vs2005版本编译完整版本
winform插件cefsharp65最新版完美demo,完美flash、html5、和调用摄像头支持,部署就能用
注意,要求.net版本至少在4.5.2,且是64位的解决方案,解决方案生成平台选anycpu是不行的,支持32位的我后续可能会上传; 该版本为cefsharp65,目前为止最新的版本,已集成好flash支持和支持摄像头调用,希望对你有用。ps(开发工具为vs2012)
winform插件cefsharp65最新版完美demo,完美flash、html5、和调用摄像头支.rar
注意,要求.net版本至少在4.5.2,且是64位的解决方案,解决方案生成平台选anycpu是不行的,支持32位的我后续可能会上传; 该版本为cefsharp65,目前为止最新的版本,已集成好flash支持和支持摄像头调用,希望对你有用。ps(开发工具为vs2012)
eclipse cef browser 样例程序
git 地址 https://github.com/maketechnology/chromium.swt
CefWebBrowser
CefWebBrowser
GitHubExtIns:直接从GitHub存储库安装浏览器扩展
GitHubExtIns:直接从GitHub存储库安装浏览器扩展
CEFGlue 加载FLASH 使用easyhook 解决 CEF 加载 PPAPI FLASH 插件时弹出 CMD 命令行 窗口问题的示例
CEF使用PPAPI FLASH 插件(pepflashplayer.dll), 首次加载含有flash 页面时 会闪现弹出CMD 命令行黑窗口, 后经过排查 此窗口应该是 flash 插件中的BUG 倒至, 在没有更好的解决办法之前,我们暂时可以用 进程HOOK 的方式 拦截弹出的窗口, 通过特征符查找 dll 中找到 not sandboxed 字符 , 即可以通过匹配 这个特征符进行拦截. 在程序启动时调用 InitHook() 即可.
CEFGlue 加载FLASH 使用easyhook 解决 CEF 加载 PPAPI FLASH 插件时弹出 CMD 命令行 窗口问题的示例.
CEF使用PPAPI FLASH 插件(pepflashplayer.dll), 首次加载含有flash 页面时 会闪现弹出CMD 命令行黑窗口, 后经过排查 此窗口应该是 flash 插件中的BUG 倒至, 在没有更好的解决办法之前,我们暂时可以用 进程HOOK 的方式 拦截弹出的窗口, 通过特征符查找 dll 中找到 not sandboxed 字符 , 即可以通过匹配 这个特征符进行拦截. 在程序启动时调用 InitHook() 即可.
CefSharp Browser Chromium内核 WebBrowser 控件
CefSharp的Browser嵌入了Chromium的浏览器,将所有文件放入bin文件夹,并把dll文件引入项目中,提示错误没有关系,只要引入就好,注意net生成环境不能低于4.0
CEF使用谷歌45的内核,正常使用video,audio标签
上一个8积分的是使用video.js调用flash来播放视频,这个是这使用谷歌新的内核来播放视频。
Chromium浏览器(Chromium for 64-bit Windows)Version: 80.0.3958.0
Chromium浏览器官方版是一个由Google主导开发的网页浏览器,Chromium浏览器官方版是Google为发展Google Chrome而开启的计划,所以Chromium浏览器相当于Chrome的工程版或称实验版,新功能会率先在Chromium上实现,待验证后才会应用在Chrome上。 版本:80.0.3958.0 (Chromium for 64-bit Windows)
CEF3.2623.1397+Chromium49.0.2623.110 整合版本
CEF3的2016整合版本,output包含了所有所需的必要dll,并更新了tabcontrol,增加关闭按钮;重新写了右键菜单;启用NPAPI以及PPAPI功能,只需将对应的动态库拷贝到对应文件夹,其中NPAPI拷贝到plugins文件夹,PPAPI拷贝到PepperFlash文件夹。
iOpenWorksSDK框架安装包
开放工厂的的iOpenWorksSDK安装包,安装完成后可以利用其插件管理系统,进行热插拔的插件系统开发,开发时事半功倍,很简洁
zulipbot:@zulip的GitHub工作流优化bot
zulipbot 是适用于及其存储库的GitHub工作流机器人应用程序。 该机器人使用Node.js编写,可管理问题并在存储库中提取请求,以便为Zulip贡献者创建更好的工作流程。 zulipbot的目的是解决GitHub二进制权限和通知系统中的各种限制,以为我们的贡献者创建更好的工作流。 它使任何人都可以执行问题分类(自分配和标记问题),而不仅仅是对存储库具有完全写访问权的核心贡献者(这是GitHub支持的唯一模型)。 此外, zulipbot可以监视问题和请求请求的活动,并向贡献者通知新的合并冲突,持续的集成构建结果,不活动等。 要在您自己的GitHub存储库上安装zulipbot的副本,请访问zulipbot Wiki上的“页面。 如果您使用的是( ./config/config-example.js ),请参阅Zulip文档上的zulipbot的。 如果您使用自己的自定义配置( ./config/config.js与Zulip项目配置不同),请访问zulipbot wiki上的页面。 如果您想为zulipbot做出贡献,请阅读我们的以获取更多信息。 执照
一步一步开发wcf ria Silverlight 企业级应用-来源聚拓互联
编者话 本教程是一系列silverlight企业级开发教程,学完之后就可以出师开发企业级应用了! 在学习本教程的时候请先自动安装Silverlight开发环境 1)Microsoft Visual Studio 2010(编写代码,编译,和发布Silverlight...
鼠标双击检测器,自己写的
能够检测鼠标是否双击,C#写的小工具
全套C#教程(可当手册)
一整套C#课件的PDF版,包含语言基础、流程控制、函数、定义类、数组字符串和集合、键盘和鼠标操作、Web编程等等。格式统一,叙述简明,辅以示例,可以当作C#编程手册来用。7z压缩包格式。
C#编写的USB通信实例(含源码)
本资源是使用C#和DotNetUSBLib开发的USB通信实例程序,使用VS2015+Devexpress编写,可以结合我的相关博文进行学习实验
VM-Pro通用化视觉系统框架V1.6
视觉框架VM PRO V0.1.6版本,C#源码框架,机器视觉源码框架,编程语言C#,算法使用的是halcon,参考了cognex visionpro的输入输出,有C#基础和Halcon基础学习这个很好,是框架源码,可根据自己的理解改成自己想要的,目前该框架集成了halcon、海康威视、大恒、AVT等操作相机的sdk,运动控制卡 集成了雷塞Dmc1000b和雷塞ioc0640等! 本人的编译环境是visiual studio 2019企业版,halcon版本是20.11 steady版本
基于流程图实现无代码编程业务逻辑(1)
我们写运动控制上位机程序的时候,经常是要考虑如何实现一个流程,我们要考虑,完成当前步骤后,下一个步骤要实现什么,判断条件,满足后的步骤是什么,不满足条件的步骤又是什么,或者需要一直等待条件满足才开始下一个步骤,也要考虑超时都不满足条件需要走另一个步骤,根据条件也有可能会跳转回原来的步骤,这些逻辑通常都是很繁琐的(使用if-elseif、switch-case),而且写好后再次修改时,容易漏改忘改等造成逻辑不稳定问题;这里,我们介绍一种全新的实现逻辑的方式:通过流程图的原理去实现这些业务性的繁琐的逻辑,实现**逻辑可视化,编程拖拉拽**。