All i want is to send variables to asp

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:

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.

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

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:

also read this about crossdomain.xml !!!
www.macromedia.com/devnet/flash/articles/fplayer_security_03.html