[font=verdana, arial, helvetica][size=2]I am integrating asp with flash and everything works fine. But I need to know why something is the way it is.
I have
loadVariables(“http://localhost/login.asp","","post”);
and then I follow with this:
loadVariables(“http://localhost/login.asp","”);
What exactly does the POST parameter do that makes the two statements work different? I know post sends variables to the script and processes it, but can’t flash also get the script variables at the same time without the need for the second statement that excludes the post param?[/size][/font]