Adobe Flex: Creating a project – Part 3
June 29, 2009
Creating a Flex project and your first application
Now that we have seen how Flex builder looks lets start with creating our first flex project
Creating a project
A project is a grouping of resources that make up a flex application
When a Flex project is created a number of files and folders are automatically created as follows:
Step 1: Select File > new > Flex project

Specify output folder. The default is bin-debug folder

Choose project build paths

The main MXML application file looks like this
page looks like this
Using the main application file
- The main application file contains the container set tag
- Each application can have only one associated application file
- The layout property is given the absolute value the first time you create an application
- Flex builder will retain your last layout selection for future applications if not specified.
- also If you do not specify the layout property, the layout will be vertical by default
Running the application file
Run the application by clicking the Run button. Run button is the green button on the top panel

What exactly happens when you click the run button?

back to tutorial part 1 | tutorial part 4 – Learning Flex fundamental
Entry Filed under: Uncategorized. .
1 Comment Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1. Adobe Flex: Flex Builder – Part 2 « Shyamala’s Blog | June 12, 2009 at 3:34 pm
[...] to part 1 of this tutorial | part 3 – Creating a Flex project and your first application Possibly related posts: (automatically generated)Environment : Text EditorFlex Builder Design View [...]