Hello,
I’m using the slideshow gallery with thumbs and a combo box to load different XML pages into the gallery.
The problem I’m having is that the first XML doc. has 11 nodes and the second has 12. when the second XML page is loaded the last thumbnail is #12 in the first XML file (in other words the thumbnails go 1 - 11, and then an extra thumbnail appears from another XML file). when you click on the thumbnail it does not show the larger version. but I can’t get rid of it.
I think I need some code to remove the last loaded XML doc before i load another. If anyone knows anything about this any help would be appreciated.
Thanks for the reply.
The gallery is loading the XML file “A” when the page opens. when the user selects XML file “B” from a combo box it loads into the gallery.
the problem is that the last thumbnail from file “A” is showing when file “B” is loaded.
I assume that it is doing this because “B” is one node shorter (if I delete another node in file “B” the last 2 thumbnails from file “A” will show.
I also assume that I need some code to remove file “A” before loading another file. I think it is replacing the nodes of file “A” with the nodes from file “B” and since file “B” has one less node it cannot replace all the nodes from file “A”
So I think all I’m looking for is the code to remove the XML file, so I can load the next file.
I was trying not to post the files, because there are at least 2 xml, an fla. and all the images and thumbs. But if you guys still don’t know what i’m talking about I will, so let me know.