PDA

View Full Version : arrays from php to flash



funky
April 27th, 2002, 09:40 AM
Hi!

Anyone 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?

greetz
funky

sinfiniti
April 27th, 2002, 01:22 PM
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.
:)
jeremy