Actionscript 3 Datastructures
This morning I came across a interesting AS3 implementation of the common known data structures.
The download comes with a few interesting classes that can be very helpfull on Actionscript projects:
- A wrapper Class to store FlashVars to be used in a flash file (acts as a singleton).
- A Class to easy manage GET variables from a URL.
- A ResultSet Class for using data that is gathered with (for example) Flash Remoting.
- Remoting and Javascript Tracker Classes for easy tracking of user actions inside a flash application.
- A few Classes that make it easy to handle Flash Remoting calls.
- And some other classes to perform calculations on color values and manipulating Date and String objects.
I wasn’t able to play with it yet. But as soon as I got a change I’ll post my experiences here. Especially integrating these data structures with PureMVC applications.
Related posts:
- Flash CS3 Datagrid with AMFPHP
Wade Arnold wrote an interesting article about connecting flash to a MySql database with the help of AMFPHP, flash remoting.... - The Event Meta Tag in Actionscript 3 and Flex Builder
Recently I found out about the [Event] meta tag in actionscript 3. I always thought it was a Flex-only meta... - Customizable ComboBox (Flash CS3)
Here is an example of how to customize the font (size, style, color) for the two components List and TextField... - Let Flash use WordPress content
Last week I set up a fresh WordPress system for a client to function as a Content Managament System. This... - Importing Cinema4D model into Papervision3D 2.0
Preparing a custom made object in Cinema4D for use in Papervision Flash and importing the exported .dae into flash....