Hi All,
Hope you can help. I have made myself a spiffy swf banner and added it to the Wide banner group and uploaded it into the images/banner directory.

I added the following code as read in another thread

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
<param name="movie" value="/images/banners/cw_banner_promo.swf">
<param name=quality value=high>
<embed src="/images/banners/logo1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed>
</object>
</body>
</html>

Then I inserted that in to the html box in admin banner area and I only get a white blank image the size of the banner.


Any Ideas why my swf file wont display please???