-
Notifications
You must be signed in to change notification settings - Fork 23
Tools
Zwetan Kjukov edited this page Sep 6, 2015
·
1 revision
Here an overview of all the tools.
The Redtamarin Shell is the runtime (or shell executable) produced by the Redtamarin project.
We produce 6 versions in total
- a release, a debug, a debug debugger
- in both 32-bit and 64-bit
for 3 Operating Systems
- Windows
- Mac OS X
- Linux
In total, for each release of redtamarin we generate 18 executables.
the redshell
- can run and interpret
- ActionScript 3.0 files (uncompiled)
- ABC files (ActionScript ByteCode)
- SWF files (ShockWave Flash binaries)
- is an AVM2 runtime
other runtimes are- The Flash Player plugin (run in the browser)
- The Adobe Integrated Runtime or AIR (run on the desktop and mobile)
- embed the following
- can be used as a projector to produce static binaries
when the redshell executable is merged with
an ABC file or a SWF file.
The RedTamarin build tool is a tool that allows to build, compile, run, manipulate, organise, etc. ActionScript 3.0 projects for RedTamarin.
A tool that allows to run ActionScript 3.0 as shell scripts.