Sending Variables to .asp page... Please Help

I have been using flash for some time now but mostly for design/animation type stuff. Now I am getting into the variables and database related coding. I am using one of the “Quiz Templates” that is in Flash 8 Pro to make a quiz with. I am trying to send the results to an asp page that writes to a database. When the quiz is done, I want to run a script that sends the score and the user name to this asp page. Here are the 2 variable names that I was given from the creator of the asp page.

varScore
User_Name

Here’s my script. I know it can’t be right. I feel so new to this:

on (release){
loadVariables (“www.myURL.com/insert.asp","POST”)
}

thanks for your help.