|
- Ruffle - Flash Emulator
Ruffle is a Flash Player emulator written in Rust Ruffle targets both desktop and the web using WebAssembly
- 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 Ruffle on your website, please check out our wiki Host Ruffle The core package is configured for websites that build and bundle their files
- Optimisations, Text Input, Tab Focusing and More! - Ruffle
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 @kjarosh has been working hard on fixing this, making text inputs closer to Flash and feel just oh so much better
- Ruffle Player
Ruffle Player Ruffle Player
- 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 urls if they rely on websites that no longer exist
- 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 window RufflePlayer config to set the default configuration of all players
- installRuffle | ruffle-core
Documentation for ruffle-core Install this version of Ruffle into the current page Multiple (or zero) versions of Ruffle may be installed at the same time, and you should use window RufflePlayer newest() or similar to access the appropriate installation at time of use
- First post, progress report! - Ruffle
Get ready for the biggest Ruffle announcement yet! And the first one on the blog!
|
|
|