A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Email Button

  1. #1
    Junior Member
    Join Date
    Apr 2000
    Posts
    8

    Question

    After I have made a button, what actions to I give it to give the button "email" properties.

    For example, "mailto:me@me.com"

    how do I set a flash button up to perform such an action..
    Thanks!

    -Todd [forthefather.com]

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    20

    Post

    This is just a guess, but try..

    actions
    get URL
    mailto: me@me...etc

    or perhaps just <a href...mailto:..... and all that other stuff...

    sorry if it dosent work..but is is a guess

    thanks

    Da Cheese
    -The wheel is turning, but the mouse is dead-


  3. #3
    Junior Member
    Join Date
    May 2000
    Posts
    4

    Arrow

    Create your button, drag it from your library to the stage. Right click the frame you dropped your button to, and give it an action :
    OnMouseEvent: Release
    GetURL="mailto:yourmail@some.com"

    That should be it.

    Remebmer you do not have to give your button an action when you define its properties.
    Good Luck

  4. #4
    Senior Member Flashock's Avatar
    Join Date
    May 2000
    Location
    Singapore
    Posts
    235

    Talking

    Here is one of the method, drag your email button from the library, place it on the stage, right click the email button, goto properties, click action tag, click on mouse event:release,GetURL="mailto:your@your.com"
    Happy Flashing

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