Archive for May, 2009

Sorting values in ActionScript 3

Saturday, May 23rd, 2009

One of the next big projects at work will involve displaying a list of data to the user, this list will be generated server side and sent down as un-ordered XML, it is up to the client to sort the data and display it to the user. The system ...