Greetings!
I’ve been working with the photo gallery tutorial created by sbeener
I am trying to write code that will not only load externally stored jpgs (as the tutorial currently does), but will also simultaneously load swf files containing text descriptions into another movie clip. However, I’m having some trouble.
After I’ve added the additional code to load the swf files from a new array, when I test the movie, the jpgs cease loading when the swf files load.
I think I’ve located the source of my problems, I have two conflicting onEnterFrame commands, the latter of which I have illustrated in my code.
If anyone could take a look at my .fla file and give me some pointers on where I can go with this, I’d be indebted to you.