Help: ASPX interaction with Flash MX

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I am housing a flash movie in an ASPX page. The flash form basically
consists of FullName, EmailAddress, and Comments and a "Send Email" button.
(I'm simplifying the issue.)

How can I:
(1) Get the values of the 3 variables from the Flash MX form (using
ASP.NET)?
(2) Send an email which the user click's the button on the Flash form? I
assume I'll have to send an email thru ASP.NET (which I know how to do in a
normal ASPX page.)

Thanks in advance!
 
Back
Top