Flash and AS3 links - toolkits: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 47: Line 47:


* [http://www.papervision3d.org/ Papervision 3D]
* [http://www.papervision3d.org/ Papervision 3D]
* [http://www.petitpub.com/labs/media/flash/sandy/ Sandy 3D Flash Library]


* [http://www.cove.org/ape/index.htm APE (Actionscript Physics Engine)]. Free AS3 open source 2D physics engine for use in Flash and Flex, released under the MIT License
* [http://www.cove.org/ape/index.htm APE (Actionscript Physics Engine)]. Free AS3 open source 2D physics engine for use in Flash and Flex, released under the MIT License

Revision as of 18:17, 6 November 2007

Draft

<pageby nominor="false" comments="false"/>

Toolkits, Libraries, Reusable Components, Reusable Code

Reusable flash code

There are several kinds of components

  • *.swf - Flash (embedd as movie)
  • *.fla - Flash source code (i.e. a template with drawings and code)
  • *.as - Action Script source code (watch out for the version !!)
  • *.swc - Compiled components (like the ones in the built-in components library).
Indexes
Free (need more)
Commercial (I only want to have 5-6, the best at some point and not a long list ...)

Reusable components and libraries

  • Tweener Tweener (caurina.transitions.Tweener) is a Class used to create tweenings and other transitions via ActionScript code for projects built on the Flash platform.
  • TweenLite. TweenLite (AS3) - A Lightweight (2K) Yet Powerful Tweening Engine.
  • TweenFilterLite. TweenFilterLite extends the extremely lightweight (2k), powerful TweenLite "core" class, adding the ability to tween filters (like blurs, glows, drop shadows, bevels, etc.) as well as image effects like contrast, colorization, brightness, saturation, hue, and threshold (combined size: 5k).
  • WebORB for PHP (should be moved to Flex). server-side technology enabling connectivity between Flex and Flash Remoting clients and PHP applications.

Flex

Toolkits