A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: email link

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    4
    How do i create a button in flash that
    when pressed will automaticaly
    load the users default email window.

    Is it possible?

    if so tell me pleaseeeeeeeeeee.



  2. #2
    Senior Member
    Join Date
    Jun 2001
    Posts
    2,943
    Put this code on the button:
    Code:
    on(release){
    getURL("mailto:name@domain.com");
    }

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