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!