as3 compiler manpage
authorkramm <kramm>
Tue, 6 Jan 2009 21:39:51 +0000 (21:39 +0000)
committerkramm <kramm>
Tue, 6 Jan 2009 21:39:51 +0000 (21:39 +0000)
src/as3compile.1 [new file with mode: 0644]

diff --git a/src/as3compile.1 b/src/as3compile.1
new file mode 100644 (file)
index 0000000..6c9bea1
--- /dev/null
@@ -0,0 +1,35 @@
+.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.