To build an application in Flash CS3 Professional, you create graphics with drawing tools and import additional media elements into your document. Next, you define how and when you want to use each of the elements to create the application you have in mind.
When you author content in Flash, you work in a Flash document file. Flash documents have the file extension .fla (FLA). A Flash document has three main parts:
ActionScript™ code allows you to add interactivity to the media elements in your document. For example, you can add code that causes a button to display a new image when the user clicks it. You can also use ActionScript to add logic to your applications. Logic enables your application to behave in different ways depending on the user's actions or other conditions. Flash includes two versions of ActionScript, each suited to an author's specific needs.
Flash includes many features that make it powerful but easy to use, such as prebuilt drag-and-drop user interface components, built-in behaviors that let you easily add ActionScript to your document, and special effects that you can add to media objects.
When you have finished authoring your Flash document, you publish it using the File > Publish command. This creates a compressed version of your file with the extension .swf (SWF). You can then use Flash Player to play the SWF file in a web browser or as a stand-alone application.
To illustrate the basic steps of creating any FLA document, this tutorial guides you through the process in a simple tutorial. This short tutorial is just a sample of the Flash workflow. The first step is to create a new document in Flash.
In the Property inspector, located by default at the bottom of the workspace, the Size button displays the current Stage size setting as 550 x 400 pixels.
The Background color swatch is set to white. You can change the color of the Stage by clicking the swatch and selecting a different color.

(+) view larger
Figure 1: The Property inspector, showing the Stage size and background color.
After you've created your document, you are ready to add some artwork to the document.

Figure 2: The Oval tool in the Tools panel.

Figure 3: Selecting the No Color option in the Stroke Color Picker.

Figure 4: The circle shape drawn on the Stage.