new parameter -s textonly
[swftools.git] / src / swfc.1
1 .TH swfc "1" "April 2009" "swfc" "swftools"
2 .SH NAME
3 swfc - compile .sc files to swf.
4
5 .SH Synopsis
6 .B swfc [-o file.swf] file.sc
7
8 .SH DESCRIPTION
9 Compiles a file written in sc (SWF Script) into a number of SWF files.
10
11 .SH OPTIONS
12 .TP
13 \fB\-h\fR, \fB\-\-help\fR 
14     Print short help message and exit
15 .TP
16 \fB\-V\fR, \fB\-\-version\fR 
17     Print version info and exit
18 .TP
19 \fB\-C\fR, \fB\-\-cgi\fR 
20     Output to stdout (for use in CGI environments)
21 .TP
22 \fB\-v\fR, \fB\-\-verbose\fR 
23     Increase verbosity. Use more than one \fB-v\fR for greater effect.
24 .TP
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. 
29 .SH AUTHOR
30
31 Matthias Kramm <kramm@quiss.org>