Results 1 to 2 of 2

Thread: How to play the loading image before slides play?

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

    Post How to play the loading image before slides play?

    1) Script Title: Ultimate Fade In Slideshow v2.0

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

    3) Describe problem:
    I have put "Ultimate Fade In Slideshow v2.0" on my website. Because of the images sometimes load slow. I would like to ask, how to play the loading images before those slides playing? What should i amend in the code in order to play the loading image? Can you show me? Thanks!

  2. #2
    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

    If you haven't already, grab the loading image (right click and 'save as'):



    or:

    http://www.dynamicdrive.com/dynamicindex14/loading.gif

    Upload it to the same folder as the page.

    Put this in the head of the page:

    Code:
    <style type="text/css">
    #fadeshow1, #fadeshow1 .gallerylayer {
    	background-image: url(loading.gif) !important;
    	background-repeat: no-repeat !important;
    	background-position: center !important;
    }
    </style>
    or add its rules to an existing stylesheet for the page where fadeshow1 is the wrapperid for the slideshow.
    - 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
  •