;

PDA

Click to See Complete Forum and Search --> : load array into flash 5 from mySQL database


benyork
03-28-2001, 09:31 PM
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.

kost
03-30-2001, 03:52 AM
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