I have been searching continuously for an answer to this and am close to giving up. I have created a Flash header that I want to be displayed at the top of the page. I have included the Flash code in head.tpl as shown below. When I view the page, it hangs with 1 item to download and the flash banner just appears as whitespace. You can right click on where the flash should be and the Flash menu options appears (Play, Loop, About Flash etc). If anyone could help me it would be great as this seems like a really simple thing but I cant get it to work & I dont want to buy a mod. You can view it at
http://www.supplementzone.com.au/xcart/home.php
Code:
{* $Id: head.tpl,v 1.40.2.3 2004/11/19 06:40:15 max Exp $ *}
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>xlogo</TITLE>
</HEAD>
<TD>
<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="1000" HEIGHT="148" id="xlogo" ALIGN="">
<PARAM NAME="movie" VALUE="{$ImagesDir}/xlogo.swf">
<PARAM NAME="quality" VALUE="high">
<EMBED src="{$ImagesDir}/xlogo.swf" quality=high WIDTH="1000" HEIGHT="184" NAME="xlogo" ALIGN="left"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</TD>