Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Re: Form mail with Flash |
From: | Motomichi |
Date: | Fri, 27 Oct 2000 11:37:40 +0100 |
I tried them all and seems like the only way to solve this is the one you
gave,
> 1) Don't go straight to the frame where you check the variable returned
> from Perl. Instead, stick in a loop to wait for command ne "" before
> proceeding. Then go to frame "Sending".
"But" I don't get how to "stick in a loop to wait for command ne "" before
proceeding." How can I do that? Sorry if I am asking something very basic...
The following is the script I am using after for the button;
on (release) {
loadVariablesNum ("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");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 helpchinwag [dot] com
Replies
Re: FLASH: Re: Form mail with Flash, Helen Triolo
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]