How do I receive an array from flash vars?
So I have HTML page. with a flash app on it. I want to send an array to flash.
How do I do such thing using flashVars (I have something like uid=12&sid=12&sid=32&sid=12&sid=32) so I need to get dynamic\random\beeg\unknown number of Sid's while not losind UID. How to do such thing?
btw I want to pass in an array of values and have it recognized by Flash as an Array object;
For example, with POST and GET requests an array is formed as "field[]=value&field[]=value" etc.
If you could join the sid's into a comma-delimited string, then you could split them in the actionscript.