Using parameters to control media objects
Use the Parameters dialog box to enter values for special parameters defined for Shockwave and Flash SWF files, ActiveX controls, Netscape Navigator plug-ins, and Java applets. Parameters are used with the object
, embed
, and applet
tags. Parameters set attributes specific to the type of object being inserted. For example, a Flash object can have a quality parameter <param
name="quality"
value="best">
for the object tag. The Parameter dialog box is available from the Property inspector. See the documentation for the object youre using for information on the parameters it requires.
NOTE
|
|
There is no widely accepted standard for identifying data files for ActiveX controls. Consult the documentation for the ActiveX control youre using to find out which parameters to use.
|
To open the Parameters dialog box:
- Select an object that can have parameters (such as a Shockwave movie, an ActiveX control, a Netscape Navigator plug-in, or a Java applet) in the Document window.
- Open the dialog box using one of the following methods:
- Right-click (Windows) or Control-click (Macintosh) the object, and select Parameters from the context menu.
- Open the Property inspector if it isnt already open, and click the Parameters button found in the lower half of the Property inspector. (Make sure the Property inspector is expanded.)
To enter a value for a parameter in the Parameters dialog box:
- Click the Plus (+) button.
- Enter the name of the parameter in the Parameter column.
- Enter the value of the parameter in the Value column.
To remove parameters:
- Select a parameter and press the Minus () button.
To reorder parameters:
- Select a parameter and use the up and down arrow buttons.