AS problem.
AS problem.
Out of context: Reply #3
- Started
- Last post
- 10 Responses
- nosaj0
The image names are pulled from an XML doc that will have a changing number of photos. I need to be able to dynamically load the photo's into a movie clip (kind of like a slide show running in a loop).
So the clip loads the value of image1, then 10 seconds later the value of image2 etc... I want it to stop when it hits the end of the list which is generated by counting the items in the XML file. if I can kee the number at the end of image dynmic I can compair it to the number od the items in the XML file and then stop when they are equal to each other... IF that makes sense.