This is a discussion on "I need a slideshow with a loading message" within the JavaScript Forum section. This forum, and the thread "I need a slideshow with a loading message are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
I need a slideshow with a loading message
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I need a slideshow with a loading message
Hi there,
I have a website http://www.freewaymedical.co.uk/productsindex.php that has 5 slideshows that allow the user to browse through products. The site is in the process of a major overhaul and I want to change the way the slideshow works. Currently, I preload every image (40+) for the slideshows. What I want to do now to improve loading speed, is just load the first image for each slideshow and then just retrieve each message from the server as it is requested. I want to show a loading image each time the user is waiting for an image to be retrieved. Any ideas on how I could do this? |
|
|
|
|||
|
So you're looking for something like this?
http://www.dynamicdrive.com/dynamici...loadimage2.htm http://london-net.net/javascript/ima...tatus_bar.html etc http://www.google.com/search?q=javas...h+progress+bar |
|
|||
|
That is a good example, but thats not exactly what i am looking for. Basically, each time a user clicks next, the script will retrieve the next image from the server.While the next image is being retrieved, the user will see a loading message/image in the actual slideshow. When the image has been loaded from the server, the slideshow will display the loaded image.
I hope I am making sense. |
|
||||
|
Wouldnt it be better for the images to be pre-loading in the background (while the user is looking at the first image)
Why make the user wait, when there is no need?
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Yeah OK, that sounds like a good idea. The way I have it at the moment, the page doesn't display fully until all the images have loaded. How could I get the first images to display and then preload the rest of the images?
|
|
||||
|
You can use javascript to preload the images:-
Hope this helps.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
That is what I am doing at the moment.
I think that perhaps I will just continue to do it this way, but also tell the user what is happening. So I could do this as you first mentioned, with the progress bar or some splash screen. Thanks for your help. |
![]() |
| Tags |
| slideshow, loading, message |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slideshow help! | crg1 | Flash & Multimedia Forum | 3 | Jul 2nd, 2007 14:39 |
| slideshow custom nav | karloff | Flash & Multimedia Forum | 9 | Mar 27th, 2007 12:15 |
| Photo Slideshow | millerrs | Flash & Multimedia Forum | 2 | Jan 29th, 2007 08:10 |
| A photo slideshow? | millerrs | Graphics and 3D | 15 | Jan 26th, 2007 21:27 |
| Slideshow transition | GarethWilliams | JavaScript Forum | 0 | Mar 21st, 2006 10:43 |