Hi all,
This is my first post here, I hope it won’t be the last…
I have been working with the famous gallery tutorial and I added to the code another array of external text files with the caption for each picture. That is working well now (file name is gallery.swf). Now then, I have another movie (called album.swf) with just a title, a movie clip and 5 buttons (used as a category menu). I want to load the external gallery.swf file into the movie clip when each of the button is clicked. The code I am using for each button(trigger) is:
on (release) {
_root.contents.loadMovie("c:/akipus/fla_files/gallery.swf");
}
Even though I am putting the complete path to the file, the only thing that shows up is the first picture of the external movie clip (gallery.swf).
I’ll just post the fla file here so if someone can help me I will appreciate it. I hope I made myself clear… Thanks in advanced.