Sending ARRAY from PHP to Flash

hi guys

i would like to send an array from php to flash
how does this work that i dont have to recreate the array in flash

you need to implode the array, and then use String.split in Flash :slight_smile:

thank you very much

But then you are recreating it…?!
Check out PHPObject: http://ghostwire.com/

Yeah, but that’s a bit of a waste if you’re just sending a simple list from PHP to Flash :wink: