Flash 4 Overview

by Bnuts40

Basic functions and techniques for Flash 4

This overview is provided:

1. As instruction for the basic and/or generic Flash 4 functions.

2. As a locator for the tools and components that are covered in the tutorials.

3. As a description of Flash 4 concepts and information required to create Shockwave Flash movies.

Refer directly to the Flash 4 Tutorial Index.

Program Description

Flash 4 is a Graphical and Textual program used to create Shockwave Flash movies. Shockwave Flash movies are compact animated displays that can be easily embeded in an HTML document. Shockwave Flash movies can contain objects that provide hyperlinks to extranious files or to desired areas within the movie itself. Shockwave Flash employs the use of sound files to enhance the movies and provide the utmost enjoyment in Flash presentations.

Program Tools

Flash 4 has the standard toolbar located at the top of the work area and a side tool bar on the left side of the work area. See Figure 3 for tool locations.

Creating a New Flash Movie Project

A new Flash Movie project will be created when Flash 4 is launched. Should Flash 4 already be running, a new project may be created with the "Create New Movie" button. (See Figure 1).

Creation of a flash movie is similar to creating an animated GIF in that the project is a series of "frames" that are played in succession to create animations. (See Creating a Flash Movie). In addition the movie can be stopped and/or re-started at specific points.

Animations are created manually or automatically. Automatic animation is referred to as a "Tween or Tweening" (See Creating a Tween). Tweening employs a number of variables such as size, shape, tint, contrast.

Buttons and objects (called Symbols) can be created (See Creating a Button) and inserted into a Flash Movie providing hyperlinks to other documents or movies as well as controlling how the Flash movie will be presented. (See Assigning Actions to a Button).

.FLA and .SWF file extensions

When creating a Shockwave Flash movie the "Save" or "Save As" command can be used to save and maintain a Flash project. The file will be saved with an .FLA extension. The Flash project can be viewed as a movie by selecting "Control > Test Movie" from the menu at the top of the screen. The project can also be played within Flash 4, by selecting the "Play" button on the movie controller. (See Figure 2). Files with the .FLA extensions are usually large in size and not used for the purpose of embedding in an HTML document.

When the Flash presentation is complete, it must be exported to a .SWF extension. (See Exporting a Flash Movie). The file with an .SWF extension is compact, just a fraction of the size of the origonal. The .SWF file retains all hyperlinks, sounds and attributes, and can then be embedded in an HTML document. (See Embedding an .SWF file in an HTML Document).

.

Flash 4 Components

Figure 1

Movie Controller

Figure 2

Toolbars

Figure 3

Exporting a Flash Movie

When the Flash Movie project is complete, export the movie to a .SWF file as follows:

1. Select "File > Export" from the menu.

2. In the dialog box, select the location and type the name of the file.

3. Click "OK". The Export Flash Player dialog box will appear.

4. Click "OK".

Embedding an .SWF file in an HTML Document

1. The HTML for embedding an .SWF file in an HTML document is as follows:

<EMBED SRC="YOUR_MOVIE.swf" WIDTH="200" HEIGHT="30">

Note: It is reccomended that the Height and width attributes within the "EMBED" tag are proportional to the size of the Flash Movie.

Adjust size of the Flash Movie as follows:

1. To adjust the height and width attributes for a Flash movie, Select "Modify > Movie". The Movie Properties dialog box will appear.

2. In the Movie Properties dialog box, there are adjustments for Size, Spacing, Grids, Background Color and Frame Rate (Movie Speed).