Results 1 to 3 of 3

Thread: Image loading on IE

  1. #1
    Join Date
    Sep 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image loading on IE

    1) Script Title: DHTML Slide Show Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...dhtmlslide.htm

    3) Describe problem: In Safari and Firefox images are preloaded in the sequence indicated in the image number eg. photos[1]="pic1" etc.
    However, Internet explorer appears to load them randomly. Thus if you have a lot of images (like me) the first ones are not neccesarily ready when you begin to manually click through them with the 'forward' link and you miss some without knowing it.

    Is there anyway to instruct IE to load them in chronological order?

    My page.....http://www.photojournal.co.uk/HomePage.html and click the 'images' link to see what i mean...

    Thanks in advance anyone who can help

    Tim

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    The script says it's IE5+ compatible... There shouldn't be a problem....
    - Mike

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I just tried and didn't experience that in IE but, that may have to do with my having a very fast connection. However, as far as I know, the order in which the images are made available to the browser has more to do with the server than with the browser. So, it may be just dumb luck as to what order they are served in. One thing that I've noticed at other times though is that - say you use a server side script to load the images, then what matters is the order in which they were loaded into the directory on the server. So, that's the one thing that you could try. Delete the images from the server, then upload them again, one at a time, in the order that you want them to be served.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •