# All i want is to send variables to asp

**URL:** https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549
**Category:** Uncategorized
**Created:** [April 5, 2006, 8:50pm UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549 "2006-04-05T20:50:36Z")
**Posts on this page:** 6
**Page:** 1

<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: [April 5, 2006, 8:50pm UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549/1 "2006-04-05T20:50:36Z")

</div>

how can i send variables to asp… that’s all i want.

this is what i have…

getURL(“webform1.aspx?id=1&status=I”,0, “GET”);

but everything this gets send to asp… it also loads a new browser… i would like to continue with my flash movie from section 1 to section 2 and just send 2 variables to asp to let them know that i have finish section 1… that’s all.

please help me!!! :mu:

---

<div class="post-metadata">

### Author: ![JoshuaJonah](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/joshuajonah/32/1775_2.png) [@JoshuaJonah](https://forum.kirupa.com/u/JoshuaJonah)
#### Post date: [April 5, 2006, 8:51pm UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549/2 "2006-04-05T20:51:39Z")

</div>

you need loadvars

---

<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: [April 5, 2006, 9:11pm UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549/3 "2006-04-05T21:11:24Z")

</div>

> [@Defective](#):
>
> you need loadvars

ok so i tried something like this as well:

loadVariablesNum(“webform1.aspx?id=1&status=I”,0,“Get”);

is this the correct syntax: loadVariablesNum ??

or just loadVariables

please advice.

thanks.

---

<div class="post-metadata">

### Author: ![JoshuaJonah](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/joshuajonah/32/1775_2.png) [@JoshuaJonah](https://forum.kirupa.com/u/JoshuaJonah)
#### Post date: [April 5, 2006, 9:17pm UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549/4 "2006-04-05T21:17:32Z")

</div>

nopers… If i were you I’d read up on using LoadVars:  
[http://www.kirupa.com/developer/mx/externaldata.htm](http://www.kirupa.com/developer/mx/externaldata.htm)  
That tutorial will show you what you need to know.🙂

---

<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: [April 5, 2006, 9:21pm UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549/5 "2006-04-05T21:21:37Z")

</div>

> [@Defective](#):
>
> nopers… If i were you I’d read up on using LoadVars:  
> [http://www.kirupa.com/developer/mx/externaldata.htm](http://www.kirupa.com/developer/mx/externaldata.htm)  
> That tutorial will show you what you need to know.🙂

ok yes, but i don’t want to load anything on my flash… all i need to do is when going from one section to another… to send variables (page position) to aspx, that’s all…

i saw that tutorial but i think it doesn’t apply to my issue.

:look:

---

<div class="post-metadata">

### Author: ![bootiteq](https://avatars.discourse-cdn.com/v4/letter/b/eb9ed0/32.png) [@bootiteq](https://forum.kirupa.com/u/bootiteq)
#### Post date: [April 6, 2006, 2:18am UTC](https://forum.kirupa.com/t/all-i-want-is-to-send-variables-to-asp/184549/6 "2006-04-06T02:18:26Z")

</div>

also read this about crossdomain.xml !!!  
[www.macromedia.com/devnet/flash/articles/fplayer\_security\_03.html](http://www.macromedia.com/devnet/flash/articles/fplayer_security_03.html)
