kd_121
11th of March 2003 (Tue), 02:38
Hi Pekka and everyone else...
What do you think about a slideshow feature for EE? While I'm not the biggest fan of slideshows (would rather thru the images at my own speed), I think (as well as a few friends) it would be a great option to have.
I have searched this board, and nothing came up, so it seems no one has discussed it yet.
Seems it could be done very simply with the page redirect code linked to the next photo.
function goNow() {
document.location=_l;
}
function setUp() {
setTimeout("goNow()",_time);// 1 seconds
}
var _l = "http://www.yourwebsite.com/gallery/photolinkhere";
var _time = 4000;// msecs.
onLoad='setUp()';
A button/link could start it on the the main index, exhibition index as well as individual photo pages.
You could also have a few settings adjustable for it by the user or in the admin:
1.) time var.
2.) normal view or blank screen.
3.) random order
What does everyone think?
Best,
Kd
What do you think about a slideshow feature for EE? While I'm not the biggest fan of slideshows (would rather thru the images at my own speed), I think (as well as a few friends) it would be a great option to have.
I have searched this board, and nothing came up, so it seems no one has discussed it yet.
Seems it could be done very simply with the page redirect code linked to the next photo.
function goNow() {
document.location=_l;
}
function setUp() {
setTimeout("goNow()",_time);// 1 seconds
}
var _l = "http://www.yourwebsite.com/gallery/photolinkhere";
var _time = 4000;// msecs.
onLoad='setUp()';
A button/link could start it on the the main index, exhibition index as well as individual photo pages.
You could also have a few settings adjustable for it by the user or in the admin:
1.) time var.
2.) normal view or blank screen.
3.) random order
What does everyone think?
Best,
Kd