flex

TwitterFacebook
Get flash to fully experience Pearltrees
filter collection

LAYOUT

deep linking

CRUD - Dynamic

import mx.rpc.events.ResultEvent; import mx.collections.XMLListCollection; private var params:Object = new Object(); [Bindable] private var listData:XMLListCollection; http://learn.adobe.com/wiki/display/Flex/CRUD+-+Dynamic

FlashBuilder and PureMVC Part I « The Algorithmist

http://algorithmist.wordpress.com/2010/04/21/flashbuilder-and-puremvc-part-i/ This is the first in a series of posts on using PureMVC with FlashBuilder. I’m getting back into PureMVC for some client work, so I thought it might be useful to discuss PureMVC in terms of migrating to FlashBuilder and mixing Spark/Halo components instead of yet another how-to-use-PureMVC tutorial. Instead of starting from scratch, I decided to perform a ‘FlashBuilder makeover’ of an existing tutorial. Ahmed Nuaman has a very solid tutorial at this site . The explanation of PureMVC is very thorough.