A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: e-mail links?

  1. #1
    I can customize my title now
    Join Date
    May 2003
    Location
    Denton, TX
    Posts
    248

    e-mail links?

    what is the action to get an email link to work, i can get a URL to work but not email
    thanks

  2. #2
    _global.chosenson="flash"; chosenson's Avatar
    Join Date
    Jul 2002
    Location
    BIG APPLE
    Posts
    716
    This is code that can be used with a button.

    on (release) {
    getURL("mailto:youremail@somewhere.com");
    }


    chosenson
    If you have a question, need some help, email me:chosenson

    It's always the simplest things that escape the complex mind!

    always be just

  3. #3
    There is a Hope
    Join Date
    Apr 2003
    Location
    MK, UK - Only visiting earth!
    Posts
    144
    Originally posted by chosenson
    This is code that can be used with a button.

    on (release) {
    getURL("mailto:youremail@somewhere.com");
    }


    chosenson
    This works fine when the movie is on the internet, is it possible to get this working if on a CDROM?
    (needs to be cross platform and cross browser/email client compatable)
    Ali_W

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