<?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: Air file.nativePath Vs. file.url</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Thu, 26 Jan 2012 19:11:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: starlover</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-29296</link>
		<dc:creator>starlover</dc:creator>
		<pubDate>Fri, 15 Jul 2011 09:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-29296</guid>
		<description>And?? Did you miss something?

I too ran into the problem that my images did not load on a mac when i use nativepath as saved image urls.

Can i safely use url instead?</description>
		<content:encoded><![CDATA[<p>And?? Did you miss something?</p>
<p>I too ran into the problem that my images did not load on a mac when i use nativepath as saved image urls.</p>
<p>Can i safely use url instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Dennett</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-26832</link>
		<dc:creator>Chris Dennett</dc:creator>
		<pubDate>Wed, 06 Oct 2010 20:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-26832</guid>
		<description>Thank you for this.  Swapping .nativePath for .url has now made me all Mac compatible which gives me a nice warm feeling inside... or that may be the wine.  But either way, thank you for your post, you&#039;re a wonderful person.</description>
		<content:encoded><![CDATA[<p>Thank you for this.  Swapping .nativePath for .url has now made me all Mac compatible which gives me a nice warm feeling inside&#8230; or that may be the wine.  But either way, thank you for your post, you&#8217;re a wonderful person.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deRijk</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-24000</link>
		<dc:creator>deRijk</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-24000</guid>
		<description>This saved my day Arno.</description>
		<content:encoded><![CDATA[<p>This saved my day Arno.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovaseethell</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-23353</link>
		<dc:creator>ovaseethell</dc:creator>
		<pubDate>Tue, 15 Dec 2009 02:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-23353</guid>
		<description>Howdy - This is a great place

Just registered and wanted to say hello.</description>
		<content:encoded><![CDATA[<p>Howdy &#8211; This is a great place</p>
<p>Just registered and wanted to say hello.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-6440</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Thu, 08 May 2008 18:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-6440</guid>
		<description>that sounds like a reasonable purpose to use nativePath. But why are the people of those scripts using file.nativePath instead of file.url?</description>
		<content:encoded><![CDATA[<p>that sounds like a reasonable purpose to use nativePath. But why are the people of those scripts using file.nativePath instead of file.url?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-6439</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 08 May 2008 18:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-6439</guid>
		<description>The nativePath is formatted to a path the average user understands.  Some users might see file:///C:/Program Files/... on windows and say: huh?

nativePath would read so they see C:\Program Files\... which would make sense to them.

I&#039;ve always used nativePath when displaying a filepath to a user (like depicting a file they&#039;ve chosen), and a url when you are loading that content into an Image component or something.</description>
		<content:encoded><![CDATA[<p>The nativePath is formatted to a path the average user understands.  Some users might see file:///C:/Program Files/&#8230; on windows and say: huh?</p>
<p>nativePath would read so they see C:\Program Files\&#8230; which would make sense to them.</p>
<p>I&#8217;ve always used nativePath when displaying a filepath to a user (like depicting a file they&#8217;ve chosen), and a url when you are loading that content into an Image component or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin</title>
		<link>http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/comment-page-1/#comment-6438</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Thu, 08 May 2008 16:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/air-filenativepath-vs-fileurl/#comment-6438</guid>
		<description>I was wondering the exact same thing...
If someone has a clue!</description>
		<content:encoded><![CDATA[<p>I was wondering the exact same thing&#8230;<br />
If someone has a clue!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

