From: kramm Date: Tue, 6 Jan 2009 21:39:51 +0000 (+0000) Subject: as3 compiler manpage X-Git-Tag: release-0-9-0~357 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=46efc7f670b104608b68642e69e9bf1f7a0197bd as3 compiler manpage --- diff --git a/src/as3compile.1 b/src/as3compile.1 new file mode 100644 index 0000000..6c9bea1 --- /dev/null +++ b/src/as3compile.1 @@ -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.