What do you mean that didn't work? What did it do? Did you change the code to your needs? Ok, here's the exact code to put in.
Code:
<object type="application/x-shockwave-flash" data="includes/templates/silverfish/images/flash/logo.swf" width="760" height="132">
<param name="movie" value="includes/templates/silverfish/images/flash/logo.swf" />
</object>
If that doesn't work, its probably a typo or something, but you could always go the overdone but absolute method:
Code:
<!--[if !IE]> -->
<object type="application/x-shockwave-flash"
data="includes/templates/silverfish/images/flash/logo.swf" width="760" height="132">
<!-- <![endif]-->
<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="760" height="132">
<param name="movie" value="includes/templates/silverfish/images/flash/logo.swf" />
<!--><!--dgx-->
<param name="loop" value="true" />
<param name="menu" value="false" />
<p>Your <b>browser</b> sucks!</p>
</object>
<!-- <![endif]-->