A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: How Do I Create a E-mail Button?

  1. #1
    Member
    Join Date
    Aug 2003
    Location
    Texas
    Posts
    82

    How Do I Create a E-mail Button?

    How do I convert a layer for contact/e-mail button?
    Thank you in advance.
    Ghost

  2. #2
    Hsalf Muta's Avatar
    Join Date
    Apr 2006
    Posts
    164
    getURL("mailto:your@email.com");

    If you want to have a form in flash that you can type information in and then it'll send an e-mail for you, you'll need to use php.

  3. #3
    Member
    Join Date
    Aug 2003
    Location
    Texas
    Posts
    82
    so I selected the button and typed in getURL("mailto:your@email.com");" in "Actions box, but it gave me an error. Could you please tell me step by step on where to add the text?
    Thanks

    Quote Originally Posted by Muta
    getURL("mailto:your@email.com");

    If you want to have a form in flash that you can type information in and then it'll send an e-mail for you, you'll need to use php.
    Ghost

  4. #4
    Hsalf Muta's Avatar
    Join Date
    Apr 2006
    Posts
    164
    On the button put:

    on(release){
    getURL("mailto:your@email.com");
    }

  5. #5
    Member
    Join Date
    Aug 2003
    Location
    Texas
    Posts
    82
    Great! It Worked! Thank You So Much!
    Ghost

  6. #6
    Junior Member
    Join Date
    Sep 2005
    Posts
    12

    similar problem

    Muta,
    I DO have php and I'm looking to collect information from one field. I want to set up a basic form with a "submit" button. Idealy, I would like the information to be collected into a database when submitted, not just sent to my email, so I wouldn't have to manually check every email and add the information to my database. Is this something you could help me with?
    Thanks!
    ps: if that doesn't make sense, can you tell me how to have the info sent to my email? thanks.
    Last edited by tracks54321; 06-13-2006 at 01:06 PM.

  7. #7
    Member
    Join Date
    Feb 2003
    Location
    Hollywood, CA
    Posts
    44
    does anyone know how this is done?

  8. #8
    Junior Member
    Join Date
    Sep 2005
    Posts
    12
    any good tutorials?

  9. #9
    Member
    Join Date
    Mar 2004
    Location
    michigan
    Posts
    92
    yes theres a good one on cartoonsmart.com under the advanced section you will find it towards the bottom

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center