Main menu:

Site search

Categories

Archive

Archive for 'Source Code'

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 […]

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 […]