A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: E-mail Link

  1. #1
    Senior Member
    Join Date
    Nov 2003
    Posts
    385

    E-mail Link

    How do I apply an E-mail link to a graphic in Flash MX?

    Thanks much,
    -M

  2. #2
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    What do you mean, you want to email someone when you click on a graphic?

    Well if thats the case, convert your graphic into a movieclip. That way you can apply code to it. Click on it once and open the Actions Panel by hitting F9. Type in the following code:

    code:

    on (release){
    _root.getURL("mailto:Someone@yahoo.com");
    }



    And that should do it

  3. #3
    Senior Member
    Join Date
    Nov 2003
    Posts
    385
    Thank you!

    -M

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