|
General Details
|
|
JavaScript
|
|
Posted 1.2 Year Ago
|
|
624 Views
|
|
Received 0 Ratings
|
|
Picture Slideshow
Description
There are 3 links;
Start - Starts the slideshow
Pause - Pauses the slideshow
Stop - Stops the slideshow and returns back to the first image
There will also be 3 image previews of the images in the slideshow. Clicking the thumbnail images will skip the slide show to those pictures and will carry on from there if the slideshow has started.
Technical
Copy and paste the source code in to a .html file, then place 3 images named 1.jpg, 2.jpg, and 3.jpg in the same folder (not inside an images folder or alike).
There are some variables you can change to customize the slideshow
var timer_id = '';
var instant_switch_on_start = false;
var wait_time = 2;
var total_images = 3;
Load up the html file and you will be presented with the following (see description)
Source Code
Comments
| Please login to post comments. |
|
|
Your welcome, glad it has come of use to you. Though you did not rate it? lol
Kind regards,
Scott
|
|
|
Nice code... this is what i was after exactly! Thanks buddy.
|
More "JavaScript" Source Codes By This Author
Recently Posted "JavaScript" Source Codes
Recently Rated "JavaScript" Source Codes
|