Results 1 to 6 of 6

Thread: step carousel viewer

  1. #1
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default step carousel viewer

    http://www.dynamicdrive.com/dynamici...epcarousel.htm


    can any one tell how to put a preloader image until all the images in the slider are loaded....like when a person opens the webpage he should always see the slider images completely loaded and until that he should see the loader image...please can any one help me with this thing....

  2. #2
    Join Date
    Aug 2011
    Location
    both, Germany and Bulgaria
    Posts
    54
    Thanks
    14
    Thanked 10 Times in 10 Posts

    Default

    Could you please post a link to your site and tell us also, where do you like the preloader sign to show??

    Cheers

  3. #3
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i havent uploaded the website yet....but i would like to see the gif loader image right in the centre of the slider....please tell me how can i do that

  4. #4
    Join Date
    Aug 2011
    Location
    both, Germany and Bulgaria
    Posts
    54
    Thanks
    14
    Thanked 10 Times in 10 Posts

    Arrow

    As long as I've understood the code of the carousel, there is no option included, to show the loader during pictures loading, and only for AJAX requests.

    Within the carousel options, I've noted this one:

    oninit:function(){
    //custom code here
    }

    Maybe you can use this, if you have shown one custom loader and hidden all the images at the beginning.

    Other option is, that you can use the onload event for a new Image(), which occurs after the image is completely loaded. So on page start, you're showing the custom loader and after img load, you hide it and show the complete image(s).

  5. #5
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can u give me the exact code for it....

  6. #6
    Join Date
    Aug 2011
    Location
    both, Germany and Bulgaria
    Posts
    54
    Thanks
    14
    Thanked 10 Times in 10 Posts

    Default

    Maybe, if you first upload your site... just for my ease, not to create the whole site from scratch...

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
  •