Write in perl and action script free software, this is a rich media application that join a free view, marketing, design and functionality.
... [More]
Umlhttp://tagfashion.googlecode.com/files/tagfashion_0.2.xmi
Arquiteturahttp://docs.google.com/Doc?id=dc7jdzrp_6gx3s5ghj [Less]
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
... [More] 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~ [Less]
HippoHX is a tool to create Flash desktop applications. Technically, we are a layer on top of SWHX (Screenweaver haXe-based successor).
HippoHX aims to:
Provide a nice and easy API: On the
... [More] backend to perform common-simple tasks such as file management, getting system information, etc. On the fronted (AS2, AS3 and haXe) to match that backend. Provide a command line tool easily pack your SWHX app. Provide a GUI on top of that tool. Stay tuned and visit:
http://hippohx.com
http://wiki.hippohx.com [Less]