Code:
. . . xt/css" rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<style type="text/css">
#fadeshow2 {
width: 334px;
height: 252px;
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [334, 252], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/show/showcom01.jpg", "", "", ""],
["images/show/showres01.jpg", "", "", ""],
["images/show/showres02.jpg", "", "", ""],
["images/show/showres03.jpg", "", "", ""],
["images/show/showres04.jpg", "", "", ""],
["images/show/showres06.jpg", "", "", ""],
["images/show/showres05.jpg", "", "", ""]//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:1500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 1500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: "",
oninit: function(){
setTimeout(secondShow, 2000);
}
})
function secondShow(){
window.mygallery2=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [334, 252], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/show/showres07.jpg", "", "", ""],
["images/show/showcom02.jpg", "", "", ""],
["images/show/showres08.jpg", "", "", ""],
["images/show/showres09.jpg", "", "", ""],
["images/show/showres10.jpg"] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:1500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 1500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
});
}
</script>
Bookmarks