added author information
[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 -T, --flashversion <num>
24     Set target SWF flash version to <num>.
25     <num> must be >= 9.
26 -o, --output <filename>
27     Set output file to <filename>.
28
29 .SH AUTHOR
30
31 Matthias Kramm <kramm@quiss.org>