Several errors with display the images in a random order.
1. If there is only 1 image you will receive a javascript error about the script running to long
2. If there are two images. Only 1 of the images will display everytime( the second one added).
3. If you add 3 images then it will rotate only the last 2 images.
I realize with 1 image it defeats the purpose of random but the script shouldn't error in any case.
Thank you for the support.
Note: I'm using version 3.2
Yes, The flash Image Rotators with the first option to randomize the images selected.
Actually #3 seems to be working on another site. I only have 3 items and all 3 are displaying.
I will have to test #3 further. It must have something to do with the large timing per image and fading per image.
Thank you Chad
After some more testing I think I figured out what the issue is with #3.
If you have 3 images with random turned on. It will never display the first image first.
What I've done is set the time per image to 36000 (in order to give a single image randomizer on page refresh)
However if I lower the timer to something normal to 5-10 seconds it will then hit the 3rd image.
Jon