You should be using LoadVars - sendAndLoad property.
Eg -
var loadThis_lv:LoadVars = new LoadVars();
loadThis_lv.onLoad = function(success) {
if (success) {
trace("Success in loading"+loadThis_lv+".");
_root.form_mc.text1.text = this.text1;
_root.form_mc.text2.text = this.tex
Im using loadVariablesNum to send information to an ASP page..then send it
back to a email box.
The problem is that i have the textBoxes inside a movieclip and when i
receive the email..the data isnt in the email..
Flash:
loadVariablesNum("send.asp", 0, "POST");
the inputText boxes are inside
2 matches
Mail list logo