For bar 2 (or bar2.swf)
To control the background color, change the value of "Param Name=bgcolor Value=#xxxxxx" where xxxxxx represents any hexadecimal color you choose.

Then change (within the Embed command) bgcolor=#xxxxxx, where xxxxxx is the hexadecimal number of the color you want. The color is presently set for white.

The necessary code is between the two dashed lines. Copy and paste it into your html file. Note that the code assumes that the Flash file is in the same directory as your html file.

---------------------------------------------

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
 ID=bar2 WIDTH=640 HEIGHT=36>
 <PARAM NAME=movie VALUE="bar2.swf">
 <PARAM NAME=quality VALUE=high>
 <PARAM NAME=bgcolor VALUE=#FFFFFF> 
 <EMBED src="bar2.swf" quality=high bgcolor=#FFFFFF  WIDTH=640 HEIGHT=36 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>

---------------------------------------------

Questions?  Write to chet@lookoutnow.com

http://www.lookoutnow.com


