been searching around trying to find some clues about an issue i’m trying to tackle. let’s say you have a set of dynamically created buttons that are based on an XML file. Let’s say there are 35 items in your XML file, and you only wanted to display 10 at a time, so that you’d have one set of buttons, like 1-10, then a “next” and “back” button, and you would see items 11-20 when you hit the “next” button, and so on…
i’m having trouble getting my head around the logic, much less the specific AS needed for something like this. i’ve gotten as far as creating the buttons based on an XML file, but that’s about it. i figured you could create an array which you can reference to find the number of items, but that’s as far as i got
any ideas?