Hi Mr K! I must say you are very good at getting back to your fans! Excellento!
I changed the original call to an “onload” in the body tag and it now works perfectly across all my PC browsers. Yay!
I took a look at your beautifully executed examples. I had actually been through these when planning my slider. I wanted to achieve a couple of extra things with mine. I wanted to be able to make mine cycle a large number of images easily without having to recode. But I didn’t want to have to load them all at startup. So my next image always loads during the wait time. All I need to do is set the total number of images and add files to the folder with the correctly numbered filenames. I could have made it automatically count the files like my Pics page code does, but its easy enough this way too.
My choice not to use setInterval or SetTimeout was so that the javascript part only runs for a microsecond each cycle and the rest was handled by the browser.
Now for the video player. As a nice bloke I know always says - onwards!!