Hi,
I have a music website.
Formerly I used PHP to get all information out of a MySql Database. Information like, “projectname”, “Number of Tracks”, “Information”, “Track names”…
All this information was put in an Array.
Then the PHP read out the created Array one by one (Array[0], Array[1], etc) and processes a table with in that table all the info.
Now I try using flash. I have done all tutorials on this website about this subject, but I am still not sure how to do it.
I first let AS call to my PHP-file. This PHP-file pulls the information out of the database, and puts it in an array, just like it did before.
Now I want to copy the PHP-array into the FLASH-array, or at least I think this is the way to do it… I don’t know how though…
What I want is that I am able then to read out the array in flash, array[0], array[1], etc…
please help me out !! Thanks,
Zagrad