I'm trying to load an array of numbers into flash from a field in a mySQL table that contains that same array of numbers.
How can I do this from within flash... php?
Any help is much appreciated.
Printable View
I'm trying to load an array of numbers into flash from a field in a mySQL table that contains that same array of numbers.
How can I do this from within flash... php?
Any help is much appreciated.
You need to load variables as numered sequence and then transform copy them into an array.
Or you can load string like "34,67,89,34..."
and transform it to array using split(",") function