Hi, I'm developing an XML thumbnail photo gallery and have everything working
out correctly except for the grouping of my thumbnails on the stage. I can
only display 9 thumbnail images at a time, and if I have more than 9 in my XML
data file I have a problem. What would be the best way to group my thumbnails
in sets of 9? How can I set a limit to the display of these thumbnails if say,
I have 20 thumbnail images? I was thinking of grouping the information into
arrays, but is this the only feasible way to go about it?
Muchas Gracias!
The Feldkircher - 01 Jul 2008 14:51 GMT
Hi
Why not use a scroll panel set to show 9 thumbs, then scroll the next set on demand, ie button press or rollover.
Hope it helps