<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY style="FONT-FAMILY: Times New Roman" text=#000000 bgColor=#ffffff>
<DIV>Is there any way to insert a swf with swfobject in the css file, for easy 
insertion? I'd like to insert a swf 'bullet' in every h2 div via css:</DIV>
<DIV> </DIV>
<DIV>Adding a bitmap bullet is easy:</DIV>
<DIV>h2 {<BR>background: transparent url("img/large_bullet.png") no-repeat 
0;<BR>}</DIV>
<DIV> </DIV>
<DIV>This does not work:</DIV>
<DIV>h1 {<BR>background: transparent url("swf/Smiley_01.swf", "icon", "25", 
"25", "7", "#fff") no-repeat 0;</DIV>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>Can this be done?</DIV>
<DIV>jimbo</DIV></BODY></HTML>