1 .TH swfc "1" "April 2009" "swfc" "swftools"
3 swfc - compile .sc files to swf.
6 .B swfc [-o file.swf] file.sc
9 Compiles a file written in sc (SWF Script) into a number of SWF files.
13 \fB\-h\fR, \fB\-\-help\fR
14 Print short help message and exit
16 \fB\-V\fR, \fB\-\-version\fR
17 Print version info and exit
19 \fB\-C\fR, \fB\-\-cgi\fR
20 Output to stdout (for use in CGI environments)
22 \fB\-v\fR, \fB\-\-verbose\fR
23 Increase verbosity. Use more than one \fB-v\fR for greater effect.
25 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
26 Specify output file (Default: output.swf).
27 This affects only the parts of the .sc file which haven't
28 specified an output file themselves.
31 Matthias Kramm <kramm@quiss.org>