I have created a flash file with images in it that scroll and would to either the define_main_page or the tpl_header page but the flash is not showing up. Here is the code I am using:
<HTML>
<HEAD><TITLE>Ezshops</TITLE>
<style type="text/css">
<!--
a:hover { color: #FF9900; text-decoration: none; }
a:link { color: #008AFF; text-decoration: none; }
a:visited { color: #008AFF; text-decoration: none; }
-->
</style>
</HEAD>
<!-- saved from url=(0014)about:internet -->
<!-- Created by IncrediFlash XTreme. Http://www.incrediflash.com -->
<BODY BGCOLOR="#000000">
<BR><BR>
<TABLE align="center">
<TR><TD>
<CENTER>
<OBJECT CLASSID="CLSID27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" ID="IncrediFlash" Width="750" Height="350">
<PARAM NAME="movie" VALUE="Ezshops.swf?317338960">
<PARAM NAME="bgcolor" VALUE="#000000">
<EMBED NAME="IncrediFlash" SRC="Ezshops.swf?317338960" BGCOLOR="#000000"
WIDTH="750" HEIGHT="350" TYPE="application/x-shockwave-flash" pluginspage=http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</CENTER>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Where do I put the swf file and maybe do I put the actual images there as well.
LadyDee


27CDB6E-AE6D-11cf-96B8-444553540000"
Reply With Quote
