Before downloading, make sure you have read the licensing terms. Without a commercial license, you are bound by the terms of the GPL.
JSwiff distributions are archives containing source code, the JSwiff JAR file, and Javadoc documentation.
JSwiff 8.0 supports the SWF 8 file format. It is available as ZIP archive or, especially for Linux users, as gzipped tarball:
| jswiff-8.0 | .zip | .tar.gz |
Especially for non-programmers who want to take a look at the internals of the Flash file format. Contained are two Windows batch files:
If you are interested in brand-new features or fixes, you probably want to access the JSwiff source code repository directly. We use Subversion for source code management.
You can browse the project's Subversion source code repository online. Here you can also download tarballs containing the checked-in source code or portions thereof.
The repository can also be anonymously accessed via WebDAV by pointing your subversion client (either the command-line svn or a GUI client like TortoiseSVN, Subclipse etc.) to the following location: http://www.jswiff.com/svn/.
Keep in mind that main development takes place in the trunk folder.
After checking out the code, use Ant in the build folder to compile
JSwiff. Check the README file for details.