Current Releases
Each release contains the compiled classes, source code and a set of datasheets for each class. Releases are distributed using the zip and tar.gz archive format. The contents of each are identical. Archives using the tar.gz format were created using a GNU compatible version of tar to allow for file names that are longer than 100 characters. You must also use a GNU compatible version of tar to open them.
Each release has a PGP signature to allow you to verify the integrity of the files from the Flagstone web site. It is good practice to check that they have not been tampered with.
| Package | for | Notes | Files | Signature | Description |
|---|---|---|---|---|---|
| Transform SWF | Java | Notes |
transform-java-2.3.2.tar.gz transform-java-2.3.2.zip |
[PGP] [PGP] |
Library for reading and writing Flash 7 files. |
| Translate SWF | Java | Notes |
translate-java-2.0.5.tar.gz translate-java-2.0.5.zip |
[PGP] [PGP] |
Compiler for Actionscript 1. |
| Cookbook | Java | cookbook-java-0.2.zip | [PGP] | Working examples for cookbook. | |
| Describe SWF | Java |
describe-3.1.6.tar.gz describe-3.1.6.zip |
[PGP] [PGP] |
Application for browsing the contents of Flash files. | |
| Transform SWF | C++ | Notes |
transform-cxx-1.0.5.zip transform-util-cxx-1.0.2.zip |
[PGP] [PGP] |
Library for reading and writing Flash 7 files. |
| Translate SWF | C++ | Notes |
translate-cxx-1.0.7.zip |
[PGP] |
Compiler for Actionscript 1. |
Important: The C++ version of the frameworks have not been updated in long time. The code has been extensively debugged and is in production with a few projects, however the "official" status is that the code is unsupported. If you do have any trouble please contact Flagstone and we will try to do our best to help.
Verify Releases
You should verify the integrity of the files you download using the PGP signature provided.
The PGP signature can be verified using GPG. First download Flagstone's public KEYS as well as the asc signature file for the particular download then verify the signatures using:
% gpg --import KEYS % gpg --verify transform-2.3.2.tar.gz.asc