KineticFusion Detailed Features

The detailed features of KineticFusion are categorized below:

ActionScript Features

  • Fully-compliant ActionScript 2.0 compiler
  • Fully configurable type-checking with over 100 different semantic checks
  • Each check can be marked globally as Error, Warning, or Ignore enabling consistent coding standards
  • Warnings are output to a fully sortable table in the user-interface or printed on the console [Learn More...]
  • Warning messages can be completely disabled for fast compilation
  • Can detect unreachable code and function return paths that do not return values
  • Native ActionScript editor can be invoked from inside KineticFusion by selecting a logged warning
  • Optimized AS 2.0 class bytecode output reduces SWF size
  • Supports a System Class Path for 3rd party class libraries that should not be modified and are only checked for fatal errors
  • Supports incremental development by analyzing a specified subset of ActionScript classes
  • ActionScript 2.0 compiler only recompiles modified classes and their dependencies when run in GUI
  • Class analysis option can analyze classes or files using regular expressions
  • Supports extraction of ActionScript 2.0 classes from SWF movies
  • Can specify ActionScript classes to explicitly include and/or exclude in output SWF
  • Can log all classes written to output SWF to the output console
  • Automatically adds SWC components to class path when compiling SWF documents with SWC references
  • Can remove all SWC-related classes when decompiling and includes them automatically when recompiling.
  • Supports additional object-oriented metadata for classes using javadoc-style specifications including final, const, and abstract concepts [Learn More...]
  • Support trace statement replacement with arbitrary user-specified code block that permits substitution of key tracing variables such as file name, line number and method
  • Supports additional metadata in classes for the specification of multiple method signatures
  • Thresholds can be defined over which to report the size of ActionScript classes and blocks for monitoring bytecode sizes
  • Full support for including external files in ActionScript 1.0 and 2.0 using #include
  • #include files can be located on configurable path or relative to current document
  • Supports bytecode obfuscation
  • Full support for ActionScript 1.0 as both inline and external code
  • Easily integrates with debugging components such as the AdminTool component
  • Inline ActionScript can be created dynamically using code templates
  • Can decompile ActionScript in both ActionScript 1.0 format and ActionScript 2.0 format
  • Can represent Version 7 language extensions in ActionScript 1.0 format and will compile these appropriately
  • Supports FlashLite ActionScript extensions and path syntax

SWC Features

  • Components declared in RVML documents are automatically compiled into an output SWF movie
  • All classes stored inside a component are automatically added to the compilation class path
  • Common resources from multiple components are merged on output
  • Components can be manipulated on a timeline the same as a MovieClip symbol. [Learn More...]
  • KineticFusion will locate SWC components on multiple user-specified paths
  • All component resources located when translating SWF to RVML can be identified, removed, and replaced with a Component reference
  • Example external tag library for handling components allows component-based UIs to be specified declaratively and can be used as the basis for building sophisticated component-oriented extensions.

Vector Shape Features

  • Supports all SVG vector drawing operations including quadratic and cubic bezier curves, arcs, and the Path element.
  • Supports absolute and relative drawing positions.
  • Supports inline shape transformations for applying transforms to nested drawing operations

Media Features

  • Supports popular GIF/PNG/JPG image types in native and SWF formats
  • Can extract images from SWF documents and store in native format
  • Supports MP3 audio on input and can extract and reuse all SWF-embedded audio sources
  • Support all SWF video formats
  • Can provide full vector representation of all embedded SWF fonts
  • Supports user-defined vector fonts
  • Supports TrueType fonts
  • Supports global font folder for storing all frequently-used fonts
  • All extracted fonts stored with an editable Font testcard
  • Can reuse all embedded fonts in any output SWF
  • Can extract and read font definitions in XML format.

Animation Features

  • Uses familiar timeline approach for animating elements
  • Supports both geometric and color-oriented transformations
  • Geometric transformations can be expressed in compact form as attributes on the Place element
  • Timeline paradigm can be easily changed using external Tag Libraries to provide different animation representations as used in other XML dialects.

Extensibility Features

  • Users can extend RVML with external Tag Libraries that integrate natively into KineticFusion [Learn More...]
  • The full KineticFusion API documentation is provided
  • RVML documents can be parameterized with external data [Learn More...]
  • External data can be extracted from text files, XML files, JavaBean instances or specified on the command-line
  • External data can be referenced using the inbuilt Attribute Expression Language, inline templates, and external templates using the full power of the Freemarker Templating engine.

GUI Features

  • Intuitive explorer-style interface
  • Can filter displayed files to only those applicable to KineticFusion
  • Can navigate through project folders using the explorer interface, bookmarked shortcuts, or by entering a desired location directly into the explorer window
  • All ActionScript output redirected to a warning table in the console when warnings and errors are flagged with the appropriate icons.
  • Warning table can be sorted visually by one or more columns allowing users to easily track down specific classes of warnings
  • The source line of each warning is displayed in the status bar when the warning is selected with the code causing the problem highlighted in bold.

General Features

  • Written in Java, KineticFusion will run on all Java-supported platforms
  • General XML technologies such as XSLT stylesheets can be easily used to remove duplicate classes and assets from multiple SWF movies
  • Operates in both command-line and GUI modes
  • All features are available using both command-line and GUI modes
  • Can be called directly from Ant
  • Server component can be called from any Java application and most scripting languages
  • Windows installer automatically associates KineticFusion with RVML documents and adds context menus for RVML, XML and SWF documents
  • Windows application automatically detects Java and uses the highest available version for best performance. If Java is unavailable on the client computer, it will offer to download the latest version from the Internet