Hello all!
I am trying to get a flash 5 form and asp to work in
a windows IIs environment. It is also running
Generator 2 Developer edition.
The flash form url is:
http://www.inov8media.com/flash/pass/index.html
The html form url is:
http://www.inov8media.com/test.htm
I use the following action script on the send:
on (release) {
loadVariables ("http://www.inov8media.com/cgi-bin/FormMail.asp", "", "POST");
set (queryString, "?Name=" & Name & "Email=" & Email & "Comments=" & Comments & "SUBMIT=" & SUBMIT);
loadMovieNum ("pass.swt", 1, "GET");
}
The form in flash sends the info to the server
and then uses generator to send back the
info typed in by user. The form isn't pretty
but i have managed to get the info to and
from generator to display as a live reply
but it does not seem to access the asp
and therefore does not send the info as
an email.
Thankyou for the time, and any suggestions
would be great. I have tried looking at an ASP
tutorial but on one of the steps the link is broken.
rick
[Edited by inov8 on 04-11-2001 at 04:30 PM]