Submitting Form: No Page Reload

I’m sorry if this has been submitted before but I looked through the results I found for Form Submit and nothing seemed to be what I was looking for.

I want to have a form in my flash file. On submit I want the data to be updated in the DB, but I don’t want to call another page like what you would do with a GetURL command. I know I have seen flash sites that don’t seem to reload anything or submit to an external page.

How can I submit the form data without the user knowing that the page they are on went anywhere else… ie no clicking and no changing?

they probably use the LoadVars class then, send or sendAndLoad. If that’s what you mean.