Groups | Blog | Home
all groups > flash data integration > january 2006 >

flash data integration : LoadVars & Array


MaFreeman33
1/6/2006 11:58:48 PM
I have script working and sending varaibles to PHP script using LoadVars and GET
It returns an XML file which I think is fine and dandy.

But... I'd like to send an array as a variable and can't seem to get that to
work

Anyone done this succesully or have any ideas?

Thanks in advance
ekameleon
1/7/2006 1:15:19 AM
Hello :)

with LoadVars you can only send a String !
If you want serialize an Array use JSON : http://www.crockford.com/JSON/

Or use AMFPHP and Flash remoting .. it's more easy :)

PS : sorry for my english ^_^

bye :)





MaFreeman33 a écrit :
[quoted text, click to view]
kaunietiz
1/8/2006 9:14:31 PM
Or

AddThis Social Bookmark Button