 | 24 Apr 13:41 In a previous example, “Sequencing effects in Flex using the mx:Sequence tag”, we saw how you could sequence tween effects using the <mx:Sequence /> tag. The following example shows how you can create the same sequenced effects using ActionScript instead of MXML. Full code after the jump. 23 Apr 13:55 The following example shows how you can set the letter spacing in a Flex RichTextEditor control by setting the textAreaStyleName and letterSpacing styles. Full code after the jump. 22 Apr 16:52 The following example shows how you can loop over an Array object and modify items using the Array class’s forEach() method. Full code after the jump. 21 Apr 16:51 In a previous example, “Setting the horizontal spacing between items in a LinkBar control in Flex”, we saw how to change the horizontal spacing between items in a Flex LinkBar control by setting the horizontalSpacing style. The following example shows how you can set the vertical spacing between items in a vertical Flex LinkBar control by [... 21 Apr 14:26 The following example shows how you can set the horizontal spacing between items in a Flex LinkBar control by setting the horizontalGap style. Full code after the jump. 20 Apr 16:27 The following example shows how you can change the color of the item separators in a Flex LinkBar control by setting the separatorColor style. Full code after the jump. 19 Apr 12:57 In a previous example, “Setting the background color on a VideoDisplay control in Flex”, we saw how you could modify the background color of a VideoDisplay control in Flex by setting the backgroundColor style. The following example shows how you can set the background alpha on a Flex VideoDisplay control by setting the backgroundAlpha style. Full code [... 19 Apr 12:44 The following example shows how you can modify the background color of a Flex VideoDisplay control by setting the backgroundColor style. Full code after the jump. 18 Apr 12:13 The following example shows how you can assign an HTML formatted string to a Panel container’s status text field using the getStatusTextField() method in the mx_internal namespace. Full code after the jump. 17 Apr 13:51 The following example shows how you can drag an item from a Flex DataGrid control onto an Image control to remove the item from a data provider. Full code after the jump. | |  |