
Ruffle - Flash Emulator
Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.
Ruffle Player
Ruffle Player is a Flash emulator supporting SWF files, enabling users to copy, cut, and paste functions effectively.
Ruffle Player
Experience the Ruffle Player demo showcasing Flash content compatibility and functionality on modern systems and browsers.
ruffle-core
Simply add ruffle to an npm package, and use something like Webpack to actually bundle and serve the files. If you wish to use Ruffle on a website that doesn't use npm, we have a pre …
2023 in review - Ruffle
Jan 14, 2024 · Whilst not Ruffle itself, the website got some much-needed love from @Dinnerbone with a total redesign. There's a lot more we'd like to do in the future with it, but …
Optimisations, Text Input, Tab Focusing and More! - Ruffle
Sep 12, 2024 · There's so many improvements to Ruffle, that we really can't do it justice with an easy summary here. This blog post is going to be a little long, but the highlights are at the top!
Ruffle
From here, you may follow the instructions to [use Ruffle on your website](packages/selfhosted/README.md), run a demo locally with `npm run demo`, or …
BaseLoadOptions | ruffle-core
Currently only SWFs are supported, and each font embedded within that SWF will be used as device font by Flash content. If any URL fails to load (either it's an invalid file, or a network …
Config | ruffle-core
The Config module contains all the types that Ruffle uses for movie configs. The main interface of interest here is BaseLoadOptions, which you can apply to window.RufflePlayer.config to set …
PlayerElement | ruffle-core
In addition to usual HTML attributes, this player contains methods and properties that belong to both the Flash JS API and legacy Ruffle API s. You are strongly discouraged from using them, …