Question
Need a XML created
Hi, I have a flash site with a slideshow
here.
The slideshow grabs the images from external JPG files. here are source files for the slideshow
you can find all the files for the site here
Everything works fine, I just need to be able to especify the number of images using an XML file. right now, I have to open the FLA in my flash software and change the number of images from there. That's really a pain! I really appriciate any help in this regards.
Here is the line that I change when I want to change the number of images.
numimages = 16;
I just need this to be done with the external .XML file.
The slideshow grabs the images from external JPG files. here are source files for the slideshow
you can find all the files for the site here
Everything works fine, I just need to be able to especify the number of images using an XML file. right now, I have to open the FLA in my flash software and change the number of images from there. That's really a pain! I really appriciate any help in this regards.
Here is the line that I change when I want to change the number of images.
numimages = 16;
I just need this to be done with the external .XML file.