---------------------------------------------------------------------
  Release Notes for Transform SWF for Java, Version 2.0.4, Patch 1.
---------------------------------------------------------------------

This patch contains updated source code to fix two reported bugs in Transform
classes.

-------------------
  Classes Updated  
-------------------

FSDefineJPEGImage2, FSDefineJPEGImage3

The method:

    private byte[] readJPEGStream(FSCoder coder)

has been updated to correctly scan for the Start Of Image (SOI) tag in JPEG 
images.

FSPush, FSProperty
The FSProperty class has been added to allow properties to use the pre-Flash 5
codes (these were represented as 32-bit floating point numbers, while Flash 5 
and upwards uses integers). The FSPush class was updated to decode the values 
using the FSProperty class.

------------------
  How To Install
------------------
Simply replace the existing version of the classes in the source code tree
and recompile - the Ant build file contains the build target which will perform
the compile step and package the classes into a JAR file.

IMPORTANT: This patch is made available with limited testing. Please keep a copy 
of the files you are replacing - just in case.

