DHTML Load (Bounded) - Carousel

An array of images is viewed sequentially. The Carousel's size parameter is set to 17. This demonstrates the correct handling of adjusting scroll amount to not scroll past beginning or end. It also demonstrates how to disable/enable next/prev controls when limits are reached. Here is the additional configuration parameter to set the size of the carousel:

	size: 17
	
	OR
	
	carousel.setProperty("size", 17);
View the source or documentation