
User interface components in flash/flex are those which are used to build an interface in flash/flex. There are different components available in flex/flash such as Label, Textbox, Datagrid, Listbox etc
Button = <mx:Button id="btnMinimize" label="Submit"/>
Textbox = <mx:TextInput id="txtEmail" width="166"/>
Form = <mx:Form paddingTop="10" id="form1">
Flex visual components are flexible in characteristics that enable you to control and configure them so as to meet the requirements of your application.




