This Two-Weeks in Flex Examples (3/9)
Time for another "semi-regular" update on my other blog, blog.flexexamples.com. Here are all the posts I've published in the past couple weeks:
- Creating a ControlBar container in Flex using ActionScript
- Aligning items vertically in a ControlBar container in Flex
- Displaying a Tree control as a pop up for a Flex PopUpButton control
- Setting effects with ActionScript in Flex
- Using embedded fonts with the Panel container in Flex
- Displaying the sort arrow in a Flex DataGrid control without having to click a column
- Styling Alert controls in Flex using the StyleManager class and setStyle() methods
- Setting a Button control's icon to an asset from a SWF file in Flex
- Determining if a Flex application has focus using the activate and deactivate events
- Displaying a video in Flex using the NetConnection, NetStream, and Video classes
- Setting a custom broken image skin for the Image control in Flex
- Setting a custom required indicator skin on a FormItem container in Flex
- Dynamically adding new columns to a DataGrid control in Flex
- Converting objects to XML packets using the SimpleXMLEncoder class in Flex
- Displaying a dynamically loaded MP3 file's ID3 information in Flex
- Setting the background alpha and background color of a DataGrid control in Flex
- Performing case [in]sensitive sorts using the DataGrid control in Flex
- Preventing line feeds in a TextArea control in Flex
- Setting the text alignment in a TextArea control in Flex
- Creating a simple image gallery with the Flex TileList control
- Calling JavaScript functions from your Flex applications using the ExternalInterface API