breham
06-18-2009, 04:02 PM
1) Script Title: Iframe Scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/iframe-scroller.htm
3) Describe problem: Is there any way that I can put a pause in between each item on the scroller?
I've tried <?php sleep (3);?> in between each item but that ends up running before the javascript and therefore the scroller doesn't start for 15 seconds.
I'm guessing there's nothing I can do within the javascript as that reads the datacontainer div all in one go, so I'm hoping there's something I can do within that div using php, javascript or anything else anyone can think of?
Any ideas gratefully received.
Brett
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/iframe-scroller.htm
3) Describe problem: Is there any way that I can put a pause in between each item on the scroller?
I've tried <?php sleep (3);?> in between each item but that ends up running before the javascript and therefore the scroller doesn't start for 15 seconds.
I'm guessing there's nothing I can do within the javascript as that reads the datacontainer div all in one go, so I'm hoping there's something I can do within that div using php, javascript or anything else anyone can think of?
Any ideas gratefully received.
Brett