
asc.plx - SWF ActionScript compiler script.

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