Hi,
I am trying to connect a database (Access) to Flash via PHP.
Using various tutorials, I have been able to obtain a recordset, which is retrieved as an array.
I have then been able to parse this data into flash by loading any arrays using the 'loadVariables' function.
I have even been able to display 10 records at a time by dynamically duplicating a movie that stores the parsed data.
My problem is that I am unable to retrieve further or previous records by the use of next or previous buttons in Flash. In addition, I am having trouble telling these buttons which set of records to retrieve each time they are clicked.
Has anybody encountered similar problems, and if so, do you have any possible solutions?
Thanks in advance for anyone who cares to help.
Orion13