Flasher Archive

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


Subject: Re: FLASH: form in flash ???
From: Robbert - Jan
Date: Sun, 2 Apr 2000 11:52:27 +0100

You can create this form using two ways.

1. add an "Get URL" action to the submit form button you've just created.
did you, yes :)
in the "On" event you'll also have to set some variables for the
FormMail perl script to work.
as this script only needs one hidden variable it's easy.
and it will look like this

On (Release)
Set Variable: "recipient" = "Bert [dot] Deyaertatping [dot] be"
Get URL ("/cgi-bin/FormMail.pl", vars=POST)
End On

You see that the hidden field is just send as an variable to the script.
Don't forget to use POST to send the variables.

2. Load Variables in location, easy if you don't want the perl script to
refresh your flash page.
add an "Load/Unload movie" action to your submit button. select "Load
variables into location", enter the location of the perl script, which is
"/cgi-bin/FormMail.pl", set the target level to "0" (without the quotes) and
don't forget to send the vars using POST.
also the the variable "recipient" again to your e-mail adres.

and it will look like this

On (Release)
Set Variable: "recipient" = "Bert [dot] Deyaertatping [dot] be"
Load Variables ("/cgi-bin/FormMail.pl", 0, vars=POST)
End On

that's all you need to know.

=======================
Robbert - Jan van Velzen
Multimedia Developer
Alphenaar Multimedia Studio

http://www.alphenaar.nl
=======================


----- Original Message -----
From: "Bert" <Bert [dot] Deyaertatping [dot] be>
To: <flasheratchinwag [dot] com>
Sent: Sunday, April 02, 2000 12:15 PM
Subject: FLASH: form in flash ???


<snip>

> These are the codes my provider gives me to put in the html-document.
> But were and how do I put them in flash? And must some of it be placed
> in the html-page too?
>
> <FORM ACTION="/cgi-bin/FormMail.pl" METHOD="POST">
>
> (=the script used by the provider)
>
> <input type=hidden name="recipient" value="Bert [dot] Deyaertatping [dot] be">
>
> (=sais were the message must be sent to)
>

<snip>

> TIA and have a great weekend!!!
>
> Bert Deyaert
>
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: mc not running., Donald
  FLASH: form in flash ???, Bert

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