Dreamweaver CS4 Resources
|
Make ActiveX, Flash, and other object parameters dynamic
You can make the parameters of Java
applets and plug‑ins dynamic, as well as the parameters of ActiveX,
Flash, Shockwave, Director, and Generator objects.
Before
starting, make sure the fields in your recordset hold data that’s
appropriate for the object parameters you want to bind.
- In Design view, select an object on the page and
open the Property inspector (Window > Properties).
- Click the Parameters button.
- If your parameter does not appear in the list, click
the Plus (+) button and enter a parameter name in the Parameter
column.
- Click the parameter’s Value column, and then click the
lightning-bolt icon to specify a dynamic value.
A list of data sources appears.
- Select a data source from the list, and click OK.
The data source should hold data that’s appropriate for
the object parameter you want to bind. If no data sources appear
in the list, or if the available data sources don’t meet your needs,
define a new data source.
|