------------------------------------------------------------
  Release Notes for Transform SWF for Java, Version 2.0.1.
------------------------------------------------------------

This release contains updated for the Eval, SWF5, SWF6 &amp; SWF7 Editions.

Bug Fixes
    FSProtect decodes password string correctly.
    FSEnableDebugger decodes password string correctly.
    FSEnableDebugger2 decodes password string correctly.

Class Changes
    The SWF_VERSION field on Transform is renamed to VERSION.

-------------
  Bug Fixes
-------------

1. FSProtect now decodes password string correctly.

The FSProtect class contains an MD5 encrypted password. Due to an error in 
Macromedia's Flash (SWF)File Format Specification the password string was not 
being decoded correctly. This is now fixed.

2. FSEnableDebugger now decodes password string correctly.

The FSEnableDebugger class contains an MD5 encrypted password. Due to an error 
in Macromedia's Flash (SWF)File Format Specification the password string was 
not being decoded correctly. This is now fixed.

3. FSEnableDebugger2 now decodes password string correctly.

The FSEnableDebugger2 class contains an MD5 encrypted password. Due to an error 
in Macromedia's Flash (SWF)File Format Specification the password string was 
not being decoded correctly. This is now fixed.

-----------------
  Class Changes
-----------------

1. The SWF_VERSION field on Transform is renamed to VERSION.

The field SWF_VERSION in the Transform class is used to identify the version of 
Flash supported. The field has been renamed to VERSION to standardize the 
release with the upcoming release of the Transform Video framework which 
supports Flash Video.



