--- /dev/null
+.TH as3compile "1" "January 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\-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\-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.