A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Email Button

  1. #1
    Junior Member
    Join Date
    Jul 2003
    Posts
    21

    Email Button

    What is the action to asign for an email button

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    A mailto? Opening the user's default mail application?

  3. #3
    Junior Member
    Join Date
    Jul 2003
    Posts
    21
    Yeah mate that what i want


  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Basically used with a getURL...
    code:

    on(release){
    getURL("mailto:you@whatever.com");
    }



    If you want a little more sophistication...

    http://www.webthang.co.uk/tuts/tuts_...x3/gfmx3_1.asp

    If you want the e-mail automatically sent, then you need to use server side scripting, as Flash can't do that on it's own.

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