Hello!

This is my 1st time doing Flash + ASP integration.

Each time i see a tutorial using this 2, all i see is: Flash has dynamic
fields with var named the same as the one in ASP. Then it sends data to ASP and
he returns the var value and it is written in that var dynamic field.

My question is:

Can i start my vars as Strings (not using those dynamic fields), send the data
to ASP, ASP returns as i will stay with the value inside my 1st var?

Example:

var myVar:String = new String();

loadVariables ("myAsp.asp", "this", POST);

// if i have a myVar being send from asp i will get here the result:
// myVar = something coming from ASP?

If someone did not get what i want please tell i will try to explain again :p
Thanks!