Flash and Database

hi,

My Question:

Can we send variables to ASP page without opening the ASP file?

I am using Flash, Access Database and ASP as backend.

I have two text fields in Flash Movie with variable names firstname and last name. I have a button which has got the following script:

on(release){
getURL(“http://localhost/mypage.asp","_blank","POST”);
}

I am successful in sending variables to Access database and save it.

But I don’t want to open the ASP page when I press the button.

i tired using loadVariablesNum and the result is same.

Is there any way to save the data in access database using asp without opening ASP page?

Prathap