Archives
A two-way data binding expression generates two binding expressions, one with the given source and destination, and the other, with the source and destination reversed.
Following example show XML to ArrayCollection use Model Class
XMLToCollection4.mxml
Following example show how use Rotate3D to create difference Menu.
assets/menu.xml
The ComboBox control is a child class of the DropDownListBase control. Like the DropDownList control, when the user selects an item from the drop-down list in the ComboBox control, the data item appears in the prompt area of the control.
Following example show how use spark list become to VerticalList.
MyList.mxml
Use the groupIconFunction properties of the AdvancedDataGrid class to define callback functions to control the display of the leaf nodes of the navigation tree.
The following example uses the groupIconFunction property to display a custom icon for the top level node of the navigation tree, and display the default icon for all other leaf nodes of the tree.
Following example use contains method to make data comparsion.
DragDropEventdatacontainscomparison.mxml
Action script3 not suggest use Array class to carete associative arrays (so call hashes) ,because you cannot use any of the Array class methods or properties with associative arrays.
Following example show how to set up ComboBox TextInput with images display.
FAQ0909.mxml
Following example show XML to ArrayCollection use HTTPService
XMLToCollection6.mxml
You might want to be able to create an exact clone of a complex/nested data objects, without your new object simply referencing the old one’s values.use ByteArray is one of the plenty of occasions.
Following example show how use Alert closeEvent to Control data.
DragDropToTrashWithAlert.mxml


