A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: email problem

  1. #1
    Junior Member
    Join Date
    Nov 2002
    Posts
    9

    email problem

    Hi, I have a problem. I want to make a button in flash that when clicked opens up the users email app with a new email and the email address in it ready to send. I think all i need is a bit of action script. Can anyone help me out ??

    Thanks

    Dave

  2. #2
    Junior Member
    Join Date
    Sep 2003
    Posts
    18
    I would think that this would work.

    Code:
    on (press) {
    
    getUrl("mailto:email@whatever.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