Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow (v2.1) not working on Chrome

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v2.1) not working on Chrome

    1) Script Title: Ultimate Fade-in slideshow (v2.1)

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

    3) Describe problem:
    Hi guys.

    My slideshow works fine on Chrome locally (file:// and localhost), but when on my domain, it only shows the "loading" picture. Firefox and IE are fine, both locally and onlie.

    The address is: http://www.eventus.com.br/en/index.htm

    I have tried to use absolute address (full domain) for js files and pictures inside fadeslideshow_gallery.js but the error remains.

    Here is my fadeslideshow_gallery.js:
    Code:
    /* Ultimate Fade-in slideshow (v2.1)
    * Last updated: Sept 10th, 2009. This notice must stay intact for usage 
    * Author: Dynamic Drive at http://www.dynamicdrive.com/
    * Visit http://www.dynamicdrive.com/ for full source code
    */
    
    //20100217 (tiagoclaus)
    //- separado código do principal, para facilitar troca de imagens (arquivo referenciado em index, quem somos, objetivos, o que fazemos.
    
    var mygallery=new fadeSlideShow({
    	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    	dimensions: [274, 158], //width/height of gallery in pixels. Should reflect dimensions of largest image
    	imagearray: [
    		["./images/banner/20100515_diabetes2010.gif", "http://www.eventus.com.br/diabetes", "", ""],
    		["./images/banner/20100528_cbeclin2010.gif", "http://www.eventus.com.br/cbeclin2010", "", ""],
    		["./images/banner/20100813_geophysics2010.gif", "http://www.geophysics2010.org", "", ""],
    		["./images/banner/20100827_senam2010.gif", "http://www.senam.org.br", "", ""],
    		["./images/banner/20100929_inconicmaa2010.gif", "http://www.nutrigenomicabrasil.org/congresso", "", ""],
    		["./images/banner/20101030_slep2010.gif", "http://www.eventus.com.br/slep2010/portuguese", "", ""],
    		["./images/banner/20110916_isan2011.gif", "http://www.eventus.com.br/isan2011", "", ""] //<--no trailing comma after very last image element!
    	],
    	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:true},
    	persist: true, //remember last viewed slide and recall within same session?
    	fadeduration: 1500, //transition duration (milliseconds)
    	descreveal: "ondemand",
    	togglerid: "fadeshow1toggler"
    })
    Also attached my index.htm. But I have a feeling that it is something related with my domain provider... I don't know.

    Thank you all.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    In Chrome 4.x at least, the slideshow is working for me on your page. Which version of Chrome/OS are you having issues with?
    DD Admin

  3. #3
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    In Chrome 4.x at least, the slideshow is working for me on your page. Which version of Chrome/OS are you having issues with?
    this is really weird... it is now working for me too. anyway, thank you for the reply.

    btw, I am using chrome 4.1.249.1036.

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
  •