asc.plx - SWF ActionScript compiler script.
perl asc.plx [ -V[5/6] -Wx -Ox -Tsss -t -a ] [ file.as / -e 'script' ]
- -V
- SWF version. 5 or 6. Default is 6.
- -W
- Warning level.
- -O
- Optimizarion control flags.
- -T
- How to compile trace action. none/eval/lcwin/trace.
- -t
- Output a parsed syntax tree instead of compiled action records.
- -a
- Output an 'assembly' action tag list instead of compiled action
records.
- -e
- Compile given script text instead of a file.
- -h/-?
- Show this message.