0.2.43 • Published 2 months ago

@awayfl/awayfl-player v0.2.43

Weekly downloads
42
License
Apache-2.0
Repository
-
Last release
2 months ago

AwayFL Player

Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript

Prerequistes

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 install

Configuration

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 start

Once 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.

0.2.43

2 months ago

0.2.42

3 months ago

0.2.41

3 months ago

0.2.40

6 months ago

0.2.39

6 months ago

0.2.38

6 months ago

0.2.37

6 months ago

0.2.36

6 months ago

0.2.35

6 months ago

0.2.34

10 months ago

0.2.33

12 months ago

0.2.32

1 year ago

0.2.31

2 years ago

0.2.30

3 years ago

0.2.29

3 years ago

0.2.28

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.2.0

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago