Sending a var from fla to asp help please

Hi i’m trying to load a variable from a flash file to an asp page (this is the first time ive attempted such a thing), i’ve been looking through tutorials about this and it all kind of makes sense and I’m told to enter this line of code within flash

Load Variables (“myscript.asp”, 0, vars=POST)

But it always brings back this error msg

Error Scene=Scene 1, layer=Layer 1, frame=1:Line 14: Method name must be GET or POST
loadVariables (“myscript.asp”, 0, vars=POST)

Total ActionScript Errors: 1 Reported Errors: 1

I’m slightly lost, can anyone help?

thanks.