I found the code I was looking for in a previous post from John. If you want to add a slide advance with a mouse click, add this function:
Code:
displaymode: {type:'auto', pause:10000, cycles:0, wraparound:true, randomize:true},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 1000, //transition duration (milliseconds)
descreveal: "",
oninit: function(){
var ss = this;
this.setting.$wrapperdiv.click(function(){ss.setting.ismouseover = false; ss.showslide('next'); ss.setting.ismouseover = true;});
},
togglerid: ""
Bookmarks