This is a collection of classes for each of the tags and data structures that make up the Flash (SWF) File Format Specification from Macromedia.
The classes provide a completely object-based API for parsing, manipulating and generating Flash files.
This allows Java based applications to dynamically generate and update files that represent animations and documents which can be easily distributed and displayed on any platform that supports a graphical web browser.
In addition to the classes supporting the core API, several classes provide an interface to reduce the effort required to implement Flash applications.
These simplify the integration of sound and images into Flash file while text can be displayed using external font files allowing presentations to be localized for any spoken language.
Features:
- Full support for Flash 7, with Flash 9 coming soon.
- Access to all of Flash giving full control of the Player.
- Generate Flash files for any version of the desktop Flash Player.
- Generate Flash Lite files for mobile phones and devices.
- Easy to use API allows you to edit any flash file.
- Comprehensive 2-D API to draw shapes from arbitrary complex paths.
- Use OpenType or TrueType fonts to display text.
- Direct support for generating images using JPEG, PNG and BMP files.
- Add Event and streaming sounds from WAV and MP3 files.
- Plugin architecture for adding decoders for new image and sound formats.
- Java JDK integration adds support for AWT Fonts and ImageIO readers.
Comments not found