i'm trying this simple procedure of sending a input text box (txtName) input as a variable to an asp page, as you can probably guess its not working, this is what i have as an actionScript:
on (press) {
loadVariables(" 0, "POST");
}
i'm publishing in flash 6
asp:
bb = Request.Form("txtName") I've even tried just:
request("txtName")
thanks
on (press) {
loadVariables(" 0, "POST");
}
i'm publishing in flash 6
asp:
bb = Request.Form("txtName") I've even tried just:
request("txtName")
thanks