A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: linking for email

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Posts
    14
    sorry for the dufus question of the day, but I am that new. can you tell me how to link either text or an object so that when user clicks it is opens up thier mail client to send a email? thanks

  2. #2
    Work sucks ]v[orpheus's Avatar
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    198
    <a href="mailto:name@email.com">Email me</a>

    There's also <a href="mailto:name@email.com?Subject=email subject title">email</a>

    With the subject, you can add in a subject title for the email like 'About web site', etc.

  3. #3
    Junior Member
    Join Date
    Feb 2002
    Posts
    14

    Linking Email in Flash

    So, I know that how you do it in HTML, but how in FLASH?

  4. #4
    Senior Member
    Join Date
    Nov 2001
    Posts
    667
    getURL("mailto:me@myDomain.com?subject=whatever");

  5. #5
    Junior Member
    Join Date
    Feb 2002
    Posts
    5
    for just text the action script isnt nessesary.
    you just define the URL in Character options.


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