FlashViewer
The goal is to create a localhost service to display the Flash games/animations
- First assure you have a node&npm
- Secnods open console/terminal: npm install
- Then: npm start
Now server is running on localhost:8080
or 127.0.0.0:8080
- open in your browser next url: localhost:8080 or 127.0.0.0:8080
You can change the port inside index1.js.
Find the express tutorial to change it.
To change the Game to your Castom one:
- Upload .swf into AvRve_files folder
- Edit the AvRvE.html document :
- change stringFlashSWF
- in the ->
Change handless-millionaire.swf to your game!