The Wayback Machine - http://web.archive.org/web/20191029022849/https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle
Skip to content

Using Ruffle

Mike Welsh edited this page Sep 14, 2019 ยท 1 revision

Nightly builds of Ruffle are available for all platforms. You will also need an SWF file to run; try some Homestar Runner cartoons as a test!

Desktop

Grab the latest desktop player for your desired platform. Then run it from the command line:

ruffle test.swf

Web

To try out an SWF, navigate to the web demo page, and load the SWF of your choice.

TODO: Add instructions on integrating Ruffle into a website.

Browser extension

The browser extension works in both Chrome and Firefox. Grab the latest extension, unzip it to a folder, and install it using the following steps:

Chrome

  • Navigate to chrome://extensions/
  • Turn on Developer mode in the top right corner.
  • Click Load unpacked.
  • Select the extension folder.

Firefox

  • Navigate to about:debugging
  • Click on This Firefox.
  • Click Load Temporary Add-on...
  • Select manifest.json from your extension folder.
You canโ€™t perform that action at this time.