Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Flash4 and forms |
From: | Nigel Randsley-Pena |
Date: | Thu, 5 Aug 1999 19:10:58 +0100 |
Brian,
It isn't working because you are setting the value of recipient after
you are submitting the data to the script.
Flash scripting engine will follow the instructions in the order theu
are given, so it's first submiting the data and then setting the
recipient value, and this is not what you want.
OK here goes a step by step.
For the submit button use only
On (Release)
Get URL ("http://www.omegadm.co.uk/scripts/formh.pl", vars=GET)
End On
Remove all the set variables that are tied into the on (whatever) states
Define the variables from the timeline.
Select an appropriate frame on any layer of the timeline where the
button is, that will be the main timeline, right ?
Now add the following actions to the frame :
Set variable recipient=brian@...
The other variables will be set according to user interaction so they
should be OK.
Set variable floridabox=....
etc.
Publish and test. It should work.
Nigel
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: Flash4 and forms, Brian Clifton
Re: FLASH: Flash4 and forms, Brian Clifton
Replies
Re: FLASH: Flash4 and forms, Brian Clifton
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]