To set the flash movie with transparent background, edit the html source code below:
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,29,0” width=”300″ height=”210″>
<param name=”wmode” value=”transparent” />
<param name=”movie” value=”webwasp-logo.swf” />
<param name=quality value=high />
<embed src=”webwasp-logo.swf” wmode=”transparent” quality=high pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash” width=”300″ height=”210″></embed>
</object>
Note:
To apply transparent background:
<param name=”wmode” value=”transparent” />
The Embed Tag: wmode=”transparent”
To apply an alternative background colour use the following tags as above:
The Param Tag: <PARAM NAME=bgcolor VALUE=#999999>
The Embed Tag: bgcolor=#999999