|
|||
|
hello
I have a problem I want to load several galleries in my flash movie and I am doing that by loading them externally into the main flash movie by buttons. the problem happens when I click the button that loads second gallery, third, etc on the same level or in a different one, again the first pictures are loaded... I switched them around, and I figured out that flash loads the same xml file all the time, deppending on which one is loaded first... (so it loads always the same xml data) even if I put them to different directories and give them different filenames the problem is not solved... i change the xml directory from the vs/image.as so then each movie i made read a different xml. It works fine if i open each movie separately, but when i do it on the main movie it loads always the first xml. can you please tell me how to make flash overwrite the previously loaded xml file on this file. I had done this stuff with other components i had purchased and always works fine. Thanks! |