Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```