I have a flash control in a windows form. I am wondering if there is a way to get all the variables in it. I know I could probably "guess" (bruteforce) the variables using getValue(variablename), but I'd prefer if there way a way to get the variables without having to guess them.I have a flash control in a windows form. I am