I am writing an xml file, with php. This file is then parsed by flash, and the image url is loaded into a movie clip using “loadMovie”.
My problem is, I have a function that is reloaded every 10 seconds, but everytime the function runs the image is reloaded. I am trying to write something that checks the url of the movie and if it is the same as the old one, don’t reload the image. Can this be accomplished? If so, how?
Thanks in advance for your help!
-matt