I have managed to configure the XML with Flash thumbnail photogallery the way i want and it works fine.
However the problem is how to incorporate this gallery into my flash site. I would have to save this gallery as a movie clip then i can import the movie clip into the library.
I highlighted all the layers in the photogallery and pressed F8 then saved as a movie clip named page3. I then copied this movie into my flash site but the gallery is blank???
He’s an idea…
If the gallery works on its own just export that as an swf then import it into you main website. This will cut down on the time it takes to open via the web and its much easier than changing all the code around. Here’s what you need to do once you have the gallery.
Before we start lets assume that the gallery swf is called “gallery.swf”
1, Ok - In your main website fla create a new movieclip , dont put anything in it tho as we are just using it to hold the gallery swf.
2, Drag the your new mc onto the stage and give it an instance name of ‘container’.
3, On the main timeline add the below code…
loadMovie("gallery.swf", "container");
This imports the gallery.swf into your container movieclip.