flex
< Developpement
< loaub
Get flash to fully experience Pearltrees
import mx.rpc.events.ResultEvent; import mx.collections.XMLListCollection; private var params:Object = new Object(); [Bindable] private var listData:XMLListCollection;
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.