A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Simple e-mail button

  1. #1
    Member
    Join Date
    May 2001
    Posts
    34

    Simple e-mail button

    please l am new in flash and l made a button to send E-mail and l used this code mailto:…@hotmail.com but it didn’t work quite perfect the outlook express opened and anew browser opened too with the address mailto:….@hotmail.com ! now what should l do?
    Thank you in advance

    omar al sharif

  2. #2
    Junior Member
    Join Date
    Oct 2002
    Posts
    23
    You could give this action on your button

    on (release) {
    getURL("mailto:abc@hotmail.com");
    }

    Latif

  3. #3
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    In MX, it works better this way:

    on (release) {
    getURL("mailto:abc@hotmail.com", "_self");
    }

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