A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How do I turn an image into a mail to link?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    13

    Post

    Hello everyone...

    I have an animated '@' image which I have placed in my Flash movie. How do I turn this image into a mail to: link. So that when it is clicked, it opens up a pre-addressed e-mail?

    Cheers everyone.

  2. #2
    9th Grade WC
    Join Date
    Sep 2000
    Posts
    1,192
    convert the image to a symbol
    then put it on the main stage
    make its behaviour=button
    then right click go to actions
    press ctrl+e
    then type in
    on(release)
    {
    getURL("mailto:yes@blah.com");
    }

  3. #3
    Junior Member
    Join Date
    Mar 2001
    Posts
    13

    Smile

    Thank you very much my friend!! :-)

    This Flash forum is great. Especially with such a speedy response. I thoroughly recomend these forums to all Flash developers.

    If only I started using this place months ago.... I wouldn't be in the state I am now.... with only 3 weeks to go before I have to hand-in my final year dissatation.

    Once again many thanks D4Demon.

    You're a star!!

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