Next level! Expert needed

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”;

“mailform” can’t work, where’s the extension? mailform.php? .asp?

get rid of num, load into same clip with “this” as target

Moved :angry:, think this is more flash related…

It’s mailform.php, can you change it plz what it has to be with ‘this’

Thanx

mailform = “mailform3.php”; is placed somewhere in first frame