Flash and AS3 links - toolkits: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
; Free (need more)
; Free (need more)
* [http://www.adobe.com/cfusion/exchange/index.cfm?view=sn110 Adobe Exchange beta] (various licences, also commercial).
* [http://www.adobe.com/cfusion/exchange/index.cfm?view=sn110 Adobe Exchange beta] (various licences, also commercial).
* [http://www.flashcomponents.net/ Flashcomponents] (good site, but mostly older Flash)
* [http://www.flash-db.com/ Flash-DB] (older Flash, i.e. MX)
* [http://www.flash-db.com/ Flash-DB] (older Flash, i.e. MX)
* [http://www.flashkit.com/ Flashkit.com] (Good large libary, but older Flash. Too many ads and difficult navigation and sorting.)
* [http://www.flashkit.com/ Flashkit.com] (Good large libary, but older Flash. Too many ads and difficult navigation and sorting.)
Line 34: Line 33:
; Commercial (I only want to have 5-6, the best at some point and not a long list ...)
; Commercial (I only want to have 5-6, the best at some point and not a long list ...)
* [http://www.ohmyflash.com/ Oh my Flash]  
* [http://www.ohmyflash.com/ Oh my Flash]  
* [http://flashgarden.net/ Stock Flash Community | flashgarden]
* [http://www.flashcomponents.net/ Flashcomponents] (some free)
* [http://www.flashvalley.com/ Flash Valley] (some free)
* [http://www.flashvalley.com/ Flash Valley] (some free)
* [http://www.flashloaded.com/flashcomponents/ Flashloaded]
* [http://www.flashloaded.com/flashcomponents/ Flashloaded]

Revision as of 05:30, 24 July 2008

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).
Code Repositories
  • [1] Free Open Source Actionscript and Flash code files and resources directory. More specifically, this is a listing of websites that contain such resources.
  • at HotScripts.com
  • Flash @ AdvanceScripts.com, the Script Hub
  • Code Library @ actionscript.org
Free (need more)
Where you can add and manage your own snippets
  • 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
Commercial (I only want to have 5-6, the best at some point and not a long list ...)
Private Collections

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