Sending form results to a flash movie

Ok I have a very cut and dry flash form I created down below. It is sending all the variables to an asp page and doing a calculation process of a total price by pressing the ESTIMATE PRICE button. That is all working fine. Now I want the results to be shown in my flash movie. I have a dynamic text box with a variable name attached which matches the variable name in my asp page but I dont know how to tell flash to show the information when the asp page is done calculating.

Here is the live version.
http://www.flirtmafia.com/dsp/form.html

Here are the files for download use:
http://www.flirtmafia.com/dsp/form.fla
http://www.bizproducer.com/dsp/processForm.asp

And currently I just specify the flashtotal variable = 300 in the asp file file just for ease of use. But I still cant get it to show up in flash after I click on the ESTIMATE PRICE BUTTON.