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:
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.
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.
