Using Dreamweaver
Follow the below steps, and Dreamweaver will insert the correct HTML code automatically.
- In Dreamweaver, insert the Flash movie into an HTML page.
- Select the Flash movie in the Design View.
- In the Properties panel, choose Parameters.
- For the Parameter, enter "wmode" (without quotes). For the Value, enter "transparent".
- Save the document. The HTML page is complete.
Editing HTML code manually
To edit an existing HTML page, add the WMODE parameters to the HTML code.
- Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
- Add the following parameter to the EMBED tag:
wmode="transparent"
