Ive got what I think is an easy problem but Im new to Actionscripting.
Im trying to pull the Top Five Press Releases out of my Database and put them into an Array that Flash can loop over.
Im successfully getting a Variable called PRTitle out of my database, but I cannot seem to get it into the array. And then how do I increment it so the next item in the array is PRTitle2..etc...
Flash can't read array form outside sources, so you have to break the area in pieces en build it again in flash or use the XML object en build a function to loop the xmldata or to convert the xmldata into an array.
maybe if post the string with wich you are pulling data i can help U better.