Hi,
I have the following problem: I am loading a flash movie into another flash movie (actually into the MonoSlideShow). I can only place the different movies I want to load in a single folder called images but it can’t containt subfolders. This would be no problem since I could give every movie inside the images folder a different name. However each of those movies loads an XML file. In the future I do not want to touch the FLA files and if I add another movie into the images folder it should automatically load the correct XML file (which by the way all are placed in the same folder as the movies). So since I don’t know what the movies are going to be called or how many there are going to be I can’t specify the correct XML filename in advance! So my question is: can I specify a variable that changes according to the filenmae of my swf file (example: filename of the swf file = test1 so then the swf movie knows that it should load the XML file test).?
Thanks,