A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: adding an email button in flash

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    24

    Question

    i created a button in flash and i would like to have when they click the button it opens their email program and sends an email. How do I do that?

    Thanx

    Josh

  2. #2
    Junior Member
    Join Date
    Apr 2000
    Posts
    7

    Post

    Hey,

    The main html code you need is the "mailto:" command.

    Example: mailto:yourname@isp.com

    Just replace "yourname, isp.com" with the email address you want to send them to..

    That's it... For your button, add the following actions:

    On (Press, Release)
    Get URL ("mailto:yourname@isp.com")
    End On

    Hope this helps...




  3. #3
    Senior Member Flashock's Avatar
    Join Date
    May 2000
    Location
    Singapore
    Posts
    235

    Post

    right click your button, go to properties, click action tag, click on mouseevent:release, GETURL="mailto:youremail@youremail.com"

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