Arrays from php to flash

Hi!\r\rAnyone knows how to send the whole array from php to flash using loadvariables? Well… i can send string and then use “split” to put variables into the array but is there any way to do it directly?\r\rgreetz\rfunky

splitting strings is pretty much the standard procedure for loading arrays. the default data type of loaded variables is ‘string’, so we’re pretty much stuck with it.\r:) \rjeremy