Skip to content

vpreotesoiu/FlashBrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashBrowser2

A small browser capable of viewing/displaying pages with embedded flash content.

How do I use it?

Right now, I haven't packaged any of the programs and made any official releases. So, just simply download the respository and run npm install in the directory. Then, to run it, run npm start and the browser should open.
Capture
Captures

Notes

For running on Apple Silicon, npm install should be run for Darwin x86 (running with Rosetta 2), like so:

npm install --arch=x64 --platform=darwin

Future Plans?

I plan to implement the capability of importing .swf files to run them as well as packaging the files so that they may be run more easily on all devices.

About

A small browser capable of viewing/displaying pages with embedded flash content. Uses Electron 9.4.4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%