23 October 2007
12 October 2007
ActionScript Code Resources
Action Script Library - A collection of code snippets for use with ActionScript.
ActionScript.org Library - A collection of over 700 scripts for you to use, a large selection of tutorials and more.
Actionscript Physics Engine - A free 2D physics engine for Actionscript 3 from MIT.
ActionStep.org - An ActionScript 2.0 open source component framework for writing to the Flash player.
Animation Package - An ActionScript library (Flash player 6 and above) with a focus on keeping file sizes down.
AS2lib.org - The AS2 library open source framework to work with Actionscript 2.
AS2Unit.org - An Actionscript 2 testing framework that lets you run repeatable tests on your classes.
Flalog.com - Tips, tricks, and tutorials for Flash and ActionScript.
FlashKit.com - Code snippets, reviews, links, over 1,000 tutorials.
Flashtica.com - A designer-oriented site with open source scripts and links to lots of resources.
GoToAndLearn.com - A site with very in-depth video tutorials on various aspects of Flash.
Jim’s Flash Bestiary - A collection of small Flash movies with accompanying source code to learn from.
Kirupa.com Tutorials - An extensive collection of tutorials on just about every conceivable aspect of Flash.
OneFlex.org Codes - A site for people to post and share code snippets for ActionScript and MXML.
OSFlash.org - A home for open source Flash projects that any registered member can contribute to.
Smart Webby Flash Tutorials - A collection of tutorials for Flash for beginner to advanced developers.
TutorialOutpost Flash Lessons - A huge collection of tutorials on many aspects of the Flash program.
11 October 2007
05 October 2007
04 October 2007
01 October 2007
27 September 2007
Using listItems property to referencing Item Renderers
DataGrid (or any other ListBase) listItems property returns a 2D array which contains a reference to the item renderer for each cell in the DataGrid.
Referencing Item Renderers from Outside
Labels: AS, DataGrid, ItemRenders
24 September 2007
13 September 2007
XRay
Xray (The AdminTool) is a “snapshot viewer” of the current state of your Flash application without impacting the performance or the file size of your application. Xray’s true nature is to look into the very guts of the Flash application and disolve the 2d myth you see on screen to a 3D tangible entity you can truly crawl through.
Labels: AS, flex, logging, performance