New Zenner
- Join Date:
- May 2005
- Posts:
- 60
- Plugin Contributions:
- 0
Operation Aborted popup error on all product pages
Currently using Zen Cart 1.3.7
I have hoverbox addon
i am using the red_passion template
this problem occurred right after installing a flash header on my site www. l j s e w i n g .com
any product that i try to view it gives me the "operation aborted" pop up and leads to a page that IE cant display.
I've read other posts in regards to this but none really have a fix for this problem. Not only that but they dont really know 100% if it's the flash that's causing the problem.
I've used this method in my tpl_header to use the flash
<center>
<script type="text/javascript" src="includes/templates/red_passion/jscript/swfobject.js"></script>
<div id="flashcontent">
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/...ersion=4,0,0,0"
id="simple-flash-header" width="822" height="231">
<param name="movie" value="simple-flash-header.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFCCCC">
<embed name="simple-flash-header" src="simple-flash-header.swf" quality="high" bgcolor="#FFCCCC"
width="822" height="231"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash">
</embed>
</object>
</center>
OH i've also been thru FAQ :P
any advice?