Originally posted by RandomBeast
Sure, find the line (kinda near the bottom of the script) that says
window.location.href = Buttons[ i ].firstChild.href;
and replace it with
setTimeout("window.location.href = '" + Buttons[ i ].firstChild.href + "';",3000);
the last number (3000 in this example) is the number of milliseconds to delay before loading the next play. 1000 would be 1 second. I set my delay to 3 seconds.
edited to add: take out the spaces in the [ i ] - the forum translates that into italics.
can you excuse my retardation and PM me a copy and pasted version of what your version says. i dont want it to extend the page of this thread to much.
Sure, find the line (kinda near the bottom of the script) that says
window.location.href = Buttons[ i ].firstChild.href;
and replace it with
setTimeout("window.location.href = '" + Buttons[ i ].firstChild.href + "';",3000);
the last number (3000 in this example) is the number of milliseconds to delay before loading the next play. 1000 would be 1 second. I set my delay to 3 seconds.
edited to add: take out the spaces in the [ i ] - the forum translates that into italics.
can you excuse my retardation and PM me a copy and pasted version of what your version says. i dont want it to extend the page of this thread to much.






























