---------------------------------------------------------- Release Notes for Transform SWF for Java, Version 2.3. ---------------------------------------------------------- The release adds new classes to decode and process Flash Video (.flv) files. Bug Fixes None scheduled Class Changes New classes for handling Flash Video. Documentation Changes None scheduled Testing Changes None scheduled Package Changes Contributed code is no longer included in the release. Examples are no longer included in the release. ------------- Bug Fixes ------------- None ----------------- Class Changes ----------------- 1. New classes for handling Flash Video. Four new classes have been added to decode and encode Flash Video files. FSVideoObject - an abstract parent class similar to FSMovieObject. FSVideo - a collection class similar to FSMovie. FSAudioData - contains the encoded audio. FSVideoData - contains the encoded video. The classes provide basic information on the format used to encode the audio and video streams and provide access to the binary data - no encoding or decoding is performed. ------------------------- Documentation Changes ------------------------- None ------------------- Testing Changes ------------------- None ------------------- Package Changes ------------------- 1. Contributed code is no longer included in the release. The code in the transform.contrib package has been removed from the release. Instead the code will be hosted in the new Cookbook section of the web site. 2. Examples are no longer included in the release. As with the contributed code package the examples in the package, com.flagstone.transform.examples have been removed and will be hosted in the cookbook section of the Flagstone web site. The aim is to expand the examples the available without causing bloat to the releases.