A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: e-mailing from dynamic text

  1. #1
    prince of plasma
    Join Date
    Nov 2003
    Location
    Mexico
    Posts
    103

    e-mailing from dynamic text

    i can make a portion of dynamic text to link another page, but not to mail, since it will try to open a url, how can i make it to open a mail client?

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Instead of http://www, use mailto:youraddy@somesite.com

  3. #3
    prince of plasma
    Join Date
    Nov 2003
    Location
    Mexico
    Posts
    103
    thank you, without spaces before and after the ":" right?

  4. #4
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    If your using Dynamic html text, then it looks like this:

    <A HREF='mailto:yourself@yoursite.com'>Contact me</A>

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