b40f2d38c08de791a449e6dc352c7a38841dbc3a
[swftools.git] / src / swfc.1
1 .TH swfc "1" "January 2003" "swfc" "swftools"
2 .SH NAME
3 swfc - compile .sc files to swf.
4 .SH Synopsis
5 .B swfc [-o file.swf] file.sc
6 .SH DESCRIPTION
7 Compiles a file written in sc (SWF Script) into a number of SWF files.
8 .PP
9 (SWF files are animation files which can be displayed in Web Browsers using
10 the Flash Plugin)
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\-v\fR, \fB\-\-verbose\fR
20 Increase verbosity.
21 .TP
22 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
23 Specify output file (Default: output.swf). (Affects only the parts of the .sc file which haven't
24 specified an output file)
25
26 .SH AUTHORS
27
28 Matthias Kramm <kramm@quiss.org>