How to use Publish Settings feature in Flash. The Publish Settings dialog box provides an option to affect the WMODE setting. The options selected in the Publish Settings will be added to the HTML source code automatically:
- Select the File menu
- select Publish Settings ( Ctrl+Shift+F12)
- Select the HTML (.html) option
- Click the HTML tab
- Select the Window Mode menu
- Select Transparent Windowless (setting to make the Flash movie’s background disappear in browsers which support this feature.)
- Click Publish
- Click Ok.
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"




May 28, 2011 at 1:38 am
Seguí los pasos y funcionó perfectamente en WordPress.
Muchas gracias.