Flash and AS3 links - toolkits

The educational technology and digital learning wiki
Revision as of 18:17, 6 November 2007 by Widged (talk | contribs) (→‎Toolkits)
Jump to navigation Jump to search

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