how can i write html code for black back ground?

Jason Turner

New member
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="600" height="400">

<param name="movie" value="http://aimwebdesigns.com/wp-content/uploads/2010/03/fun_with_squares.swf" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />

<!--[if !IE]>-->

<object type="application/x-shockwave-flash" data="http://aimwebdesigns.com/wp-content/uploads/2010/03/fun_with_squares.swf" width="600" height="400" allowfullscreen="true" wmode="transparent">

<!--<![endif]-->

<p>The Flash plugin is required to view this object.</p>

<!--[if !IE]>-->

</object>

<!--<![endif]-->

</object>

<br />


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_1" width="600" height="400">

<param name="movie" value="http://aimwebdesigns.com/wp-content/uploads/2010/03/fun_with_squares_01.swf" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />

<!--[if !IE]>-->

<object type="application/x-shockwave-flash" data="http://aimwebdesigns.com/wp-content/uploads/2010/03/fun_with_squares_01.swf" width="600" height="400" allowfullscreen="true" wmode="transparent">

<!--<![endif]-->

<p>The Flash plugin is required to view this object.</p>

<!--[if !IE]>-->

</object>

<!--<![endif]-->

</object>

i need black background for above html flash.
 
Back
Top