
Feather Framework it's the response to need to develop class-based applications with Flash Lite.
Since Flash Lite 2.0 was announced, only a few class-based projects have been released, so we hope that this project could fill a little bit of this big hole..
If you want, you can download Feather Framework in a RAR file.
Download Feather Framework 0.4.7
If you like too, you can use our SVN repository file.
svn://cristalab.org/featherframework/
To help you understand the documentation we have been created a downloadable example application.
Demo application for Feather Framework
Components example files.
We have been provided on-line documentation for Feather Framework.
Feather Framework on-line documentation
You can code with frameworks in many different ways, however, we recommend to code with Feather Framework in a screen navigation system, where each screen have their own associated class that extends AbstractView.
From AbstractView, if you want you could implement IView, or override the methods initialize, onResize, open, onOpen, close and onClose.
Then, you can set and get data with the ModelLocator, and create your own controller extending AbstractController.
Finally, we have been added a few Managers and a set of basic components that you can change easily in design view.
Feather Framework consists of 23 classes and a few Open Source projects from other developers, which we want to congratulate their excelent job that they have done.
You can see the documentation in their personal websites..
ASAP Framework: We included this framework because have great utilities. However, it's too heavy for Flash Lite, so we added only the necessary classes.
TweenLite: Probably the best light-weight tween library.
QueueLoader: A very simple class to loas images in a queue in order to avoid the five request limitation in Flash Lite.