This repository contains all my Adobe Flash and ActionScript projects. Since Adobe Flash is no longer supported, I am using Ruffle to play SWF files.
Ruffle is a Flash Player emulator written in Rust. It allows you to play Flash content directly in your browser without the need for the official Adobe Flash Player. Ruffle uses modern web technologies like HTML5, WebAssembly, and WebGL to emulate Flash content securely and efficiently.
git clone https://github.com/yourusername/flash-as3-projects.gitcd flash-as3-projectsIf you encounter the error message "Something went wrong :( It appears you are running Ruffle on the 'file:' protocol," it means that browsers block many features from working for security reasons when using the file protocol.
To resolve this, you can use a dummy server created using Vite. Follow these steps:
npm install vitenpm run devindex.html from which you can click on the project you want to navigate to.Feel free to fork this repository and submit pull requests. Any contributions are welcome!
This repository is licensed under the MIT License. See the LICENSE file for more details.