where documentation?
spudpiggy opened this issue · 2 comments
spudpiggy commented
Seriously this has like no documentation where is it
poudink commented
If you just want to know how to use this thing then I can tell you that much at least.
- Insall yarn and npm
git clone https://github.com/awayfl/awayfl-player.git
cd awayfl-player
yarn
- Stick your SWFs in /src/assets/
- Add entries for the SWFs you added in awayfl.config.js (in the fileconfigs portion).
npm run build
After this, you'll have a neat little html file for each of your SWFs in /bin/. You can just open them in your browser and they'll work (hopefully).
EDIT: Oh right you should definitely clone the dev branch rather than the master branch, by the way. master's really old.
ScratchyGamer314 commented
thank you!