MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Instrukcja Użytkownika Strona 13

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 12
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:
Name
Location
Project root
HelloWorld/
Flex Framework Libraries
Build Path
Public resources
html-template
Client-side code
src/com/tutorialspoint/client
Server-side code
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.
CHAPTER
3
Przeglądanie stron 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag