.TH as3compile "1" "February 2009" "as3compile" "swftools" .SH NAME as3compile - Compile .as ActionScript 3.0 files to swf. .SH Synopsis .B as3compile file.as [-o file.swf] .SH DESCRIPTION Compiles a file written in ActionScript to a SWF file. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Print short help message and exit .TP \fB\-V\fR, \fB\-\-version\fR Print version info and exit .TP \fB\-v\fR, \fB\-\-verbose\fR Increase verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR Decrease verbosity .TP \fB\-C\fR, \fB\-\-cgi\fR Output to stdout (for use in CGI environments) .TP \fB\-X\fR, \fB\-\-width\fR Set target SWF width .TP \fB\-Y\fR, \fB\-\-height\fR Set target SWF width .TP \fB\-r\fR, \fB\-\-rate\fR Set target SWF framerate .TP \fB\-l\fR, \fB\-\-library\fR \fIfile\fR Include library file \fIfile\fR .TP \fB\-I\fR, \fB\-\-include\fR \fIdir\fR Add include dir \fIdir\fR .TP \fB\-T\fR, \fB\-\-flashversion\fR \fInum\fR \fInum\fR must be >= 9. .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR Set output file to \fIfilename\fR. .SH AUTHOR Matthias Kramm