Hello, i did the XML photo gall with thumbnails of the tutorial, but i having a problem with the thumbnails once i pull the gallery.swf file into another swf movie.
I using a content to pull this movie using a button and the following code:
on (release) {
_root.content.loadMovie(“gallery.swf”);
}
I noticed that i have to point the mouse beyond at the left into the galley movie to make the scroll move to the left, any clue on this issue please???