Author Archives: Aaron Hardy

Cursor/Iterator for Vector and Array

Along with Flex came IViewCursor which provides a way to itererate through ICollectionView classes like ArrayCollection and XMLListCollection. Sometimes though we’re dealing with Vector or Array or are developing an ActionScript-only project. Here’s a cursor/iterator that will allow you to … Continue reading

Posted in flex | Tagged , , , , | Leave a comment

Queue ‘N Cache 360|Flex Slides

As promised, below you can find the source code and slides from my Queue N Cache presentation from the 360|Flex conference. For those who were there, thanks for coming. I really enjoy learning with you all and being able to … Continue reading

Posted in Blogroll | Leave a comment

Showing Progress for Multiple Loaders

A common thing to do in most any rich application is to show progress while loading remote assets. In ActionScript, the bytesLoaded and bytesTotal properties of classes such as LoaderInfo and URLLoader provide the needed information to show a fancy … Continue reading

Posted in development, flex | Tagged , , , , | 4 Comments