<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adobe Air mailto special characters mega problem in mac os x</title>
	<atom:link href="http://www.bronsonid.com/techblog/adobe-air-mailto-special-characters-mega-problem-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bronsonid.com/techblog/adobe-air-mailto-special-characters-mega-problem-in-mac-os-x/</link>
	<description>Malmös trevligaste webbyrå</description>
	<lastBuildDate>Thu, 18 Mar 2010 09:26:54 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tineacire</title>
		<link>http://www.bronsonid.com/techblog/adobe-air-mailto-special-characters-mega-problem-in-mac-os-x/comment-page-1/#comment-122</link>
		<dc:creator>Tineacire</dc:creator>
		<pubDate>Thu, 21 May 2009 02:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bronsonid.com/blog/tech/?p=3#comment-122</guid>
		<description>Wonderful info. Will definitely come back again=D</description>
		<content:encoded><![CDATA[<p>Wonderful info. Will definitely come back again=D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo</title>
		<link>http://www.bronsonid.com/techblog/adobe-air-mailto-special-characters-mega-problem-in-mac-os-x/comment-page-1/#comment-121</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Mon, 16 Mar 2009 09:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bronsonid.com/blog/tech/?p=3#comment-121</guid>
		<description>Hi Will

Thanks for you comment. I don&#039;t think that you can attach a file that way, since it would mean that you could attach a file with a standard link in a browser. For example, if you have a page with an anchor tag, you could attach a windows system file (since most people have windows installed at c:\windows it would be quite easy to guess where it is) without showing the user too much.

Since the solution i showed creates a standard javascript inside a html page, I would guess that the same restrictions apply there.

But please let me know if you find a way of solving it.</description>
		<content:encoded><![CDATA[<p>Hi Will</p>
<p>Thanks for you comment. I don&#8217;t think that you can attach a file that way, since it would mean that you could attach a file with a standard link in a browser. For example, if you have a page with an anchor tag, you could attach a windows system file (since most people have windows installed at c:\windows it would be quite easy to guess where it is) without showing the user too much.</p>
<p>Since the solution i showed creates a standard javascript inside a html page, I would guess that the same restrictions apply there.</p>
<p>But please let me know if you find a way of solving it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.bronsonid.com/techblog/adobe-air-mailto-special-characters-mega-problem-in-mac-os-x/comment-page-1/#comment-120</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bronsonid.com/blog/tech/?p=3#comment-120</guid>
		<description>Excellent, this was really useful thanks. Is it also possible to add attachments? I&#039;ve tried using this approach but no luck..

private function mailto():void
            {
                var html:HTMLLoader = new HTMLLoader();
                html.htmlHost = new HTMLHost();
                var mailtoString:String = &#039;location.href=&#039;;
                mailtoString += &#039;&quot;mailto:name@domain.com?&#039;;
                mailtoString += &#039;subject=hello&#039;;
                mailtoString += &#039;&amp;attachments=C:\flex3\test-app.xml&#039;;
                mailtoString += &#039;&#039;;
                html.loadString(mailtoString);
            }</description>
		<content:encoded><![CDATA[<p>Excellent, this was really useful thanks. Is it also possible to add attachments? I&#8217;ve tried using this approach but no luck..</p>
<p>private function mailto():void<br />
            {<br />
                var html:HTMLLoader = new HTMLLoader();<br />
                html.htmlHost = new HTMLHost();<br />
                var mailtoString:String = &#8216;location.href=&#8217;;<br />
                mailtoString += &#8216;&#8221;mailto:name@domain.com?&#8217;;<br />
                mailtoString += &#8217;subject=hello&#8217;;<br />
                mailtoString += &#8216;&amp;attachments=C:\flex3\test-app.xml&#8217;;<br />
                mailtoString += &#8221;;<br />
                html.loadString(mailtoString);<br />
            }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert German</title>
		<link>http://www.bronsonid.com/techblog/adobe-air-mailto-special-characters-mega-problem-in-mac-os-x/comment-page-1/#comment-119</link>
		<dc:creator>Robert German</dc:creator>
		<pubDate>Mon, 10 Nov 2008 14:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bronsonid.com/blog/tech/?p=3#comment-119</guid>
		<description>This is why we are happy clients. Great work!</description>
		<content:encoded><![CDATA[<p>This is why we are happy clients. Great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
