Hi MSWebService ,
1. Open file "\aspgallery\resources\Layout\SlideShow\Code.js"
2. Find section below
if(this.playing)
{
this.SetPlayTimeout(this.PlayOnTimer,this._speed*1000,"PlayOnTimer");
}
3. Change to (the red code, 1000 mean 1 second)
if(this.playing)
{
this.SetPlayTimeout(this.PlayOnTimer,1000,"PlayOnTimer");
}
Regards,
Ken