# How to send data to ASP page?

**URL:** https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176138
**Category:** Uncategorized
**Created:** [January 20, 2006, 5:45pm UTC](https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176138 "2006-01-20T17:45:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![artwisted](https://avatars.discourse-cdn.com/v4/letter/a/87869e/32.png) [@artwisted](https://forum.kirupa.com/u/artwisted)
#### Post date: [January 20, 2006, 5:45pm UTC](https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176138/1 "2006-01-20T17:45:15Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![lolomedia](https://avatars.discourse-cdn.com/v4/letter/l/ebca7d/32.png) [@lolomedia](https://forum.kirupa.com/u/lolomedia)
#### Post date: [March 21, 2006, 9:21pm UTC](https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176138/2 "2006-03-21T21:21:06Z")

</div>

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:

```auto

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
