swfc(1) - Linux man page
Name
swfc - compile .sc files to swf.Synopsis
swfc [-o file.swf] file.scDescription
Compiles a file written in sc (SWF Script) into a number of SWF files.Options
- -h, --help
- Print short help message and exit
- -V, --version
- Print version info and exit
- -C, --cgi
- Output to stdout (for use in CGI environments)
- -v, --verbose
- Increase verbosity. Use more than one -v for greater effect.
- -o, --output filename
- Specify output file (Default: output.swf).
This affects only the parts of the .sc file which haven't
specified an output file themselves.
Author
Matthias Kramm <kramm@quiss.org>