copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Ruffle - Flash Emulator Ruffle is a Flash Player emulator written in Rust Ruffle targets both desktop and the web using WebAssembly
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-bundled version which we call 'selfhosted'
Optimisations, Text Input, Tab Focusing and More! - Ruffle 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 News - May 2023 - Ruffle 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
2023 in review - Ruffle 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 web development isn't the specialty of any of our regular contributors help is very much welcome!
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 the default configuration of all players
A post-mortem of Ruffles removal from addons. mozilla. org Following this, Ruffle would be unavailable for Firefox users for two months, and we spent an additional month and a half improving our CI processes to support source code review requirements for Mozilla This is now behind us, but it is important to know why it happened
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, and should instead use ruffle(version) to access a versioned API interface