Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP.Net Image Gallery
»
Can I disable the slideshow from starting automatically?
Can I disable the slideshow from starting automatically?
Last post 05-18-2010, 1:03 PM by
davidjpage
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
05-17-2010, 9:02 AM
61056
davidjpage
Joined on 02-16-2009
Posts 17
Can I disable the slideshow from starting automatically?
Reply
Quote
I want image gallery not to start the slideshow automatically, can this be turned off?
05-18-2010, 4:14 AM
61087
in reply to
61056
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Can I disable the slideshow from starting automatically?
Reply
Quote
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
05-18-2010, 1:03 PM
61109
in reply to
61087
davidjpage
Joined on 02-16-2009
Posts 17
Re: Can I disable the slideshow from starting automatically?
Reply
Quote
That worked, thanks.
Note: IE required me to delete temp files before it would work.