A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: contact email button?

  1. #1
    Senior Member
    Join Date
    Aug 2003
    Location
    new zealand
    Posts
    104

    contact email button?

    Hey

    Just need to find out how i can create a contact button.
    So that when a user clicks the button - outlook express opens
    and the user is able to email the contact directly.

    Can anyone be of help?

    Cheers werglum

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    622
    put on the button this actionscript

    on mouse event (release)
    geturl: (the email address)

  3. #3
    Senior Member
    Join Date
    Aug 2003
    Location
    new zealand
    Posts
    104
    Originally posted by Marrow
    put on the button this actionscript

    on mouse event (release)
    geturl: (the email address)
    Hey dude.

    Thanx for replying.

    Unfortunatly, this didnt work - I had tried this before.
    This code just opens a url address (which dose not exist)
    I need it to open Outlook Express and let the user email the contact.

    Do you know what else i can do?

    Cheers Werglum.

  4. #4
    Senior Member
    Join Date
    Jan 2001
    Posts
    622
    my bad mate.

    this is the correct way heh

    on (release) {
    getURL ("mailto:your email addy");
    }


    sorry about that

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