@awayfl/awayfl-player v0.2.48
AwayFL Player
Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript
Prerequistes
- git (installation instructions)
 - Node.js (installation instructions)
 
Installing
Either use the template file here (recommended) or clone this repo and test your own content by typing the following into a terminal / cmd prompt / shell window:
git clone https://github.com/awayfl/awayfl-player
cd awayfl-player
npm installConfiguration
Open the awayfl.config.js file and add some SWF files to fileconfigs, including a rt_title and rt_filename entry (without the .swf extension), eg:
fileconfigs: [
    {
        rt_title: "my Awesome Flash Game",
        rt_filename: "my_awesome_flash_game",
    },
],awayfl.config.js contains many additional configs (documented inline) that can be applied either global or locally to individual test SWFs.
Preview
To run a preview of your SWFs, start up the webpack development server:
npm startOnce compilation is complete, you can view your SWFs through the links at http://localhost. Updating SWFs or any files in  /src will auto-reload the browser. However, any changes to awayfl.config.js will require a restart.
8 months ago
9 months ago
11 months ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago