fabriceunko
04-23-2010, 12:32 PM
Hello, on my site also it does not work?
www.santonspeyroncampagna.com
why?
jscheuer1
04-23-2010, 01:59 PM
Please post new questions in a new thread like here where I've moved this, and:
Warning: Please include a link to the DD script(s) in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) for the proper posting format when asking a question.
I don't see any Dynamic Drive script on the page you linked to in your post.
fabriceunko
04-23-2010, 05:51 PM
sorry. excuse me ...
1) Script Title: Ultimate Fade In Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
my page with script Dynamic Drive is : http://www.santonspeyroncampagna.com/boutique/upload/index.php
thanks for help me
jscheuer1
04-24-2010, 12:07 AM
In your on page call:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
See the two:
'
Those somehow got altered, they should be single quotes ('), that line should look like:
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.