via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi, I'm having some troubles embedding Slideshow in my site. But I'm a newbe. Made a map 'monoshow' with 'images' and 'thumbnails'. As standalone it starts perfectly. But when trying it in my Pixariawebsite it doesn't work at all. I use a template for that called 'myindex.tpl. The script I use is :
<div id="monoSlideshow">
<p><strong>Please install Flash® and turn on Javascript.</strong></p>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("{$base_url}monoslide/monoslideshow.swf", "SOmonoSlideshow", "980", "350", "7", "#ffffff");
so.addParam("base", "monoslide/");
so.addVariable("showLogo", "false");
so.addVariable("showVersionInfo", "false");
so.addVariable("dataFile", "monoslideshow.xml");
so.write("monoSlideshow");
// ]]>
</script>
The script of 'index.html' is:
<!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>Monoslideshow 2.0 Example</title>
<script type="text/javascript" src="swfobject.js?v=2.2"></script>
<script type="text/javascript">
var flashvars = {};
var params = {allowScriptAccess: "sameDomain", allowfullscreen: "true", allowNetworking: "all"};
var attributes = {id: "monoslideshow", name: "monoslideshow", bgColor: "FFFFFF"};
swfobject.embedSWF("monoslideshow.swf", "flashContent", "800", "375", "6", false, flashvars, params, attributes);
var flashvars = {showLogo: "false", showRegistration: "false"};
</script>
</head>
<body>
<div id="flashContent">
<p>Please <a href="http://get.adobe.com/flashplayer/">install Flash®</a> and turn on Javascript.</p>
</div>
<p>If you encounter any errors loading Monoslideshow locally, please update your <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html">security settings</a> by adding the Monoslideshow folder to the trusted locations.</p>
</body>
</html>
I pasted this in 'myindex.tpl but it doesn't work.
So what do I have to do, can anyone help me please because I have to publish my site to earn some as photographer !!
Thanks
Roeland
my site www.photopa.nl
1 to 1 of 1