PDA

View Full Version : Next level! Expert needed.



LATO
January 28th, 2003, 11:18 AM
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";

eyezberg
January 28th, 2003, 11:31 AM
"mailform" can't work, where's the extension? mailform.php? .asp?

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

LATO
January 28th, 2003, 11:36 AM
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

LATO
January 28th, 2003, 11:52 AM
mailform = "mailform3.php"; is placed somewhere in first frame