I need a bit of help,
I want to get this http://www.thepatchshop.com.au/inclu...patchshop.html
into this
http://www.thepatchshop.com.au
I have flashobject.js, patchshop.swf and thepatchshop.html all in same directory
I have this in the tpl_header.php
<?php
/**
* Common Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* *package templateSystem
* *copyright Copyright 2003-2006 Zen Cart Development Team
* *copyright Portions Copyright 2003 osCommerce
* *license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* *version $Id: tpl_header.php 3192 2006-03-15 22:37:24Z wilt $
*/
?>
<script type="text/javascript" src="http://www.thepatchshop.com.au/includes/templates/ZC03C00075/jscript/flashobject.js"></script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so = new SWFObject("http://www.thepatchshop.com.au/includes/templates/ZC03C00075/jscript/patchshop.swf", "patchshop", "750", "160", "7", "#000000");
so.write("flashcontent");
</script>



