Flash and AS3 links - toolkits: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 30: Line 30:
* [http://www.flashloaded.com/flashcomponents/ Flashloaded]
* [http://www.flashloaded.com/flashcomponents/ Flashloaded]


=== Code Repositories ===
==== Code Repositories ====





Revision as of 19:39, 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 ...)

Code Repositories

= Private Collections

= Where you can add and organize your own code

  • Snipplr.com, this allows you to keep an album with your own code... and access the code contributed by others.
  • DZone Snippets. Public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Reusable components and libraries

Tweening
  • 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).
PHP bridges
  • WebORB for PHP (should be moved to Flex). server-side technology enabling connectivity between Flex and Flash Remoting clients and PHP applications.

Flex

Toolkits