Open links in new tab
  1. Ruffle - Flash Emulator

    Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.

  2. Ruffle Player

    Ruffle Player is a Flash emulator supporting SWF files, enabling users to copy, cut, and paste functions effectively.

  3. ruffle-core

    ruffle-core ruffle-core is the core javascript bindings to the Wasm ruffle-web binary, and contains the actual public API. Using ruffle-core For more examples and in-depth documentation on how to use …

  4. First post, progress report! - Ruffle

    Mar 12, 2023 · Get ready for the biggest Ruffle announcement yet! And the first one on the blog!

  5. Optimisations, Text Input, Tab Focusing and More! - Ruffle

    Sep 12, 2024 · Until recently, Ruffle's text input was a terrible example of this; shortcuts barely worked, you couldn't highlight text, scrolling was unlikely and it was just generally wonky. The amazing …

  6. 2023 in review - Ruffle

    Jan 14, 2024 · It's been a very busy 2023 for Ruffle, so much so that we didn't find the time to write a new progress report with everything going on! Let's fix that!

  7. URLLoadOptions | ruffle-core

    Enable (true) or disable (false) Ruffle's built in compatibility rules. These are rules that may make some content work by deliberately changing behaviour, for example by rewriting requests or spoofing SWF …

  8. Config | ruffle-core

    Documentation for 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 …

  9. Ruffle News - May 2023 - Ruffle

    May 29, 2023 · Ruffle finally supports copying and pasting text! Thanks to the efforts of myself and @Toad06, editable text boxes in Ruffle now support cutting, copying and pasting.

  10. PlayerElement | ruffle-core

    The metadata of the playing movie (such as movie width and height). These are inherent properties stored in the SWF file and are not affected by runtime changes. For example, metadata.width is the …