Hi Moonglobe:
1) As you may probably know, there is a limit to the characters that can be appended to the URL (GET METHOD) 200 plus characters? I forgot, but i know it is limited... my Flash Application Form would carry a question and answer portion as well, so you can imagine how big the data i need to pass.
2) In flash, you can pass variables easily by just specifying:
loadVariables("script.php",this, "POST");
This function gathers all the variables on a specified level and sends it to script.php... I dont want to have to manually appened all the variables to the link...