Top RIA blogs award

Top RIA blogs

Confessions of an Flash Addict Rotating Header Image

Posts from ‘May, 2009’

Getting published on print!

Today I received a big white envelope with inside a copy of the newest Flash and Flex Developer magazine, with my article ‘Drag and Drop in AIR using Flash CS3′ published on real paper .
I have posted the source files in the publication section, if you want to play around with it
The next issue [...]

Tracing XMLList within a switch statement returns null

Just found really nasty bug in Flash; When using XML Filtering within a switch statement it will fail when assigning that value to an XMLList variable and trace null. (Even though there is data)
When you declare the variable outside/above of the switch it does work. What can also be done is assigning the variable [...]