<?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: Apollo Native File Dialogs</title>
	<atom:link href="http://www.danieldura.com/archive/apollo-native-file-dialogs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danieldura.com/archive/apollo-native-file-dialogs</link>
	<description>All About the Adobe Flash Platform</description>
	<lastBuildDate>Tue, 16 Feb 2010 20:13:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saving photos from Flickr to desktop in Flickrin 2 &#171; FlexNotes</title>
		<link>http://www.danieldura.com/archive/apollo-native-file-dialogs/comment-page-1#comment-20644</link>
		<dc:creator>Saving photos from Flickr to desktop in Flickrin 2 &#171; FlexNotes</dc:creator>
		<pubDate>Sun, 22 Apr 2007 09:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.danieldura.com/archive/apollo-native-file-dialogs#comment-20644</guid>
		<description>[...] 5. http://www.danieldura.com/archive/apollo-native-file-dialogs#more-182 [...]</description>
		<content:encoded><![CDATA[<p>[...] 5. <a href="http://www.danieldura.com/archive/apollo-native-file-dialogs#more-182" rel="nofollow">http://www.danieldura.com/archive/apollo-native-file-dialogs#more-182</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Thomas</title>
		<link>http://www.danieldura.com/archive/apollo-native-file-dialogs/comment-page-1#comment-19795</link>
		<dc:creator>Ian Thomas</dc:creator>
		<pubDate>Mon, 09 Apr 2007 20:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danieldura.com/archive/apollo-native-file-dialogs#comment-19795</guid>
		<description>Hi Daniel,
  If I use your code as written, I get an IOError after closing the save() popup (i.e. your first example).

  However, if I change the following line:
file.addEventListener( Event.OPEN, handle_saveFileSelect );
  to this:
file.addEventListener( Event.SELECT, handle_saveFileSelect );

the problem goes away.

Hope that&#039;s helpful,
  Ian</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
  If I use your code as written, I get an IOError after closing the save() popup (i.e. your first example).</p>
<p>  However, if I change the following line:<br />
file.addEventListener( Event.OPEN, handle_saveFileSelect );<br />
  to this:<br />
file.addEventListener( Event.SELECT, handle_saveFileSelect );</p>
<p>the problem goes away.</p>
<p>Hope that&#8217;s helpful,<br />
  Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Snapshot - a simple Apollo Application.</title>
		<link>http://www.danieldura.com/archive/apollo-native-file-dialogs/comment-page-1#comment-19743</link>
		<dc:creator>Web Snapshot - a simple Apollo Application.</dc:creator>
		<pubDate>Thu, 05 Apr 2007 05:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.danieldura.com/archive/apollo-native-file-dialogs#comment-19743</guid>
		<description>[...] And Daniel Dura had a trick to use a native save windows. [...]</description>
		<content:encoded><![CDATA[<p>[...] And Daniel Dura had a trick to use a native save windows. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Peters</title>
		<link>http://www.danieldura.com/archive/apollo-native-file-dialogs/comment-page-1#comment-19683</link>
		<dc:creator>Keith Peters</dc:creator>
		<pubDate>Thu, 29 Mar 2007 16:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danieldura.com/archive/apollo-native-file-dialogs#comment-19683</guid>
		<description>Another limitation of this is that the dialog titles will say &quot;upload&quot; and &quot;download&quot;, which may be confusing to users who are just loading or saving a file on their local hard drive. Again though, these are just temporary measures until native dialogs are fully supported.</description>
		<content:encoded><![CDATA[<p>Another limitation of this is that the dialog titles will say &#8220;upload&#8221; and &#8220;download&#8221;, which may be confusing to users who are just loading or saving a file on their local hard drive. Again though, these are just temporary measures until native dialogs are fully supported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Dura</title>
		<link>http://www.danieldura.com/archive/apollo-native-file-dialogs/comment-page-1#comment-19682</link>
		<dc:creator>Daniel Dura</dc:creator>
		<pubDate>Thu, 29 Mar 2007 15:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.danieldura.com/archive/apollo-native-file-dialogs#comment-19682</guid>
		<description>James, the sample project doesn&#039;t add any significant functionality. The only thing it does differently is add text fields so that the string you write to the disk can be customized, and when you read from the disk the text will appear in the second TextArea component.</description>
		<content:encoded><![CDATA[<p>James, the sample project doesn&#8217;t add any significant functionality. The only thing it does differently is add text fields so that the string you write to the disk can be customized, and when you read from the disk the text will appear in the second TextArea component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James L</title>
		<link>http://www.danieldura.com/archive/apollo-native-file-dialogs/comment-page-1#comment-19681</link>
		<dc:creator>James L</dc:creator>
		<pubDate>Thu, 29 Mar 2007 14:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.danieldura.com/archive/apollo-native-file-dialogs#comment-19681</guid>
		<description>Would the sample FileSavePanel.mxml add any different functionality?</description>
		<content:encoded><![CDATA[<p>Would the sample FileSavePanel.mxml add any different functionality?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
