
TUTORIALS POINT
Simply Easy Learning Page 12
Following Table gives the description of all the tags used in the above code script.
Application
Defines the Application container that is always the root tag of a Flex application.
Script
Contains the business logic in ActionScript language.
VGroup
Defines a Vertical Grouping Container which can contain Flex UI controls in vertical fashion.
Label
Represents a Label control, a very simple user interface component that displays text.
Button
Represents a Button control, which can be clicked to do some action.
Server-side code
This is the server side part of your application and its very much optional. If you are not doing any backend
processing with-in your application then you do not need this part, but if there is some processing required at
backend and your client-side application interact with the server then you will have to develop these components.
Next chapter will make use of all the above mentioned concepts to create HelloWorld application using Flash
Builder.
Commentaires sur ces manuels