Gurus
This may seem like a ridiculous questions but I am absolutely brand spankin new with Flash. However, I have been able to creat a flash form and pass some hard coded values into the variables to a aspx page. My question is how do I reference the textbox to pull that data into the geturl. I have tried +_, parent, not really sure what the syntax is and can't seem to find it anywhere. below is my actionscript call
on(press){
var fname:TextField = fname;
var lname:String = "test_lastname";
var age:Number = 92;
getURL("
http://localhost:4204/website/Process.aspx","_bl
ank" , "POST");
}
Your assistance is greatly appreciated
Start Free Trial