====== swcextract ====== ===== Overview ===== swcextract is a python script that extracts, consolidates, renames and organises instrinsic class files and component SWFs from SWC files. === Features === * Process single or multiple SWC files. * Consolidate, rename and organise instrinsic class files * Extract component SWC files for use with swfmill Also, because it’s a command-line tool, it can be made an automatic part of your build script. Mmmm….. automation! ===== Download ===== [[http://dynamicflash.com/swcextract/swcextract-0.3.zip|Download swcextract 0.3]] (requires [[http://www.python.org/download|Python 2.4+]]) === What's new in 0.3 === * Improved error handling ===== Usage ===== swcextract [options] path [...pathN] options: --version show program's version number and exit -h, --help show this help message and exit -o DIR, --output=DIR Output directory - defaults to current -s, --swf Extract component SWFs -r, --recursive Include subdirectories -v, --verbose Verbose output ===== Feedback ===== Please send feedback, suggestions, cider, hate mail or all of the above to [[steve@dynamicflash.com]] ===== License ===== swcextract is licensed under the [[http://www.opensource.org/licenses/mit-license.php|MIT License]].