# How to send data to ASP page?

**URL:** https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176137
**Category:** Uncategorized
**Created:** [January 20, 2006, 5:44pm UTC](https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176137 "2006-01-20T17:44:10Z")
**Posts on this page:** 1
**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:44pm UTC](https://forum.kirupa.com/t/how-to-send-data-to-asp-page/176137/1 "2006-01-20T17:44:10Z")

</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!
