A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Making an Email Window Pop Up

  1. #1
    Member
    Join Date
    Mar 2001
    Posts
    51

    Making an Email Window Pop Up

    Hey folks,

    You know how in HTML, if you use "mailto:email@stuff.com", it typically pops up Outlook for you? What is the equivalent ActionScript code to accomplish this?

    I tried using GetURL function, but I'm sure I must be doing it wrong.

    Interested in knowing. Thanks.

    - Digm

  2. #2
    setVariable kinx's Avatar
    Join Date
    Oct 2000
    Location
    Scotland
    Posts
    239
    its just the same

    myBtn_btn.onRelease = function(){
    getURL("mailto:you@somedomain.com");
    };

    a simple search on either flash help or this site would have found this easily enough

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