Thanks for this entire thread
This is an extremely valuable thread. Thanks guys.
A useful tip for displaying multiple print lines from perl
After working with perl a bit it seems as though you can assign a variable name to one of the print functions as per MasterShin's example:
print "&variablename=$var1\n";
with other lines following in the script
print "Some text-$var2\n";
print "Some more text -$var3\n";
Now to show the results in flash as:
var1
var2
var3
just point load variables to the perl script and use a text box with a property of variablename and display ALL the print commands in the script. No need for multiple variables if you are returning data in this format.
I'm still working with processing and returning scripts with load variables using post instead of using geturl. If anyone has done this successfully I would appreciate any comments or notes.
Thanks,
foley
Setting up Flash form on Interland's Linux or Windoze servers
Here's a little offer for any users out there who are setting up Flash forms on Interland's servers. The "SendMail" script that comes with all their LINUX and Windows server configs works great with a simple Flash form using a "loadmovie/loadvariables" action, but only if you modify the the ASP or Perl script. Fortunately, a buddy of mine (who is the best programmer in the world) wrote the necessarry Perl modifications and I then translated it to ASP. SO, if anyone needs a copy of the script, e-mail me at "[email protected]". Also, check out my site in progress....www.brettbrewer.com.
If there's enough interest, I may just post the source on my site along with the flash movie. It's got built-in error detection and the script is set up to return the variables from PERL or ASP into the Flash movie into a clip called "variables".