Monthly Archives: March 2009

Creating Dynamic Lists in Flex & Flash

In this article I’ll describe what a dynamic list is, go over the basic parts that make up a list, and show you how to build those basic parts.  Then, I’ll identify common list building challenges, and how people have … Continue reading

Posted in ActionScript, Flash, Flex | 9 Comments

Handling Crossdomain.xml and 302 Redirects Using NetStream

Skip Intro When dealing with CDN’s, a lot of time you’ll get redirected. Other times, you’ll just be dealing with a server that is dynamically loading assets from other servers. In both cases, the server may return a redirect, and … Continue reading

Posted in ActionScript, Flex | 8 Comments