Hey, i've started my first site by myself. it's at www.mkfolio.co.uk/martybell/
i'n trying to use the slideshow as a page component, as shown here: https://www.photo.gallery/imagevue/pagec ... mple1.html
i've used the same source code as in that example, except changed the location of the image folder, and the width and height.
my code for my index.html file is as below..
<head>
<script></script>
<title>martybell dot co dot uk</title>
<meta>
<meta>
</head>
<body>
<p><a href="http://www.martybell.co.uk/"><img></a><a href="http://www.martybell.co.uk/"></a></p>
<br><br><br><br><br><br>
<div id="slideshow">
slideshow should be here!
</div>
<script>
var so = new SWFObject("http://www.mkfolio.co.uk/martybell/upload/slideshow.swf", "mymenu", "800", "500", "7", "#FFFFFF");
so.addVariable('path','http://www.mkfolio.co.uk/martybell/upload/showimages/');
so.addVariable('autoscale','false');
so.addVariable('minmargin','0');
so.addVariable('startimage','false');
so.addVariable('backimage','false');
so.addVariable('framewidth','false');
so.addVariable('framecol','FFFFFF');
so.addVariable('innerframewidth','false');
so.addVariable('frameshadow', 'false');
so.addVariable('transition', 'fade');
so.addVariable('sfx', 'false');
so.addVariable('audio', 'false');
so.addVariable('showmaincontrols', 'false');
so.addVariable('altcontrols', 'false');
so.addVariable('imagepopinfo', 'false');
so.addVariable('showpreloader', 'false');
so.addVariable('showaltpreloader', 'false');
so.addVariable('showtimer', 'false');
so.addVariable('displayimageindex', 'false');
so.addVariable('displayname', 'false');
so.write("slideshow");
</script>
</body>
</html>
it could be a really small problem but it's driving me up the wall that i can't find it out myself!
and yeah i know how dodgy all the "<br>"s are haha it was just a quick fix!
help would be greatly appreciated!
thanks alot, marty