A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: simple question

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Posts
    123
    i would like that when someone clicks on my e.mail address that out look automatically opens.How can i do this.?

  2. #2
    Bamboozled snoop_doug's Avatar
    Join Date
    Apr 2001
    Posts
    1,278
    this usually happens automatically when you click an email address, however the person visiting must have Outlook as theiur default email client

  3. #3
    Senior Member
    Join Date
    Feb 2002
    Posts
    123
    i thought so but sometimes it doesnt work
    Do i have to set it as html text and could i use graphic letters ?

  4. #4
    doppelganger
    Join Date
    Nov 2000
    Posts
    97
    Not really sure what your question was, but you can attach a getURL script to ANY button you want. Convert your text to a button if you wish. Convert a box to a button if you wish. Just make sure you have the getURL script attached to it. Like so:

    on (release) {
    getURL("mailto:johndoe@wherever.com");
    }

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