Main menu:

Site search

Categories

Archive

Flex 2 Pagination (1 of 3)

The Flex 2 / Actionscript 3 Pagination example is intended to step through a large amount of data and give the user the ability to view it in manageable chunks instead of all at one time.

This first display example of three which I will be releasing iterates through a Collection and calculates amount of data you would like to show based on your initial input. It will create a group of buttons based upon paginated values. Each button will be given two values which will then be used to filter on collection and grab corresponding data.

In the next pagination example I will be using a display which utilizes the next and previous buttons as shown in Google image below:

Comments Questions, concerns are welcome.
Enjoy,

-Augie

example | source code | download | asdoc

New Adobe Flex 2 Style Explorer

Hello All,
I would like to extend a big THANKS to the Nice Job Adobe Consulting has done on the New Adobe Flex 2 Style Explorer. I love all the new features, especially the time saving export all CSS among many others ( Read About all the new updates Here ). This is going to make all of our lives a little easier. Enjoy,
-Augie

Download the Flex Style Explorer | View the Flex Style Explorer

Flex 2 Basic Email Form

Here is a cut and dry example using an HTTP Service to send an email in Adobe Flex 2 via a simple PHP email script. Plain-Simple-Easy… ready for u to customize and expand upon(Validation, Error Handling).
Comments Questions, concerns are welcome.
Enjoy,

-Augie

| example | source code | download |

Flex 2 URLLoader with XML Parser

I have been working with Adobe Flex since v1.0 you know when it was called Macromedia Flex. Within my 2+ years of working with Adobe Flex I have written tons of AS2 and AS3 code and have created many prototypes. Now that I take the train from Hamilton NJ - NY everyday to get to work/back I have time to go through and post allot of my code and prototypes (so visit often).

With that being said I present you with a basic URL Loader example. This example is pretty cut and dry. You pass it the path to a XML Document. It will Load the document and then parse the document with my XMLParser util. The XML parser class stuffs the data into an Array Collection and updates the view. Just note that there are MANY ways to accomplish this goal, and what I’m presenting is just one of various ways. Note: You can also load other file types with the URLLoader. Comments, Concerns, etc.. are Welcome.
Enjoy,

-Augie.

| example | source code | download |

Cairngen

Well my buddy Eric Feminella is at it again. He has created Cairngen. Cairngen is a code generator for Adobe Cairngorm which allows us developers to easily and consistently generate Cairngorm project structures. No more ctrl+c ctrl+v when we need to create a new cairngorm sequence. If you develop using the Cairngorm Microarchitecture then this is a must:
http://www.ericfeminella.com/blog/cairngen/

Keep up the phenomenal work Eric.

AS3 and Flex API Visual Map Posters

The guys over Adobe have released ActionScript 3.0 and Flex 2.0 API Visual Maps. They are currently giving these Gigantic Posters away at Max, and have provided a downloadable PDF version of it which you can find below. As Ted Patrick tells us “The posters provide a visual map of the class inheritance in Flex and AS3, exposing all methods, properties, and events.”

*Please note though U will need Adobe Acrobat 7.04 or above to view this pdf.

AS3 and Flex API Visual Maps PDF Download::
ActionScript 3 API
Flex 2 Framework API

Required to View Above PDF’s::
Download Adobe Reader 7.08

Adobe AS3 Flex API Image