Compile .sc files to swf.
swfc [-o file.swf] file.sc
Compiles a file written in sc (SWF Script) into a number of SWF files.
-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.
Matthias Kramm <[email protected]>