Flex 4: Traversing the Stage More Easily
- by Steve
The following is a MXML Module I am producing in Flex 4:
<?xml version="1.0" encoding="utf-8"?>
<mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
creationComplete="init()"
layout="absolute" width="100%"…