A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: E-mail button

  1. #1
    Junior Member
    Join Date
    Feb 2005
    Posts
    28

    E-mail button

    I'm relatively new to Flash.
    I want to have an e-mail link
    when my "Contact" button is
    pressed. I checked the list of
    actions and I only see getURL.
    Is there a special script for that?
    Thanks.

  2. #2
    Member
    Join Date
    Nov 2004
    Posts
    38
    on (press) {
    getURL("mailto:volkan@hotmail.com");
    }


    as you see you can use it like in HTML

  3. #3
    Junior Member
    Join Date
    Feb 2005
    Posts
    28
    Excellent. Thank you for the help!

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