Skip to main content
Participant
August 17, 2008
Question

Forms in Flash withos PHP or database

  • August 17, 2008
  • 1 reply
  • 241 views
I would like to male an easy mail-form in a Flash-movie. Just one line where you can put in you mail-address and then a Send-button. Do I have to database/PHP for this? Im not that familiar with database-coding.
This topic has been closed for replies.

1 reply

Inspiring
August 17, 2008
No, you don't need a database. You can use something like so:

var email = theEmail.text;
getURL("mailto:dave@offroadfire.com?subject=New web email&body="+email,
"_blank");



--
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/