Usageswflink -V # get version
swflink [-v] [-o output.swf] main.swf lib1.swf [... libN.swf] # link lib* into main then write to outputLimitationsCurrently only tested with mtasc generated swfs, and all lib.swf contains code only.
No ABC (AS3) support yet, I think one can use swc easily with Flex SDK.
Please report as new issue if you find any bug there.
Buildcheckout SWFTools and compile core part of it. cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/cvsroot/swftools checkout swftools
cd swftools
./configure
cd lib
make
cd ../..checkout SWFLink and compile svn checkout http://swflink.googlecode.com/svn/trunk/ swflink
cd swflink
make SWFTOOLS=../swftools
# if you see "ld: in ../swftools/lib/libbase.a, archive has no table of contents" in osx
# give "ranlib ../swftools/lib/libbase.a" a trynow try it ./swflinkLicenseThe tool is developed based on GPLed SWFTools by Matthias Kramm. So it follows as GPL. Enjoy~
30 Day Summary Apr 12 2013 — May 12 2013
|
12 Month Summary May 12 2012 — May 12 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.