Lazar,
That is not a link to your ZenCart
Lazar,
That is not a link to your ZenCart
Zen-Venom Get Bitten
Get Your Business Found
Lazar we need a link to the cart page that you are trying to use this banner on, preferably with the banner code there so we can see what is going wrong
Where exactly are you putting the banner.swf file, as it doesn't appear to be in the directory with that html file
Nigel
Webzings Design
The last couple of Zen-Cart sites we have worked on, Darncat Designs, Sweet Brucies
Hi guys,
here is the link:
http://online-shop.danilo-prvi.me/in...ex&language=en
An also here is what I did. I insert html code of the banner into the define_main_page.php:
includes/languages/english/html_includes/define_main_page.php
The banner doesn't appear at the main page.
Any idea about this?
Manu thanks.
Please take in the consideration this post because of some changes.
So, the link for the banner is the same:
http://online-shop.danilo-prvi.me/in...ex&language=en
HTML code for the banner is embeded into the define_main_page.php located in:
inludes/languages/english/ html_includes/orange/define_main_page.php (orange is the name of the current template applied in zen cart).
There're three images in the banner. Only the first one has a link towards a product.
The banner doesn't appear at the main page where is supposed to be. Only white area can be seen.
This is the html code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
</head>
<body bgcolor="#FFFFFF">
<p> <p>
<style type="text/css">
<!--
.style1 {
color: #006633;
font-weight: bold;
}
-->
</style>
<!-- saved from url=(0013)about:internet -->
<table align="center" border="0" cellpadding=0 cellspacing=0>
<tr>
<td align="center"></td>
</tr>
<tr><td align="center"><br /></td></tr>
<tr>
<td align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="420" height="300" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="mybanner.swf" />
<param name="quality" value="high" />
<embed src="mybanner.swf" quality="high" width="420" height="300" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr>
</table>
</body>
</html>
Regards
Finally works.
The HTML code is:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="420" height="300" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="mybanner.swf" />
<param name="quality" value="high" />
<embed src="mybanner.swf" quality="high" width="420" height="300" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
(lines between object tags)
SWF file is uploaded at the root directory of the website.
Bookmarks