fixed two bugs in font2swf
[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 -N, --local-with-network
28     Make output file "local with networking"
29 -L, --local-with-filesystem
30     Make output file "local with filesystem"
31 -T, --flashversion <num>
32     Set target SWF flash version to <num>.
33     <num> must be >= 9.
34 -o, --output <filename>
35     Set output file to <filename>.
36
37 .SH AUTHOR
38
39 Matthias Kramm <kramm@quiss.org>