new parameter addspacechars
[swftools.git] / src / swfc.doc
1 Usage: %s [-o file.swf] file.sc
2
3 compile .sc files to swf.
4
5 Compiles a file written in sc (SWF Script) into a number of SWF files.
6
7 -h, --help
8     Print short help message and exit
9 -V, --version
10     Print version info and exit
11 -C, --cgi
12     Output to stdout (for use in CGI environments)
13 -v, --verbose
14     Increase verbosity. 
15     Increase verbosity. Use more than one \fB-v\fR for greater effect.
16 -o, --output <filename>
17     Set output file to <filename>.
18     Specify output file (Default: output.swf). 
19     This affects only the parts of the .sc file which haven't
20     specified an output file themselves. 
21
22 .SH AUTHOR
23
24 Matthias Kramm <kramm@quiss.org>