Hi,

i would like to create virtual postcards with flash 4. Does anybody know, which free perl script works best?

I've tried differend free cgi scripts (bignosebird.com for example). The scripts work fine with a html form. When i use a Flash 4 form the data got lost.

There are two different kinds of variables:

1.) eMail field (for example: "test@test.com")
2.) Name of sender or recipient (for example: "Tester Test")

When i click on "send" i got an error message
"no valid eMail address found" - I think the "@" makes the problem. The cgi script does not recognize it...same problem with the space in the name field...

How can i convert these variables so the cgi
script could accept them? Any actionscript?
I think it would be more elegant to create the form directly in Flash 4 instead of using a html form...please help.