Quick Tip: Flex ArrayCollection filter in-line

A quick tip for those of you who want to do some ArrayCollection filtering, for let’s say duplicates. Rather than have two methods, do it all in-line: <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white" creationComplete="init()">     <mx:Script>        <![CDATA[ import mx.collectio

read more

Sneak Peek of Flash Mobile 4.5, with one code for Android, iOS and RIM

Check out this great video from Adobe TV, showing the up and coming update to Flash Builder that will allow developers to code for all major mobile operating, systems, including iOS, Android and Blackberry RIM, all via Flash and with impressive...

read more