A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: button and email

  1. #1
    Junior Member
    Join Date
    Apr 2002
    Posts
    7
    how to make the button to send email when it is clicked.
    thanks

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    on (release) {
    getURL("mailto:youraddress@yourhost.com");
    }

    will open the default mail client on the users computer to send email to you.

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