

































<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Sending Email from Flash (mailto:)</title>
	<link>http://www.quip.net/blog/2006/flash/sending-email-mailto</link>
	<description>Luck is the residue of good design.</description>
	<pubDate>Tue, 07 Feb 2012 19:04:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Domenic</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-581185</link>
		<pubDate>Fri, 11 Nov 2011 18:43:00 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-581185</guid>
					<description>It is some thing I must find more information about, appreciation for the blog post.</description>
		<content:encoded><![CDATA[<p>It is some thing I must find more information about, appreciation for the blog post.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Forrest</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-388092</link>
		<pubDate>Fri, 01 May 2009 23:07:03 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-388092</guid>
					<description>Hey David. Great tutorial thanks.
I have a question regarding how to incorporate a URL click through into the &amp;#38;body of the message, so that the message contains a clickable URL for the receiver of the email to go to a certain website. 

Also, I have been unable to create a line break in the &amp;#38;body. I have tried newline, , .

great job

Forrest :)</description>
		<content:encoded><![CDATA[<p>Hey David. Great tutorial thanks.<br />
I have a question regarding how to incorporate a URL click through into the &amp;body of the message, so that the message contains a clickable URL for the receiver of the email to go to a certain website. </p>
<p>Also, I have been unable to create a line break in the &amp;body. I have tried newline, , .</p>
<p>great job</p>
<p>Forrest <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: greg</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-388091</link>
		<pubDate>Fri, 01 May 2009 23:00:42 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-388091</guid>
					<description>Very helpful stuff, David.</description>
		<content:encoded><![CDATA[<p>Very helpful stuff, David.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Derek</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-249425</link>
		<pubDate>Sun, 17 Aug 2008 06:58:25 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-249425</guid>
					<description>Hi,

When I use the mailto command in Firefox, it works just fine, but when I use Explorer, it opens the e-mail form properly, but also brings up an extra Explorer window, with the mailto command in it's address bar, that says:
Navigation to the webpage was canceled 
   
   What you can try: 
     Retype the address. 
 
So people can still send me an e-mail, they just get this extra page opening up with an error.  It looks unprofessional.  Any idea why this is happening?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I use the mailto command in Firefox, it works just fine, but when I use Explorer, it opens the e-mail form properly, but also brings up an extra Explorer window, with the mailto command in it&#8217;s address bar, that says:<br />
Navigation to the webpage was canceled </p>
<p>   What you can try:<br />
     Retype the address. </p>
<p>So people can still send me an e-mail, they just get this extra page opening up with an error.  It looks unprofessional.  Any idea why this is happening?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: EDK</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-143649</link>
		<pubDate>Wed, 05 Mar 2008 17:51:38 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-143649</guid>
					<description>Hi I am working with flash 9 and actionscript 3.0 
I am trying to find a way to have email sent from my flash site to myself. Has nything been done about this or am I simply confused ....possible the later ;)

thanks

EDK</description>
		<content:encoded><![CDATA[<p>Hi I am working with flash 9 and actionscript 3.0<br />
I am trying to find a way to have email sent from my flash site to myself. Has nything been done about this or am I simply confused &#8230;.possible the later <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>thanks</p>
<p>EDK
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-118581</link>
		<pubDate>Tue, 08 Jan 2008 06:34:16 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-118581</guid>
					<description>Cedric,

Alas, the short answer is no.

What you're calling a function (mailto) is actually a protocol, like the http protocol used in browsers.  The explicit mention of a given protocol tells the operating system how to interpret the data that go with it &amp;#8212; in this case, an email address and possibly additional email-related information. Flash Player simply isn't an email client, which is why it relies on the &lt;em&gt;default&lt;/em&gt; email client (e.g. Outlook Express) installed on the user's machine.

The mailto protocol in Flash works very much like the same protocol used in HTML documents.  If you add an &lt;code&gt;&amp;#60;a&amp;#62;&lt;/code&gt; tag for the same email address in an HTML page, does the hyperlink open your email client?</description>
		<content:encoded><![CDATA[<p>Cedric,</p>
<p>Alas, the short answer is no.</p>
<p>What you&#8217;re calling a function (mailto) is actually a protocol, like the http protocol used in browsers.  The explicit mention of a given protocol tells the operating system how to interpret the data that go with it &mdash; in this case, an email address and possibly additional email-related information. Flash Player simply isn&#8217;t an email client, which is why it relies on the <em>default</em> email client (e.g. Outlook Express) installed on the user&#8217;s machine.</p>
<p>The mailto protocol in Flash works very much like the same protocol used in HTML documents.  If you add an <code>&lt;a&gt;</code> tag for the same email address in an HTML page, does the hyperlink open your email client?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cedric</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-118512</link>
		<pubDate>Mon, 07 Jan 2008 22:44:50 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-118512</guid>
					<description>Hi David,

Is it possible for &quot;mailto&quot; to function in flash only? as well as .exe ?
I've tried the coding you given here but the outlook express doesn't appear
when i test movie in flash.
Please help me !!
Thanks in advance, appreciate your sharing :)

Cedric</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Is it possible for &#8220;mailto&#8221; to function in flash only? as well as .exe ?<br />
I&#8217;ve tried the coding you given here but the outlook express doesn&#8217;t appear<br />
when i test movie in flash.<br />
Please help me !!<br />
Thanks in advance, appreciate your sharing <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cedric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-118397</link>
		<pubDate>Mon, 07 Jan 2008 13:53:19 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-118397</guid>
					<description>Hi, rickey,

If you're familiar with PHP at all, you should be able to convert a regular PHP form handler &amp;#8212; the kind that sends an email to you (rather than a friend) &amp;#8212; to the sort you need.  You'll just replace the To: field with a variable sent from the SWF.

I did find quite a few &quot;tell a friend&quot; scripts via Google.  I happen to like PHP, but any server-side scripting language will do.  If you can submit to a script from an HTML page, Flash will be able to do the same.  Here's a free one that came up near the top of my search list:

Softpedia's &lt;a href=&quot;http://webscripts.softpedia.com/script/Form-Processors/Tell-a-Friend-PHP-Script-1965.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Tell a Friend PHP Script 1.01&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi, rickey,</p>
<p>If you&#8217;re familiar with PHP at all, you should be able to convert a regular PHP form handler &mdash; the kind that sends an email to you (rather than a friend) &mdash; to the sort you need.  You&#8217;ll just replace the To: field with a variable sent from the SWF.</p>
<p>I did find quite a few &#8220;tell a friend&#8221; scripts via Google.  I happen to like PHP, but any server-side scripting language will do.  If you can submit to a script from an HTML page, Flash will be able to do the same.  Here&#8217;s a free one that came up near the top of my search list:</p>
<p>Softpedia&#8217;s <a href="http://webscripts.softpedia.com/script/Form-Processors/Tell-a-Friend-PHP-Script-1965.html" target="_blank" rel="nofollow">Tell a Friend PHP Script 1.01</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rickey</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-116501</link>
		<pubDate>Mon, 31 Dec 2007 14:59:19 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-116501</guid>
					<description>hi every one big ups i have a problem making a tell a friend form
i make the form in flash cs3 but i need the proper script to go with 
the submit button, i would like when my visiter click the submit button
the email is sent using the email address the user input in the friends 
email field could some one shed some light on this or email me the proper script thank you in advance (rickey@superjamaica.com)</description>
		<content:encoded><![CDATA[<p>hi every one big ups i have a problem making a tell a friend form<br />
i make the form in flash cs3 but i need the proper script to go with<br />
the submit button, i would like when my visiter click the submit button<br />
the email is sent using the email address the user input in the friends<br />
email field could some one shed some light on this or email me the proper script thank you in advance (rickey@superjamaica.com)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-111794</link>
		<pubDate>Fri, 14 Dec 2007 15:55:07 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-111794</guid>
					<description>&lt;strong&gt;To Nigel ...&lt;/strong&gt;

Is it doing that even when the SWF has been uploaded to your server?  isaque notice that the problem went away from tested remotely.

&lt;strong&gt;To isaque ...&lt;/strong&gt;

For better or worse, that's likely a limitation that can't be avoided.

&lt;strong&gt;To Brian ...&lt;/strong&gt;

I've never used Lotus Notes, so I can't help you on this one.  :-/  Here's hoping other readers can!</description>
		<content:encoded><![CDATA[<p><strong>To Nigel &#8230;</strong></p>
<p>Is it doing that even when the SWF has been uploaded to your server?  isaque notice that the problem went away from tested remotely.</p>
<p><strong>To isaque &#8230;</strong></p>
<p>For better or worse, that&#8217;s likely a limitation that can&#8217;t be avoided.</p>
<p><strong>To Brian &#8230;</strong></p>
<p>I&#8217;ve never used Lotus Notes, so I can&#8217;t help you on this one.  :-/  Here&#8217;s hoping other readers can!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

