<?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, 06 Jan 2009 14:40:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<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>
	<item>
		<title>by: Brian</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-109332</link>
		<pubDate>Thu, 06 Dec 2007 14:59:32 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-109332</guid>
					<description>Great info very very helpful!  Im having the problem of character limit in Lotus Notes...I only seem to be able to get 144 for the body...anymore than that and Lotus notes wont open the email...anyone else with Lotus Notes confirm this for me....thanks a bunch
B</description>
		<content:encoded><![CDATA[<p>Great info very very helpful!  Im having the problem of character limit in Lotus Notes&#8230;I only seem to be able to get 144 for the body&#8230;anymore than that and Lotus notes wont open the email&#8230;anyone else with Lotus Notes confirm this for me&#8230;.thanks a bunch<br />
B
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: isaque</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-104931</link>
		<pubDate>Fri, 23 Nov 2007 19:50:06 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-104931</guid>
					<description>hi folks, i got that same problem, the subject field has not been filled, but in the web-server it worked!
thanks...</description>
		<content:encoded><![CDATA[<p>hi folks, i got that same problem, the subject field has not been filled, but in the web-server it worked!<br />
thanks&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nigel</title>
		<link>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-96077</link>
		<pubDate>Thu, 01 Nov 2007 23:25:24 +0000</pubDate>
		<guid>http://www.quip.net/blog/2006/flash/sending-email-mailto#comment-96077</guid>
					<description>Hi there, 
Great post, you explain things in a very easy to understand way. I have a flash file requiring an email link which i have working (in flash cs3 actionscript 3.0), however when the link is clicked in ie 6+ then it opens up a new (and unwanted) window. is there a way to avoid this?

code:

link_btn.addEventListener(MouseEvent.CLICK,change_page);

function change_page(e:MouseEvent):void
{
navigateToURL(new URLRequest(&quot;mailto:info@website.edu?subject=SUBJECT&amp;#38;body=Enter your name:%0A%0AEnter your email or phone number:&quot;));
}

Would love the help.. cant find much out there on this topic!</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Great post, you explain things in a very easy to understand way. I have a flash file requiring an email link which i have working (in flash cs3 actionscript 3.0), however when the link is clicked in ie 6+ then it opens up a new (and unwanted) window. is there a way to avoid this?</p>
<p>code:</p>
<p>link_btn.addEventListener(MouseEvent.CLICK,change_page);</p>
<p>function change_page(e:MouseEvent):void<br />
{<br />
navigateToURL(new URLRequest(&#8221;mailto:info@website.edu?subject=SUBJECT&amp;body=Enter your name:%0A%0AEnter your email or phone number:&#8221;));<br />
}</p>
<p>Would love the help.. cant find much out there on this topic!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
