I would like to put my flash logo (acts like a banner at the top of the webpage) into my CSS page if thats possible so that I don't have to insert it in every html page. Here is what the code looks like that I would put in the normal html pages if I did it that route:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="280" height="162" align="middle"><param name="wmode" value="transparent"> <param name="movie" value="http://websiteblablalogo.swf"> <param name="allowScriptAccess" value="always"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="280" height="162" wmode="transparent" align="middle"
src="http://websiteblablalogo.swf" allowScriptAccess="always"></embed>
</object>

Can you put an <object> in a CSS file or what is the best way to accomplish what I'm trying to do? Is this impossible and I have to do it in every html page?

Thanks for your prompt attention