Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Flash: Form Mail
From: Motomichi
Date: Thu, 26 Oct 2000 17:00:40 +0100

Hi, to all

I am working on a formmail with Flash. I got to have it work finally but now
the client wants "sending.." and "sent ok!" message. I am a most generic and
popular formamail script by worldwidemart.com. The mail gets sent out but
the flash movie gets stuck.

The following is the script I am using after for the button;

on (release) {
loadVariablesNum ("http://www.qrime.com/cgi-bin/formmail.pl", 0,
"POST");
gotoAndPlay ("sending");
}

Here is the script in the frame "sending":

}

if (command eq "end") {
gotoAndStop ("sendok");
} else if (command eq "error") {
gotoAndStop ("senderror");
} else {
gotoAndPlay ("sending");

Please let me know if anyone has any idea.

Thanks,
moto


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Flash: Form Mail, Matthijs Koevoets

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]