A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: e-mail button with subject

  1. #1
    Member
    Join Date
    Nov 2003
    Posts
    54

    e-mail button with subject

    hello

    how can I make an e-mail button that opens the outlook with a the e-mail adress .... ?

    erica

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    on (release) {
    getURL("mailto:you@youraddress.com?cc=mack@hisaddy .com&subject=Hey what's up&body=Give me a ring", "_self");
    }

    This will open the mail client, fill in the return mail, a CC, the subject line and something in the body. Trim it down for what you don't want to add.

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