-
1. Re: spry slideshow with thumbnails
Ben Pleysier May 11, 2011 4:41 PM (in response to I Love Doing Websites)Set autoPlay to false
Gramps
-
2. Re: spry slideshow with thumbnails
I Love Doing Websites May 19, 2011 9:33 AM (in response to Ben Pleysier)it is false:
Spry.Widget.PanelSet.config = {
defaultPanel: 0,
autoPlay: false,
displayInterval: 4000, // msecsvisibleClass: "PanelVisible",
hiddenClass: "PanelHidden"
}Any other ideas?
-
3. Re: spry slideshow with thumbnails
John Waller May 19, 2011 12:15 PM (in response to I Love Doing Websites)it is false:
Not on line 157<script type="text/javascript">
// BeginOAWidget_Instance_2141543: #ImageSlideShowvar ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
widgetID: "ImageSlideShow",
widgetClass: "BasicSlideShowFS",
injectionType: "replace",
autoPlay: true,
displayInterval: 4000,
transitionDuration: 2000,
componentOrder: ["name", "title", "view", "controls", "links"],
sliceMap: { BasicSlideShowFS: "3slice", ISSSlideLink: "3slice" },
plugIns: [ Spry.Widget.ImageSlideShow.ThumbnailFilmStripPlugin ],
TFSP: { pageIncrement: 8, wraparound: true }
});
// EndOAWidget_Instance_2141543
</script>



