added -l, -I options
[swftools.git] / src / as3compile.1
1 .TH as3compile "1" "February 2009" "as3compile" "swftools"
2 .SH NAME
3 as3compile - Compile .as ActionScript 3.0 files to swf.
4
5 .SH Synopsis
6 .B as3compile file.as [-o file.swf] 
7
8 .SH DESCRIPTION
9 Compiles a file written in ActionScript to a SWF file.
10
11 .SH OPTIONS
12 .TP
13 \fB\-h\fR, \fB\-\-help\fR 
14     Print short help message and exit
15 .TP
16 \fB\-V\fR, \fB\-\-version\fR 
17     Print version info and exit
18 .TP
19 \fB\-v\fR, \fB\-\-verbose\fR 
20     Increase verbosity
21 .TP
22 \fB\-q\fR, \fB\-\-quiet\fR 
23     Decrease verbosity
24 .TP
25 \fB\-C\fR, \fB\-\-cgi\fR 
26     Output to stdout (for use in CGI environments)
27 .TP
28 \fB\-X\fR, \fB\-\-width\fR 
29     Set target SWF width
30 .TP
31 \fB\-Y\fR, \fB\-\-height\fR 
32     Set target SWF width
33 .TP
34 \fB\-r\fR, \fB\-\-rate\fR 
35     Set target SWF framerate
36 .TP
37 \fB\-l\fR, \fB\-\-library\fR \fIfile\fR
38     Include library file \fIfile\fR
39 .TP
40 \fB\-I\fR, \fB\-\-include\fR \fIdir\fR
41     Add include dir \fIdir\fR
42 .TP
43 \fB\-T\fR, \fB\-\-flashversion\fR \fInum\fR
44     \fInum\fR must be >= 9.
45 .TP
46 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
47     Set output file to \fIfilename\fR.
48 .SH AUTHOR
49
50 Matthias Kramm <kramm@quiss.org>