Hi guys,
I am helping a friend work on a flash program (made in Flash CS5) and we are trying to find an easy way to email data from a text box to an email address without needing to use a php file. Is this possible?
Basically here is what I have:
I have four text boxes, I know how to get the text out of them so thats not a problem. I also have a send button that I can trace the contents of the text boxes after I click them. (So I know the data is being read correctly).
What I want to do is have it to when I click the "send" button the data in the four text boxes is automatically sent to an email address I specify. Is there a way to do this? Any help would be greatly appreciated
EDIT: I looked at the mailto command but it pops up my desktop mail client
I'm trying to find a way where the data just clears off the text boxes and the data in them is sent.
I am helping a friend work on a flash program (made in Flash CS5) and we are trying to find an easy way to email data from a text box to an email address without needing to use a php file. Is this possible?
Basically here is what I have:
I have four text boxes, I know how to get the text out of them so thats not a problem. I also have a send button that I can trace the contents of the text boxes after I click them. (So I know the data is being read correctly).
What I want to do is have it to when I click the "send" button the data in the four text boxes is automatically sent to an email address I specify. Is there a way to do this? Any help would be greatly appreciated
EDIT: I looked at the mailto command but it pops up my desktop mail client
Last edited: