Flash embedded in HTML display error/Browser Security

Gooday People!

I have a boggle (ah classic film demolition man! wasnt amazing, but a few cheesey quotes!)

Anyway… I have built a complete flash site that used the “file -> publish” function to create the HTML. This allows the flash to display fine.
(However the flash is outlined by the browser sequirty thing but still plays)

[COLOR=red]Problem: When building an HTML site and embedding flash using the following code the flash will not display in the browser unless the user clicks on the flash to activate it.[/COLOR]

[COLOR=blue]<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase="[/COLOR][COLOR=blue]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0[/COLOR][COLOR=blue]" width=“550” height=“150” style=“right”>
<param name=“movie” value=“includes/FlashSlideshow/FlashSlideshow.swf” />
<param name=“quality” value=“high” />
<embed src=“includes/FlashSlideshow/FlashSlideshow.swf” quality=“high” pluginspage="[/COLOR]
[COLOR=blue]http://www.macromedia.com/go/getflashplayer[/COLOR][COLOR=blue]" type=“application/x-shockwave-flash” width=“550” height=“150”></embed>
</object>[/COLOR]

Is there anyway that the flash will display automatically when embedded into HTML? or am I missing any addition code to force the flash to display or is it a browser viewing problem that can be fixed?

Thanks.