A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: email

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Posts
    2

    email

    I want a link that opens outlook to send an email to [email protected]

    http://www.geocities.com/copale101/MysticBeast.swf
    >>>> Contact Us Page

    I created a button and put
    on (release) {
    getURL("mailto:[email protected]");
    }

    however when they click the link a blank pop comes up along with oulook.

    How do i get this to stop happening?
    Last edited by Copale; 08-15-2006 at 03:49 PM.

  2. #2
    Senior Member donaldparkerii's Avatar
    Join Date
    May 2005
    Location
    San Diego
    Posts
    616
    getURL("mailto:[email protected]"); //just like html

  3. #3
    Junior Member
    Join Date
    Aug 2006
    Posts
    2
    Yeah Sorry

    I originally put getURL("mailto:[email protected]"); in the action script.

    It still produces the error.

  4. #4
    Senior Member donaldparkerii's Avatar
    Join Date
    May 2005
    Location
    San Diego
    Posts
    616
    well it work on your site that you have posted above, but it opens in a new window, take anything pas email address, and it should work prefect, if not you might need to configure something with your browser

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