Monthly Archives: January 2011

Creating a recessed line in MXML

I’ve been trying to get a recessed line type of look with MXML and since it took a while I’m posting it here. It can be improved so please post any updates. <s:Line width="100%" top="98" left="10" right="10"> <s:stroke> <s:SolidColorStroke color="#555555" … Continue reading

Posted in Flex | Leave a comment

Tips on using the TileLayout in Flex 4.6

Tips on using TileLayout in Flex 4.6. I had some difficulty in getting a tile layout to dynamically expand or contract the layout items. This post shows how I solved it. To get the items in a TileLayout to expand … Continue reading

Posted in Flex | Leave a comment

Using StageWebView within a UIComponent in Mobile

StageWebView is the name given to the class that displays the native browser of a mobile device in your mobile app. Since it’s not actually native to AIR it floats above your app. This is a nice gift from the … Continue reading

Posted in AIR, Flash, Flex, Mobile, Tips | 125 Comments