How to send data to ASP page?

Whats up guys?
ok i am stumped on this, i am trying to send data to a ASP page.
i am trying to track a flash movie.
the asp page is already set up. but i have tried everythign in my knowledge to get this to work.

this is the code i am using…
on timeine i have
myLoadVars= new LoadVars();
myLoadVars= “”;

on (release){
_root.myLoadVars=“gantz”;
loadMovie(“flash/gantz.swf”, 4);
_root.myLoadVars.send(“trackflashmovie.asp”,"",GET);
trace(_root.myLoadVars);
}

If youc an help please give me an answer thanks!

Hello, I’m in the same page.

I’m trying to send data to an .asp page.

I have 5 different movies. When I go from one movie to another, I want to send this to an .asp and notify that I have finish movie one.

I know it was something like:


loadVariablesNum("page.aspx", 0, "GET");

and this is on my next button by the way.

So how can I tell the page.aspx that I have finish movie one perhaps,

i’m new into flash send stuff to asp as well… please help.

thanks