Hi,
I want to add a combo box to the scrolling thumbnails tutorial.
http://www.kirupa.com/developer/mx2004/thumbnails.htm
The combo box will act as photo categories and when selected will show different pics. i.e
Main (10 pics)
Rooftops (3 pics)
Mirror(1 pics)
I assume I can just create 3 seperate xml files but I’m not sure how to load these from a combo box. As well how would I be able to reload the thumbnails?
I would greatly appreciate some help. My code is exactly like the tutorial.
I’ve included what I’ve been testing below. First I tried with making a button for a category (rooftops) and I can succesfully get the 4 images to load when selected but I still can’t get the thumbnails to come up properly. Initially the flash loads the 10 main pictures with corresponding 10 thumbnails. When I click the rooftops button I get the 4 corresponding pictures and there should be only 4 thumbnails but I still get the 10.
Any ideas? I’ve tried working with buttons but have decided to use a combo box because it looks cleaner. Sorry for rambling.