Flagstone Software

Downloads

Each framework or application is 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 package contains the compiled classes, source code and a set of datasheets for each class.

The sections for each framework also contain signatures 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.

Current Releases

Package for Notes Files Signatures
Transform SWF Java Notes transform-2.3.0.tar.gz
transform-2.3.0.zip
[PGP]
[PGP]
[MD5]
[MD5]
Transform SWF C++ Notes transform-cxx-bsd-1.0.5.zip
transform-util-cxx-bsd-1.0.2.zip
[PGP]
[PGP]
[MD5]
[MD5]
Translate AS1 Java Notes translate-as1-2.0.5.tar.gz
translate-as1-2.0.5.zip
[PGP]
[PGP]
[MD5]
[MD5]
Translate AS1 C++ Notes translate-as1-cxx-gpl-1.0.7.tar.gz
translate-as1-cxx-gpl-1.0.7.zip
[PGP]
[PGP]
[MD5]
[MD5]
Describe SWF describe-3.1.6.tar.gz
describe-3.1.6.zip
[PGP]
[PGP]
[MD5]
[MD5]

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.

There are also earlier releases available for Transform SWF, Translate AS1 and Describe SWF.

Verify Releases

You MUST verify the integrity of the files you download using either the PGP or MD5 signatures provided. Verification using the PGP signature is the preferred method.

PGP signatures can be verified using PGP or GPG. First download Flagstone's public KEYS as well as the asc signature file for the particular download then verify the signatures using:

% pgpk -a KEYS
% pgpv transform-2.1.tar.asc
or
% pgp -ka KEYS
% pgp transform-2.1.tar.asc
or
% gpg --import KEYS
% gpg --verify transform-2.1.tar.asc

Alternatively, you can verify the MD5 signature on the files. If you are using Linux, Mac OSX or another version of Unix then you should have a program called md5 or md5sum is included the distribution. Windows users can get binary md5 programs from here or here.