
TUTORIALS POINT
Simply Easy Learning Page 8
Flex - Applications
This chapter describes the applications under Adobe Flex:
B
fore we start with creating actual HelloWorld application using Flash Builder, let us see what are the
actual parts of a Flex application. A Flex application consists of following four important parts out of which last part
is optional but first three parts are mandatory:
Flex Framework Libraries
Client-side code
Public Resources (HTML/JS/CSS)
Server-side code
Sample locations of different parts of a typical Flex application HelloWord will be as shown below:
src/com/tutorialspoint/client
src/com/tutorialspoint/server
Application Build Process
Flex application required Flex Framework libraries. Flash Builder automatically add the libraries to build path.
When we build our code using Flash Builder, Flash builder will do the following tasks
Compiles the source code to HelloWorld.swf file.
Comentários a estes Manuais