I'm planning to use flash image rotator based on xml where are defined paths from all images that will be rotated. What I wanted to do is to use this rotator for random images rotating. Each time page is refreshed new xml file is created (existing one is replaced with new one). Well, I was thinking and came to this: - user A visits page, a xml file is created with paths to some random 10 images, images are starting to rotate - while user A is watching slideshow, user B comes to page and then existing xml is being replaced with new one. Will this effect user's A slideshow?
To be more concrete: Does flash file first reads whole xml file, stores it in it's memory and reads from memory or it reads first line of xml and executes it, then second line and executes it and so on...