A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Email Link From Flash?

  1. #1
    Registered User
    Join Date
    Oct 2000
    Location
    Buckinghamshire
    Posts
    63
    I would like to add a email link to a button within my flash movie, so when the viewer clicks on the button it opens there email software with my email address details...could someone explain how I can acheive this..


    cheers

    christina{^.^}

  2. #2
    ActionScriptShooter
    Join Date
    Nov 2000
    Posts
    259
    hi,

    following will be Your action in the properties of the button

    Code:
    On (Press)
          Get URL ("mailto:sachdeva_g@yahoo.com", window="_blank")
    End On
    enjoy...


  3. #3
    Registered User
    Join Date
    Oct 2000
    Location
    Buckinghamshire
    Posts
    63

    Thanks

    Thanks yep...that works perfectly {^.^}

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