Skip to main content
December 9, 2009
Answered

Flash form

  • December 9, 2009
  • 1 reply
  • 288 views

Hi there,

I need to have the following funcionality in my Flash movie:

- a user types their email into a text field

- when they press the 'send' button, their email address is emailed to me

Is it possible to do this using Actionscript alone?

My original method of using PHP does not work as it is a .net server.

Thanks

This topic has been closed for replies.
Correct answer Ned Murphy

Not using Flash alone - you need a server-side script to manage the processing of the data into a sent email

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
December 9, 2009

Not using Flash alone - you need a server-side script to manage the processing of the data into a sent email

December 9, 2009

Can this be done in .net?

Thanks

Ned Murphy
Legend
December 9, 2009

I would hope so, but I haven't done anything in that environment myself.  I think ASP is the PHP counterpart for the .NET world.