A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: e-mail button

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    15
    I can't seem to find the tutorial on how to make a button that when it is clicked, it opens a a new e-mail message with the subject and e-amil address that it is going to already in it. I do not want a submition form.

    TIA

    Walter

  2. #2
    flashdevil
    Join Date
    Jun 2001
    Location
    The Netherlands
    Posts
    665
    make a getURL action and type:

    mailto:myname@myhost.com?subject=mysubject

    thats all

  3. #3
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    33
    I heard that it doesn't work in Flash MX.
    Is that true?

  5. #5
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Works just fine:

    Code:
    on (release) 
    {
    getURL ("mailto:you@yourdomain.com?subject=
    Whatever&body=Your Message Goes");
    }

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