Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (24 loc) · 897 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 897 Bytes

ABANDONED, DO NOT USE

Instead, I suggest trying ruffle, the Flash Player emulator instead.

electron-swf-player

A simple, modern Adobe Flash .swf player built on Electron.

It uses PepperFlashPlayer, the Flash player Chrome used to use, under the hood.

Installing

Currently only tested on Intel Macs and Windows 10. Builds for other platforms coming soon.

Developing

Install node.js, probably via your package manager.

  • npm install
  • npm start

Building

Generating icons

  • npm run generate-icons

Currently all platforms use the macOS icon.

MacOS

  • Be on a Mac
  • npm run make

Windows

  • Be on a PC
  • npm run make

Linux

TBD