Hi everyone
Ive been updating my site and have been trying to add a flash header, ive followed instructions on
http://www.zen-cart.com/forum/showth...ight=swfobject
and have looked at other threads but cant seem to get it to work, infact I cant even get it to show anything but my normal header
be gratefull for any help that you can offer
my site is www.inkandcables.co.uk
header is here http://www.inkandcables.co.uk/includ...ash/header.swf
part of the code here ……
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->
<!--bof-branding display-->
<div id="logoWrapper">
<script type="text/javascript" src="includes/templates/Series_12_Camera/jscript/swfobject.js"></script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so = new SWFObject("includes/templates/Series_12_Camera/images/flash/header.swf", "header", "750", "160", "7", "#000000");
so.write("flashcontent");
</script>
<?php
if (HEADER_SALES_TEXT != '') {
think im doing something really daft but just cant see it
Rgds
Chas



