Re: Can I disable the slideshow from starting automatically?

  •  05-18-2010, 4:14 AM

    Re: Can I disable the slideshow from starting automatically?

    davidjpage:
    I want image gallery not to start the slideshow automatically, can this be turned off?
     
    Hi davidjpage,
     
    Try this way
     
    1. Open file "CuteSoft_Client\Gallery\Layout\SlideShow\Code.js"
     
    2. Find section below (Around line 58)
     
    this.playing=false;
     
    Change it to
     
    this.playing=true;
     
    Regards,
     
    ken
View Complete Thread