Search Tutorials
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 linkIn 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) {
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...
mailto:fktutorials@snooboo.com ExamplesTo 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) {
This is what the link looks like - try it out! The text "Why do you like Animals?" is fully customizable 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: 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
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|