Documentation

  Standalone Converter Quick Start Guide

In this article we will give a brief overview of how to quickly get started with a standalone GAF Converter.

 

Download and Install GAF Converter

Firstly, download GAF Converter from the downloads page and install it. Standalone GAF Converter is built with Adobe AIR, so it also needs the Adobe AIR runtime to be installed on your computer — see the next section for how to install the correct version.

 

Install the Adobe AIR runtime (version 33)

Adobe AIR is no longer distributed by Adobe. It is now developed and hosted by HARMAN, and the old automatic AIR download that used to ship with the converter no longer works. Because of this, you have to install the AIR runtime manually before you run GAF Converter.

Important: GAF Converter only works with the Adobe AIR 33.x.x.x runtime. Newer runtimes, such as 51.x.x.x, are not compatible and the converter will fail to start with them. Make sure you install a 33.x version.

To install the correct runtime:

  1. Open the HARMAN AIR runtime page: https://airsdk.harman.com/runtime.
  2. The main “Adobe AIR for Windows” / “Adobe AIR for macOS” buttons at the top of the page install the latest runtime (currently the 51.x series), which will not work with GAF Converter — do not use them.
  3. Scroll down to the list of older “shared runtime” versions and choose a 33.1.1.x build (for example 33.1.1.743). Download the installer for your operating system (Windows or macOS).
  4. Run the downloaded installer and follow the on‑screen steps to install the AIR 33 runtime.
  5. Once the AIR 33 runtime is installed, start GAF Converter as described below.

If you cannot find a 33.x build on the runtime page, every published release is also listed on the HARMAN AIR release notes page — open any 33.1.1.x release from there to reach its download.

 

Run and Preview

After the installation is complete run the application and the following window will be opened:

gaf preview mode

This is the Preview Mode. Here you can start converting your SWF animations right away, without logging in or registering. Just drag an SWF file in the converter window and the conversion will immediately start. After the conversion is complete, GAF Player will automatically play the conversion result.

gaf player

 

Conversion Settings

GAF Converter has a number of conversion settings that you can set up before conversion. You can choose conversion source, conversion mode, texture atlas settings and much more. Conversion Settings Dialog is accessible by clicking settings button in the top right corner of the working area.

gaf settings

Please read article Standalone Converter Settings Dialog for more information about each conversion setting. By default, GAF Converter saves the conversion result as *.zip archive in the same directory with the original SWF file.

 

GAF playback libraries

Conversion result you can play in one of the frameworks using corresponding GAF playback library. All available playback libraries you can find on our download page.

 

Starling GAF

starling

Starling GAF playback library you can download from github. Demo projects are also available under demo directory on github. API reference available on our site.

 

Unity3d GAF

unity

Unity3d GAF playback library you can download from the Unity3d Asset Store in two versions: Free and Pro.

Pro plug-in version provides extended Unity3d interface for GAF:

Demo scene examples are included into Free and Pro unity packages.

API reference Free and API reference Pro available on our site.

 

Cocos2d-x v3 GAF

cocos2d-x

Cocos2d-x v3 GAF playback library you can download from github. Demo projects also available under demo directory on github. API reference available on our site.

Supported platforms:

To check GAF Player examples:

Video instruction can be found here: GAF Video Instructions for XCode

 

Cocos2d-x v2 GAF

cocos2d-x v2

Cocos2d-x v2 GAF playback library you can download from github. Demo projects are also available under demo directory on github. API reference available on our site.

Note: Works only with animations converted with conversion mode: "plain". More information about conversion modes and their key differences read in article Conversion modes “plain” and “nesting”.

 

Cocos2d GAF

cocos2d

Cocos2d GAF playback library you can download from github.