eStore B Posted May 20, 2009 Posted May 20, 2009 I would like to replace header logo with a .swf image Where should this be placed and how should the written ex: http://www.example.com/file.swf ????? thank you in advance.........brad
spooks Posted May 20, 2009 Posted May 20, 2009 To Embed some flash u could use: <object type="application/x-shockwave-flash" data="logo.swf?path=logo.swf" width="750" height="75"> <param name="movie" value="logo.swf?path=logo.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <img src="images/flash-pic.jpg" width="750" height="75" alt="" /> </object> This code will display the flash or the image if the browser is not flash capable. There are other techniques using javascript, the above is XHTML complient. Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
eStore B Posted May 21, 2009 Author Posted May 21, 2009 To Embed some flash u could use: <object type="application/x-shockwave-flash" data="logo.swf?path=logo.swf" width="750" height="75"> <param name="movie" value="logo.swf?path=logo.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <img src="images/flash-pic.jpg" width="750" height="75" alt="" /> </object> This code will display the flash or the image if the browser is not flash capable. There are other techniques using javascript, the above is XHTML complient. thank you for responding but I am still not clear about where to insert info. Will it be in the includes/header.php document and here: . tep_image(DIR_WS_IMAGES . 'header98.jpg', STORE_NAME) . '</a>'; ?></td>
lmjacques Posted May 30, 2009 Posted May 30, 2009 thank you for responding but I am still not clear about where to insert info.Will it be in the includes/header.php document and here: . tep_image(DIR_WS_IMAGES . 'header98.jpg', STORE_NAME) . '</a>'; ?></td> I think that is were you would put it, I would advise just backing up header.php and giving it a go.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.