Posts Tagged ‘CSS’
When we are creating the Flash object and Publishing the SWF using their DreamViewer / Flash we can enable the transparency (WMODE) setting. But we have a flash which is delivered by someone and if we want to enable background as transparent we can do it with
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"