as3 compiler manpage
[swftools.git] / src / as3compile.1
1 .TH as3compile "1" "January 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\-C\fR, \fB\-\-cgi\fR 
20     Output to stdout (for use in CGI environments)
21 .TP
22 \fB\-X\fR, \fB\-\-width\fR 
23     Set target SWF width
24 .TP
25 \fB\-Y\fR, \fB\-\-height\fR 
26     Set target SWF width
27 .TP
28 \fB\-r\fR, \fB\-\-rate\fR 
29     Set target SWF framerate
30 .TP
31 \fB\-T\fR, \fB\-\-flashversion\fR \fInum\fR
32     \fInum\fR must be >= 9.
33 .TP
34 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
35     Set output file to \fIfilename\fR.