Hi All:
The classes in the framework are a compilation of classes I had written in AS2 and had ported over to AS3 along with others. I added a few classes to the framework and decided that it was time to let it loose out into the wild.
Here are just a few of the classes:
ContextMenuManager
Found in the “manager” package.
This class allows you to easily add and manage Right Click context menu’s to any display object, including the stage.
PayPalCart
Found in the “tool” package.
The PaypalCart is a class which allows you to build and customize your very own flash PayPal shopping cart.
QueryUtil
Found in the “util” package.
Using the new Dictionary class in AS3 along with the ExternalInterface class, this class allows you to grab any and all parameters in the url of the html page holding your swf.
FullBrowserExtension
Found in the “extension” package.
Any document class that extends the FullBrowserExtension is full browser ready and all you need to do is just have a bitmap tile in the library with “Tile” as the class name (linkage id).
These are just a few of the classes in the ever growing framework as I will be adding more and more in the near future. Some of the classes in the pipeline for the following weeks are a “FormValidator” which will use regular expressions to make sure the entries in a field are valid, a “LayoutManager“ which will be responsible the visual organization of your sites/application and a “VideoController” for easily controlling flv files.
You can see the documentation at http://www.reynaldocolumna.com/Reyco1FrameworkDocumentation and you can grab the files using subversion from http://reyco1.googlecode.com/svn/trunk.
There are examples for all the major classes in the “samples” folder. I would start there and crack open the fla’s and document files to see how to get started.
ENJOY!