paging recordsets in flash
- Started
- Last post
- 3 Responses
- jslr
Anyone got any links for paging records in flash? I can imagine a few different ways that might work, but wondering if anyone's passed by any tutorials that might push my thinking...
- atze1870
if you think of prev/next buttons, its damn easy:
you need one prev & one next button, one "page" with dynamic textfields where you display your records and a variable that carries the current first displayed records id in the array. when the next button has been clicked, just fill the textfields with the data from the next records... if required i can pass you a small tutorial movie tommorrow.
- jslr0
thanks atze - I'm sure the tute will be useful. I'm working out how to page through a list of items that I'm loading into flash from XML. Just getting my head around it, but it's like juggling (actionscript, xml, dynamic generation of movieclips....) - it's getting a little difficult to keep it all up...
- jslr0
thanks atze - I'm sure the tute will be useful. I'm working out how to page through a list of items that I'm loading into flash from XML. Just getting my head around it, but it's like juggling (actionscript, xml, dynamic generation of movieclips....) - it's getting a little difficult to keep it all up...