Recipe 7.13. Adding an Email Link to Static Text


Problem

You want to add an email link to static text such that when the user clicks on it, a new email message is opened.

Solution

Apply a hyperlink to the text (see Recipe 8.12) in which the URL is in the form of mailto:email.address@server.com.

Discussion

Recipe 8.12 shows you how to apply a hyperlink to static text. Using the mailto protocol, you can also open a new email message. For example, to enter a value into the URL link field that opens a new email message with joey@person13.com as the recipient, use mailto:joey@person13.com.

You can also specify the subject and body values by appending URL-encoded variables after the email address. For example, mailto:joey@person13.com?subject=you rock opens a new email message to joey@person13.com with a subject of "you rock," and mailto:joey@person13.com?subject=you rock&body=a message for you adds a message body of "a message for you."

The email hyperlink technique works only when the movie is being played in a web browser, because Flash relies on the web browser to have the capability to open the user's mail program. Therefore you cannot control what application is used to create the email message. The application choice is dependent on what default email client has been configured for the web browser. Also, be aware that while the subject and body attributes work for the majority of email clients, there are some for which these attributes are ignored.




Flash 8 Cookbook
Flash 8 Cookbook (Cookbooks (OReilly))
ISBN: 0596102402
EAN: 2147483647
Year: 2007
Pages: 336
Authors: Joey Lott

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net