ZCode is the place where I keep my code and also a little AS2 framework (AS3 is on its way).
The framework consists only in 3 "main" classes (model, view and configuration object) and a bunch of "helpers" (FlashVars access, handling right click menu, etc).
The main idea behind ZCode is that it should be the base for your own framework. Take a look, pick up anything you might find interesting and leave everything else. Although it's fully functional, it's on purpose also *very* simple. I hope it helps you out pick up the idea and develop your own-personalized framework.
As I use MTASC for my daily job, the code compiles without problems on it. Actually, you might get some warnings when compiling in Flash IDE. For example, official Flash compiler doesn't like code before calling super in classes' constructors. Sometimes you get a warning (sometimes you don't) but still compiles the whole thing. If you work in AS2, give yourself a treat and take a look to MTASC or FLASC (Flash IDE + MTASC).
If you want documentation I wrote a little document explaining why building and using your own framework is interesting; it also explains how to begin using ZCode. I'm afraid that the document currently is only available in Spanish, but don't let that scare you! You can still get the code (all in English) and take a look.
To start with, just go to the Hello World application and look at the code. Hopefully it should be pretty self-explanatory.
Currently I'm using Google Code to host the files, you can find them in http://zcode.googlecode.com or just point your favourite SVN client to http://zcode.googlecode.com/svn/. You'll find a bunch of AS2, some PHP and hopefully haXe and AS3 in the future.
Please notice that ZCode is my *personal* repository. I try to keep things tidy (as a self-imposed rule) but sometimes I just commit stuff so it doesn't live only in my box. I do this both for safety reasons (hard disks *do* break down without telling you in advance) and also because maybe someone might find something useful that it's not yet documented. Feel free to browse and lurk around as much as you want.
The "official" and more or less documented projects are listed bellow. Everything else... use at your own risk!
ZLog is a really simple log console for Flash. It goes specially well with MTASC. Just check out its own page: ZLog.
Latest version of my web is built using ZCode. Just check it out in projects > webv3 and the backend in php > zv3. BTW, the PHP part is using Code Igniter, a really nice Rail-esque framework that I've been playing with. Give it a go if you don't have a PHP framework already.
ZCode is released under MIT license which allows even commercial use. If you have any doubts please contact me in cuentame [thingy] zarate .tv.
Juan Delgado - Zárate