Use Ruffle to display SWF files in NW.js
- Download/fork/clone the repo
- Install Volta
npm inpm start
Updating Ruffle:
- Run
npm i --save @ruffle-rs/ruffle@latest - This will update the version in the
package.json - If the version is greater than
0.x.x(such as1.0.0,2.0.0, etc), then consult documentation for API changes.
Alternatives:
- NWRuffle - Stores settings in the manifest, uses them to start a local webserver to display the SWF in NW.js.