views:

487

answers:

8

What are some useful plug-ins, packages or source-code for ActionScript?

Please include ActionScript version, name, link and description.

+4  A: 

AS2-AS3
Greensock's TweenMax
Simplifies creating animation in code.

Kenneth J
Also, don't overlook TweenLite, which is incredibly lightweight and it will be more than enough for 99% of the tweenings you'll need.
danii
I'll second this. I use TweenMax/Lite on pretty much every project.
Alex Jillard
+5  A: 

Things I'm actually using from time to time:

Degrafa: Degrafa is a declarative graphics framework open source licensed under MIT. (AS3)

FlexSpy: Visually inspect and tinker with display components. (Flex3)

AlivePDF: 100% client side PDF generation (AS3)

PureMVC: MVC framework (many platforms...)

Ravis Birdeye: Graph/Network visualization.

FlexLib: Extended controls.

Glenn
+2  A: 

Shameles plug, but here it goes:
BulkLoader
A library to manage a simultaneous loading operations.

Arthur Debert
Very handy lib. I've used it successfully in a couple of projects that loaded up a large number of assets. Pretty easy to tweak and extend too, which is nice. Not hard at all to hook it up to a progress bar for the bulk load.
Alex Jillard
Thanks Alex, always nice to get some positive feedback!
Arthur Debert
I second this. Excellent lib, a must for any non-trivial RIA.
jpop
+2  A: 

Mate tag-based, event-driven Flex framework. Obviously AS3 and Flex dependent.

Axiis an open source data visualization framework. Built on degrafa

ethyreal
+2  A: 

A clear, lightweight and performant data structure / collections library:

Lite Collections Fx for ActionScript

Jens Struwe
+1  A: 

A standard UI component library including with focus on customization, data intergration and performance. Including TreeView, ListView, SelectBox, ColorPicker, etc ...

AS Data Provider Controls

Jens Struwe
+3  A: 

http://www.robotlegs.org/

MVC Framework for flash/flex with dependency injection.

R. Haluk Öngör