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.
Bookmarks