How to disable redirection in flash?

I want to send form data from flash to my email through cgi.but i do not want to get the page redirected I want to display a message or data submission inside flash only.Please help.

use loadVariables or loadVars. this will send the data to the script and load the return values into flash, rather than the html page.