Hi,
I found a cool mail form that works but when I load the swf in another swf the level changes. So the form doesn’t send anything anymore.
How to solve this? Here are some things that maby need to change.
In the fla?
loadVariablesNum (mailform, 0, “POST”); and loadVariablesNum(mailform, 0);
if (Selection.getFocus() == “_level0.fname”) {
_root.fname = “”;
}
Or (also) something in the mailform:
$sendresult = “Send!”;
$send_answer = “answer=”;
$send_answer .= rawurlencode($sendresult);
echo “$send_answer”;