I am using Flash 8.
I have loaded all my image names into a target movie clip. I then copied all the image names into an array.
I am not sure how to load in the images that are sitting in the same folder as the .swf file, into separate movie clips and display them to the screen.
Can someone point me in the right direction.
Thanks
I have loaded all my image names into a target movie clip. I then copied all the image names into an array.
Code:
loadVariables("Slideshow.txt", target_mc);
for (i in target_mc) {
arrPicNames[i] = target_mc[i];
}
Can someone point me in the right direction.
Thanks