Yasuhiro Sasama > SWF-Builder-0.16 > asc.plx

Download:
SWF-Builder-0.16.tar.gz

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

asc.plx - SWF ActionScript compiler script.

SYNOPSIS ^

 perl asc.plx [ -V[5/6] -Wx -Ox -Tsss -t -a ] [ file.as / -e 'script' ] 

Options

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