AS3 Async

Set of utilities for working with asynchronous code. It has a global method called when() that provides a convenient way of handling Events using closures. Sample…

MIT
1 Comment

ASX

Extensions for ActionScript 3 objects that provides a collection of useful functions to be composed into custom classes or used ad-hoc. ASX can enhanced the following…

MIT
Comments Off on ASX

AS3 Operations

Set of async operation contracts and helpers. The package utilizes Robert Penner’s excellent as3-signals library for its callback mechanism. Signals are a convenient choice because they are fast…

1 Comment

As3Steer

Port from Opensteer, a well known library used for autonomous steering behaviors in games.

MIT
Comments Off on As3Steer

Navigator As3

Library created to take away your pains when it comes to navigating your application between different views or application states. It provides ways to…

MIT
Comments Off on Navigator As3

List

Handy way to manipulate lists. Some features: Single and group items manipulation. Overriding control. Each entry is mapped with an String id. Nothing is anonymous. You can…

WTFPL
Comments Off on List

Grapefrukt Exporter

Set of Actionscript tools to export animations and graphic assets made in Flash authoring to other formats. Some features: Exports Sprites to transparent…

MIT
3 Comments

j2as3

Java to AS3 converter. It contains the following elements: Java to AS3 syntax converter; AS3 version of the Java 1.4 collection classes using dynamic objects; Benchmark program…

Apache 2.0
2 Comments

Redtamarin

Redtamarin is based on the Tamarin project (eg. the Flash Player Virtual Machine) and allows the execution of AS3 code on the command-line. It also adds numerous native functionalities, so you can test…

Mozilla Public 1.1
Comments Off on Redtamarin

As3-Signals

New approach for AS3 events, inspired by C# events and signals/slots in Qt. Signals are light-weight, strongly-typed AS3 messaging tools. The main idea is: A Signal…

MIT
3 Comments

AS3Commons-bytecode

Library providing a ABC bytecode parsing and publishing and bytecode based reflection API for AS3. Being a pure actionscript library it can be used for…

Apache 2.0
Comments Off on AS3Commons-bytecode

SWFRETools

SWFRETools are a collection of tools built for vulnerability analysis of the Adobe Flash player and for malware analysis of malicious SWF files. The tools are partly written…

GPL2
Comments Off on SWFRETools

PreFab3D

Small but powerfull tool that can add visual quality to low polygon models using a nice bag of tricks thanks to the advanced rendering capabilities…

Free
Comments Off on PreFab3D

SWFVector

Package contains parsing classes that allows you to extract vector graphics and font glyphs straight out of a swf file and classes that allows you…

Apache 2.0
Comments Off on SWFVector

SWFToPNG

Tool to export Flash assets to PNG. It automatically renders out the symbols in a SWF to a series of PNG files, and optionally crops out…

GPL
Comments Off on SWFToPNG