So far...

1) I built a form.
2) I created the 'hidden' variables as good old vars
eg:

submit_to = "me@my_address.com";

3) I created a variable input box and gave it a name.

4) Then I added a submit button with the action:

on (release) { getURL("../cgi-bin/my_mail_form.cgi","_blank","POST");

But the mail form does not seem to receive any variables??

Everything I read on the help pages and web seems to indicate that Flash will send all variables set in the movie to the cgi script - but it does not seem to see any :-(

The script has all the right permissions and works, becase my old HTML page uses the cgi just fine.

Is there something that I'm missing?

Turan

PS the script is being called - so it is finding it, but the lines that check the fields have been filled out are being displayed eg: 'No submit_to value entered'