Original: http://blog.csdn.net/songhuanren/archive/2008/05/26/2481124.aspx
1. tweenlite class: it can be said that it is a customized version of the Tween class, which is small but practical,
2. cairngorm framework: Needless to say. The MVC Framework officially recommended by Adobe is indeed very good and brings a lot of convenience in development.
3. aswing UI: this is a really good set of components. It should have been a long time since the earliest as2. after upgrading to as3, I personally think it is better than Flash V3 components, but the only bad thing is that layout is too troublesome. during development, layout takes a lot of time.
4. distortioneffects: it is a flex deformation special effect component. Many of the underlying code is pv3d.
5. Common-SJD-lib Component Library: it is also flex and contains many useful components, such as advancetabnavigator, cleartextinput, htmltooltip, resizewindow, templateinput I believe you should know the functions of these components as soon as you look at them. http://www.flex-flex.net/blog/
6, colormatrix class: a class that regulates the color attributes, should include all the attributes of the color http://www.gskinner.com/blog/archives/2007/12/colormatrix_upd.html
7. fluorine: similar to livecycle data service, LCDs is partially implemented, but it is net and LCDs is Java. I just implemented the remoting part in it, it is easy to configure. The current version is
8, transformtool class: Be sure to mention this, as3 deformation tool, will create a box around movieclip, to any deformation movieclip, URL: http://www.senocular.com/
9, boostworthy_animation: a library for easing effect. It seems that this is also used in pv3d.
10, as3 data structures for game developers (as3ds): An as3 data structure database with an array or dictionary in as3, which is indeed relatively small, there are a lot more in as3ds (similar to Java), such as linked list, stack (array stack, linked list stack), queue (array queue, linked list Queue), tree, figure (based on two-dimensional array ),
11. masapi: a queue management framework, such as the download queue..., which is very useful.