a24543c947c5b6b7124fb9a12287774ba3408c62
[swftools.git] / src / as3compile.doc
1 Usage: %s file.as [-o file.swf] 
2
3 Compile .as ActionScript 3.0 files to swf.
4
5 Compiles a file written in ActionScript to a SWF file.
6
7 -h, --help
8     Print short help message and exit
9 -V, --version
10     Print version info and exit
11 -v, --verbose
12     Increase verbosity
13 -q, --quiet
14     Decrease verbosity
15 -C, --cgi
16     Output to stdout (for use in CGI environments)
17 -X, --width
18     Set target SWF width
19 -Y, --height
20     Set target SWF width
21 -r, --rate
22     Set target SWF framerate
23 -l, --library <file>
24     Include library file <file>
25 -I, --include <dir>
26     Add include dir <dir>
27 -T, --flashversion <num>
28     Set target SWF flash version to <num>.
29     <num> must be >= 9.
30 -o, --output <filename>
31     Set output file to <filename>.
32
33 .SH AUTHOR
34
35 Matthias Kramm <kramm@quiss.org>