nightwing79
04-19-2003, 06:33 AM
Hi!
I want to do a POST from within Flash to a URL which then returns me a set of values but not in the Flash required format (i.e. var1=value1&var2=value2 ... I get the set of returned values in the following format [ ]var1 = value1 \n\r var2 = value2 \n\r ...
I was trying to read the returned values into flash as a block of text and then later use misc. functions to parse and retrieve the values. I believe I can read the returned values into flash using the LoadVars() function.
But my problem is that I have to do this in Flash 5 (which doesn't support the LoadVars() function)
Is there any way I can achieve the desired results in Flash 5
Thanks and regards
Nightwing :)
I want to do a POST from within Flash to a URL which then returns me a set of values but not in the Flash required format (i.e. var1=value1&var2=value2 ... I get the set of returned values in the following format [ ]var1 = value1 \n\r var2 = value2 \n\r ...
I was trying to read the returned values into flash as a block of text and then later use misc. functions to parse and retrieve the values. I believe I can read the returned values into flash using the LoadVars() function.
But my problem is that I have to do this in Flash 5 (which doesn't support the LoadVars() function)
Is there any way I can achieve the desired results in Flash 5
Thanks and regards
Nightwing :)