Hi All,
I have a question. I’m building a site that has 5 different pages. The layout on all 5 pages are exactly the same (except for the image and content). What I would usually do in this situation is create 5 movie clips, and put them all in one movie clip, add markers, and for the nav, I’d do a "gotoAndStop and that would be that. A friend of mine who’s an extremely good developer told me that - that is not a good way to do it. He advised me to create a template (the image and content holder), create an array of objects for the images and content and run a for loop to call the specific image and content to display the data and then go from there. I understand the concept of that but not really sure what that’s called or exactly how it works, but I’d like to know what everyone else is doing.