Flash Player properties

To ensure the best results in both Internet Explorer and Netscape, Dreamweaver inserts Flash Player movies using both the OBJECT and EMBED tags. (OBJECT is the tag defined by Microsoft for ActiveX controls; EMBED is the tag defined by Netscape for plugins.) Double-click a Flash Player movie to view the following properties in the Property inspector. See also Inserting Flash Player movies.

The Property inspector initially displays the most commonly used properties. Click the expander arrow in the lower right corner to see all properties.

Name Specifies a name to identify the movie for scripting. Enter a name in the unlabeled field on the far left side of the Property inspector.

W and H Specify the width and height of the movie in pixels. You can also specify the following units: pc (picas), pt (points), in (inches), mm (millimeters), cm (centimeters), or % (percentage of the parent's value). The abbreviations must follow the value without a space: for example, 3mm.

File Specifies the path to the Flash Player movie file. Enter a value or click the folder to the right of the box to browse.

Tag Determines the tags used to identify the movie. You can choose OBJECT and EMBED, or either tag separately. The default value, OBJECT and EMBED, is recommended.

Align Determines how the movie is aligned on the page. See Aligning elements for a description of each option.

BgColor Specifies a background color for the movie area. This color also appears while the movie is not playing (while loading and after playing).

ID Defines the optional ActiveX ID parameter. This parameter is most often used to pass information between ActiveX controls.

Borders Specifies the width of the border around the movie.

V Space and H Space Specify the number of pixels of white space above and below and on both sides of the movie.

Alt Image (OBJECT only) Specifies an image to be displayed if the user's browser does not support ActiveX controls.

Parameters Opens a dialog box for entering additional parameters to pass to the movie. The movie must be authored to receive these parameters. See About parameters.

Quality Sets the QUALITY parameter for the OBJECT and EMBED tags that run the movie. See the Flash documentation for a description of the options. The choices are Low, Auto Low, Auto High, and High.

Scale Sets the SCALE parameter for the OBJECT and EMBED tags that run the movie. See the Flash documentation for a description of the options.

Autoplay Plays the movie automatically when the page loads.

Loop Makes the movie loop indefinitely.