Is it possible to pass a list of names (coming from a dynamic page drawing from a database) as a string usingloadurl method in as…
For example: name=bill&name=sandy&name=Mary… etc.
And use for each to parse and list out all the names in list such as:
Bill
Sandy
Mary
Inside a text box?
I have done simple tests and can display cars but can’t get my head around the for each loop syntax exactly. Can anyone shed any light on it for me? Also, are there limits to the length of what I can pass to flash as sting/value pairs like this? Like number of characters, etc.