Flashvault.net

E-mail button in flash

2.8.2007, 0:47    Total views: 25321

Using this tutorial, you will see how to create e-mail button in flash using a little action script code. You can use this button for any web site, and on that way, enable every users to sent e-mail. Let's go!



Step 1

Open a new flash document.

Step 2

Create any button which you like to use for this example. My button looks like this:



Step 3

Take the Selection Tool (V) and click once on the button to select it. Then, go to the Properties Panel (Ctrl+F3) below the stage. On the left side, You will find the Instance name input field there. Call this button "button". See the picture below.



Step 4

Create a new layer above the layer 1 and name it action.

Step 5

Click on the first frame of layer action and go to the Action Script Panel (F9). Then, enter this code inside the actions panel:

var address="example@mail.com";
var caption="Hello";
var message="Hey, how are you? I'm in New York. See ya next week! Bye!"; button.onRelease= function() {
getURL("mailto:"+address+"?Subject=" + caption + "&body=" + message);
}

Test your button, we're done!

Download source file (.fla)

Have questions about this tutorial?
Visit our friendly Community Forums!
Digg it! Add this tutorial to del.icio.us! Furl it! Add this tutorial to reddit! Spurl it! Add this tutorial to technorati!

Forum - Newest Discussions

How do I combine images with text simultanuelsy?
Last post by: speedyj
Date: 03.12.2008 23:10:49

Convert AVI Video to Flash
Last post by: linddy
Date: 29.11.2008 04:40:55

photogallery
Last post by: trnghosn
Date: 26.11.2008 16:22:19

For Sale Brand NewHTC Touch HD $380Samsung i900 Om
Last post by: so100
Date: 25.11.2008 13:01:33

For Sale Brand NewHTC Touch HD $380Samsung i900 Om
Last post by: so100
Date: 25.11.2008 13:00:48

Waiting for your hour of triumph? It is near!
Last post by: VitaMary
Date: 21.11.2008 18:46:41

Yeow dogs!
Last post by: deco11
Date: 21.11.2008 01:15:49

Show your girlfriend what a real sex is!
Last post by: VitaMary
Date: 20.11.2008 22:00:13

Regarding the Gradient by Mouse Tutorial...
Last post by: cloudy-days
Date: 19.11.2008 07:41:03

Related links