A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Email Client Button

  1. #1
    Junior Member
    Join Date
    Aug 2005
    Posts
    1

    Email Client Button

    Is it possible to script a button in Flash so that a user can click on it to open their email client? If anyone could help me out I'd be really grateful.

  2. #2
    _One of a Kind_ j.manfogle's Avatar
    Join Date
    Aug 2005
    Location
    Philippines/usa
    Posts
    198
    what do u want?? from what u say i'm thinking that u want a button that when u click on it, it brings up your clients email account! is that what u want??
    just clarifying!
    Fogle

  3. #3
    It's a long way to the middle launchpad67's Avatar
    Join Date
    Oct 2004
    Location
    Prescott, Arizona
    Posts
    1,387
    Click the button and put this script in the Actions Panel:

    Code:
    on (release) {
    getURL("mailto:whoever@whatever.com", "_blank");
    }
    Change the 'whoevers' to whatever you need.

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