Flash player 开源 、安全、高效、简洁 解决方案

news/2024/10/21 9:39:39/

Flash player 开源 、安全、高效、简洁 解决方案 with ruffle

https://ruffle.rs

Flash player 停用后,越来越多的“解决方案”被放出。

有  人人都是高手的 系统降级版

有  自研技术的整包插件版

对于普通用户的我们,一个简单、高效、开源、安全的Flash 解决方案即可满足我们大部分的需求。

 

这就是 ruffle 

so

what is ruffle


Ruffle is a Flash Player emulator written in Rust. Ruffle runs natively on all modern operating systems as a standalone application, and on all modern browsers through the use of WebAssembly. Leveraging the safety of the modern browser sandbox and the memory safety guarantees of Rust, we can confidently avoid all the security pitfalls that Flash had a reputation for. Ruffle puts Flash back on the web, where it belongs - including iOS and Android!

Designed to be easy to use and install, users or website owners may install the web version of Ruffle and existing flash content will "just work", with no extra configuration required. Ruffle will detect all existing Flash content on a website and automatically "polyfill" it into a Ruffle player, allowing seamless and transparent upgrading of websites that still rely on Flash content.

Ruffle is an entirely open source project maintained by volunteers. We're all passionate about the preservation of internet history, and we were drawn to working on this project to help preserve the many websites and plethora of content that will no longer be accessible when users can no longer run the official Flash Player. If you would like to help support this project, we welcome all contributions of any kind - even if it's just playing some old games and seeing how well they run.

 


简单来讲,Ruffle 是一个用rust、wasm编写的Flash模拟器,同时支持浏览器与桌面端,系统层面则支持windows、mac、linux。


接下来是使用步骤:

  1. 下载 https://ruffle.rs/#releases

 

2、安装 

如果是火狐用户或许可以直接安装 或者下载保存为xpi格式,然后拖拽到浏览器直接按照,接下来接收其他浏览器即Chrome/Edge的安装方法

解压出文件夹 ruffle_nightly_2021_01_27_extension

然后,转到 edge://extensions/ 或者  chrome://extensions/ 开启 开发模式

加载解压的文件夹 即可

 

3 . 使用

去试试吧

http://www.jinhua.gov.cn/

http://sjmsxy.net.cn/html/cg_base/gallery/index.html


对比图


http://www.ppmy.cn/news/351239.html

相关文章

TMS320F28335程序烧写FLASH

DSP TMS320F28335 FLASH烧写 1.检查map文件 在烧写之前,首先检查Debug目录下的.map文件,如果Debug文件下没有,检查其他的文件夹,每个项目中都会有.map文件。 打开.map文件,显示内容如下所示(部分内容,并…

flash电脑安装包_电脑上如何播放swf文件

swf文件是使用FLASH软件生成的常见文件,会用于PPT插入等操作。经常有同学问如何在电脑中打开swf格式的文件,这里简单讲几种方法。 主要知识点:如何打开swf文件。 使用软件:视频播放器,格式转换软件,浏览器(…

flashloader

你有想过我们编译好的二进制文件是如何下载到目标芯片的flash中的吗?上图的flashloader是个啥子玩意?表面是我们点了编译器的一个下载按钮,二进制文件是直接下载到flash中去了,其实不然。 Flashloader是IAR为C-SPY调试器开发的一…

MTK FlashTool 和 Catch工具的介绍

MTK FlashTool 和 Catch工具的介绍 (2008-05-13 09:35:27) <script> var $tag杂谈; var $tag_coded8030be77a3a96a2f6865e9e4f45c23e; </script> 标签&#xff1a;杂谈 分类&#xff1a;MTK文章 下载工具FlashTool_V2.9.1001 mtk下载工具主要使用FlashTool_V2.9.1…

W25Q128 Flash

概述 W25Q128 (128Mbit&#xff0c;16MByte),被组织为65536个可编程的页&#xff0c;每页256bytes。擦除方式分为16页一组&#xff08;即一个扇区4kbytes&#xff09;&#xff0c;128页一组&#xff08;即8个扇区32kbytes&#xff09;&#xff0c;256页一组&#xff08;即16个扇…

Flash extractor功能介绍

Flash extractor功能介绍 修改时间:2018-05-17 22:38:02 浏览次数&#xff1a;1177次 Flash extractor功能介绍 Flash Extractor软件用于恢复U盘记忆卡和SSD硬盘内存芯片数据&#xff0c;每个月出现新型号的闪存设备。每个新器件有不同的内部物理和逻辑结构。我们每周都会分析…

SWFTools 命令

SWFTools提供了一系列将各种文件转成swf的工具&#xff1a; font2swf.exe gif2swf.exe jpeg2swf.exe pdf2swf.exe png2swf.exe wav2swf.exe 具体的功能就顾名思义了。 其中把pdf转成swf的工具就是pdf2swf了。在命令行中运行pdf2swf src.pdf des.swf一般能满足需求。而命令行…

设计模式详解(七)——适配器模式

适配器模式简介 适配器模式定义   将一个接口转换成客户希望的另一个接口&#xff0c;使接口不兼容的那些类可以一起工作&#xff0c;其别名为包装器(Wrapper)。简单的说就是用来做适配的&#xff0c;它将不兼容的接口转换为可兼容的接口&#xff0c;让原本由于接口不兼容而…