Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshtynjala/setup-adobe-flash-player-action
Github Action to setup the Adobe Flash Player projector content debugger
https://github.com/joshtynjala/setup-adobe-flash-player-action
actionscript adobe-flash adobe-flash-player as3 flash github-action github-actions
Last synced: about 2 months ago
JSON representation
Github Action to setup the Adobe Flash Player projector content debugger
- Host: GitHub
- URL: https://github.com/joshtynjala/setup-adobe-flash-player-action
- Owner: joshtynjala
- License: mit
- Created: 2021-08-26T22:20:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T22:38:13.000Z (10 months ago)
- Last Synced: 2024-10-16T20:23:43.118Z (3 months ago)
- Topics: actionscript, adobe-flash, adobe-flash-player, as3, flash, github-action, github-actions
- Language: JavaScript
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action to setup the Adobe Flash Player
This action downloads the _Adobe Flash Player projector content debugger_, and adds a **flashplayer** command to the `PATH`.
On macOS and Linux, the full path to the executable is:
_/usr/local/bin/flashplayer_
On Windows, the full path to the executable is:
_C:\AdobeFlashPlayer\flashplayer.exe_
## Example usage
```yml
uses: joshtynjala/setup-adobe-flash-player-action@v1
```