A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11337 Flash Movies | 1 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5828 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.


Random Links | Add your own Flash Related Links
Flash Tutorials 1280 Tutorials 7 New Tutorials Added!
What's New | Top100

» Make a Flash Slide Show Screen Saver
» Simple flash making tutorial for thanksgiving
» Create flash banner for website
» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» Unknown Tag: Title10
Random Tutorial | Add Site

Trading Customer Accounting (IL)
Next Step Systems
US-IL-Chicago

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Getting_Started

Categories Basic E-Mailing
Author: Thomas E | Website: http://www.snooboo.com/ |

 
Page 1
1

Right, I have been asked how to make an e-mail link 10 times this week - and after looking for a basic e-mail link instructions in the tutorials and not finding one, I have decided to make my own!

How to make an E-Mail link

In this tutorial I shall use this e-mail address as an example: fktutorials@snooboo.com

Here is the very basic command that will work on a button in Flash. When the user clicks it, their default e-mail client (e.g. Outlook) will open and a new message will be created to the address to have specified.

on (release) {
getURL("mailto:fktutorials@snooboo.com");
}

As you can see - the mailto: defines that is is an e-mail address and not a web page link, and then the address goes in after. Pretty simple hay? Best way to remember it is 'mail' 'to'.

Slightly advanced e-mail link

Getting into slightly more advanced teritory now...
A few people have asked if there is a way to define the subject and body of the e-mail, just by clicking on the link - well there is! Here it is...

mailto:fktutorials@snooboo.com
?subject=Your Subject Here
?body=Your Body Text Here
and to compine the two together...
?subject=Your Subject Here&?body=Your Body Text Here

Examples

To get a message sent to fktutorials@snooboo.com, with the subject "Animals" and the body of "I like animals because" you would use this code in Flash

on (release) {
getURL("mailto:fktutorials@snooboo.com?subject=Aniamls&body=I like animals because");
}

This is what the link looks like - try it out! The text "Why do you like Animals?" is fully customizable

Why do you like Animals?

Problems

For some reasons, some e-mail clients may not pick up multiple spaces. Also some symbols will not be picked up, so here are some special commands to use:
%20 = (space)
%21 = !
%22 = "
%23 = #
%24 = $
%25 = %
%26 = &
%27 = '
There are many more, but a lot of them are letters, play around with the number - remember you can only have 2 digits, no less no more.

I hope that clears a few things up - and I hope you have learnt something from this, feel free to e-mail me if you require any help with this and I can always be found on the Help Forums of FlashKit...

TE

1

» Level Basic

Added: : 2002-06-17
Rating: 8.66 Votes: 148
Hits: 4270
» Author
On FlashKit.com I am asheep_uk, also known as TE. I specialise in HTML with Flash, and web site layout and organisation for best ease of use.
» Download
Download the files used in this tutorial.
Download (0 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs