A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Need to make text e-mail link

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    26
    Anyone know how to make text e-mail link?

  2. #2
    Moderator
    Join Date
    May 2000
    Posts
    793
    yup!

    in flash:

    just put the following in the URL space:
    mailto:your@address.com

    same in html.

  3. #3
    FlashKit Joker
    Join Date
    Jan 2001
    Posts
    659
    Just to ad a little bit. If you want the subject also be filled in use

    mailto:yourname@yourserver.com?subject=reaction*

    reaction* = fill in what you want except *

    Seeya

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Posts
    529

    email

    http://developer.netscape.com/viewso...to/mailto.html

    preformatted emails fills in all fields.

    so easy its silly.

    (when you know how) hehe

  5. #5
    over the text where you want it to be linked lay a button (hope you know how to make buttons).. this button set the alpha to zero..so it becomes invisible..this button you can use the get url action and type mailto:name@whateverurl.com

    mail back if you ave any query

    http://www.bprem.com

  6. #6
    FlashKit Joker
    Join Date
    Jan 2001
    Posts
    659
    If you create an invisible button with alpha it only increases the file size (ok a little bit).
    Best is to fill only the 'hit' stage of the button, this way you save 1 or 2 Kb and it's invisible.

    Seeya

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