PDA

View Full Version : how to disable redirection in flash ?



olcorado
October 15th, 2002, 12:52 PM
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.

bit-101
October 15th, 2002, 04:51 PM
use loadVariables or loadVars. this will send the data to the script and load the return values into flash, rather than the html page.