ASP Flash Form Results Help

Ok, I have a flash form that I created that is getting posted to an asp page. On that asp page I have a calculation occuring of how much it will cost the user depending on the selections they pick. I have an estimate price button that the user clicks which will cause this asp site to be launched. My problem is I want to be able to display the total cost to the user on the Flash Movie. I have a variable called “flashtotal” in the asp file and a dynamic text box in flash called “flashtotal” but I dont know how to show it.

You can download both files here.

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 flash file just for ease of use.