diff options
author | Andres Fuentes <rafu@riseup.net> | 2010-12-10 10:14:36 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 15:47:14 -0600 |
commit | 7e67df7fb6269c75519326018762c59ded8879f8 (patch) | |
tree | eada302269291515c8dd37c57b1b18b48e894e87 /development/swfmill/README | |
parent | 85ddf4e4dad50e334f431f55d7cba8b2908d9d03 (diff) | |
download | slackbuilds-7e67df7fb6269c75519326018762c59ded8879f8.tar.gz |
development/swfmill: Added (Xml2swf and Swf2xml processor)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/swfmill/README')
-rw-r--r-- | development/swfmill/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/swfmill/README b/development/swfmill/README new file mode 100644 index 0000000000..08619e7f02 --- /dev/null +++ b/development/swfmill/README @@ -0,0 +1,10 @@ +swfmill is an xml2swf and swf2xml processor with import functionalities. + +It's most common use is the generation of asset libraries containing images (PNG and JPEG), +fonts (TTF) or other SWF movies for use with MTASC- or haXe-compiled ActionScript, although +swfmill can be used to produce both simple and complex SWF structures. + +* built around an XSLT/EXSLT processor (libxslt) +* input and output of the XSLT transformation can be either XML or binary SWF +* XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping SWF ID numbers +* built-in "simple dialect" to support library creation and building simple SWFs |