valonesal 0 Junior Poster

Ok so I am working on setting up a zencart site.

We purchased a slide show from flash den and we cannot figure out how to get it to show in zencart.

We have tried all of the normal stuff and it doesnt seem to work. When we create a page just with the code and upload it, it shows fine but when we ad it to zencart it doesnt work.

Here is the code we are provided with for the slide show.

<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>BANNER / SLIDESHOW</title>
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EEEEEE;
}
</style>
</head>

<body>
<div align="center">
	<div id="flashcontent">
		<script type="text/javascript">
			var so = new SWFObject("banner.swf", "mymovie", "590", "300", "8");
			so.addParam("menu", "false");
			so.addVariable("dataPath", "banner_asset/data.xml");
			so.write("flashcontent");
		</script>
	</div>
</div>
</body>
</html>

We tried to change it to an embed code but could not figure out how to add the so.addParam, so.addVariable and so.

After 3 days of trying now we are looking to the pros for help.

If anyone can provide suggestions or show us how to use the embed to use all the information above it would be greatly appreciated. In the mean time we will keep trying.

Thanks for reading and helping.