Archives
The new text engine in Flash Player 10 and AIR 1.5, the Text Layout Framework delivers multi-lingual, print-quality typography for the web, including support for:
Following example show XML to XMLListCollection From XML Class
XMLToCollection3.mxml
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 use PopUpManager to PopUp a TitleWindow with Image and Label.Depend on wich image dispatch MouseMove event.
Fllowing example show how use event bubbing to change parent backgroundColor
Following example show XML to ArrayList use Model
XMLToCollection2.mxml
This is equivalent to the addEventListener() method in the previous code example. However, it is best practice to use the addEventListener() method. This method gives you greater control over the event by letting you configure the priority and capturing settings, and use event constants. In addition, if you use addEventListener() to add an event handler, you can use removeEventListener() to remove the handler when you no longer need it. If you add an event handler inline, you cannot call removeEventListener() on that handler.
Following example show how Flex4 font Embed (The src property specifies the file path location of a font. In Flex 4, you cannot embed a font by its local name only.) and use Rotate3D make effect like “Star War”.
Following example show how use spark list become to VerticalList.
MyList.mxml
Following example show how spark ComboBox setting prompt and disable editable.
Following example show how use flowComposer.addController control image and text,and interactionManager ( with undo and redo)
Following example show Tree with itemRenderer and use disclosureOpenIcon ,disclosureClosedIcon,folderOpenIcon and folderClosedIcon,defaultLeafIcon change Tree view.
comp/MyTreeItem.mxml


