<?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: How To Build a Download Application in Flex</title>
	<atom:link href="http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:18:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diggabyte</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-1822</link>
		<dc:creator>diggabyte</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-1822</guid>
		<description>@Igor 

You problem is IE6. Do not support it. It&#039;s 2010. No matter what your site is, we all deal with this crap IE6 support. After much research and debate, we&#039;ve decided that given IE6 users are generally too stupid to upgrade their browsers, they are also likely to be least actionable users on our site. That is to say, they are the least probable to convert into any meaningful action (register, upload, buy, etc). Don&#039;t waste your energy on the IE6 morons. They are an edge-case. And a highly unprofitable and time-consuming one at that.</description>
		<content:encoded><![CDATA[<p>@Igor </p>
<p>You problem is IE6. Do not support it. It&#8217;s 2010. No matter what your site is, we all deal with this crap IE6 support. After much research and debate, we&#8217;ve decided that given IE6 users are generally too stupid to upgrade their browsers, they are also likely to be least actionable users on our site. That is to say, they are the least probable to convert into any meaningful action (register, upload, buy, etc). Don&#8217;t waste your energy on the IE6 morons. They are an edge-case. And a highly unprofitable and time-consuming one at that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-1819</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-1819</guid>
		<description>I have problem with download when i specify network drive. Download starting and continue, but my progress bar not moving and my browser (IE6 only) has freeze up. Do you have any solutions for it.</description>
		<content:encoded><![CDATA[<p>I have problem with download when i specify network drive. Download starting and continue, but my progress bar not moving and my browser (IE6 only) has freeze up. Do you have any solutions for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-1570</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-1570</guid>
		<description>Hello! Jo and Alex you&#039;re right. There is a bug. Didn&#039;t had time to test it till now. My guess is that there is a problem in the &lt;b&gt;refresh&lt;/b&gt; function. 

Instead of doing this
&lt;pre lang=&quot;actionscript&quot;&gt;downloadList.dataProvider = new ArrayCollection();&lt;/pre&gt;
do this
&lt;pre lang=&quot;actionscript&quot;&gt;fileListProvider = new ArrayCollection();&lt;/pre&gt;

Thanks for pointing it out. Also changed in the article. Thank you guys.</description>
		<content:encoded><![CDATA[<p>Hello! Jo and Alex you&#8217;re right. There is a bug. Didn&#8217;t had time to test it till now. My guess is that there is a problem in the <b>refresh</b> function. </p>
<p>Instead of doing this</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">downloadList.<span style="color: #006600;">dataProvider</span> = <span style="color: #000000; font-weight: bold;">new</span> ArrayCollection<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>do this</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">fileListProvider = <span style="color: #000000; font-weight: bold;">new</span> ArrayCollection<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>Thanks for pointing it out. Also changed in the article. Thank you guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-1569</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-1569</guid>
		<description>Hi, I added some files, clicked refresh, after that could not add new files, they just do not come up in a list.
regards</description>
		<content:encoded><![CDATA[<p>Hi, I added some files, clicked refresh, after that could not add new files, they just do not come up in a list.<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-1008</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Sat, 20 Dec 2008 09:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-1008</guid>
		<description>There is a bug. If I download one file and after refreshed I try to download an other the applications do not works.
--
Adobe Flex, Flash Alik View and Business Intelligence
http://www.bintelligence.altervista.org/</description>
		<content:encoded><![CDATA[<p>There is a bug. If I download one file and after refreshed I try to download an other the applications do not works.<br />
&#8211;<br />
Adobe Flex, Flash Alik View and Business Intelligence<br />
<a href="http://www.bintelligence.altervista.org/" rel="nofollow">http://www.bintelligence.altervista.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-704</link>
		<dc:creator>José</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-704</guid>
		<description>Hi,
how i used the &quot;dataForFormat&quot; when i have a XMLlist using the tag node, and how many format exist.

ex: event.dragSource.dataForFormat(&quot;nodeLabel&quot;).toString();

i from chile.
saludos.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
how i used the &#8220;dataForFormat&#8221; when i have a XMLlist using the tag node, and how many format exist.</p>
<p>ex: event.dragSource.dataForFormat(&#8220;nodeLabel&#8221;).toString();</p>
<p>i from chile.<br />
saludos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-606</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Tue, 12 Aug 2008 06:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-606</guid>
		<description>You need to use &lt;b&gt;crossdomain.xml&lt;/b&gt; file on the server&#039;s root to grant access from outside server&#039;s domain. Please take a look at this &lt;a href=&quot;http://www.flexer.info/2007/10/17/cross-domain-policy/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;cross domain article&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You need to use <b>crossdomain.xml</b> file on the server&#8217;s root to grant access from outside server&#8217;s domain. Please take a look at this <a href="http://www.flexer.info/2007/10/17/cross-domain-policy/" target="_blank" rel="nofollow">cross domain article</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-605</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-605</guid>
		<description>Hi, Great article. I had no problems testing the code. I tried to use my own servers. In the development application (flex) I can run it with no problems but when I call it from the web address I can&#039;t see the file&#039;s list.</description>
		<content:encoded><![CDATA[<p>Hi, Great article. I had no problems testing the code. I tried to use my own servers. In the development application (flex) I can run it with no problems but when I call it from the web address I can&#8217;t see the file&#8217;s list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial &#124; How To Build a Download Application in Flex &#171; Flash Enabled Blog</title>
		<link>http://www.flexer.info/2008/05/12/how-to-build-a-download-application-in-flex/comment-page-1/#comment-208</link>
		<dc:creator>Tutorial &#124; How To Build a Download Application in Flex &#171; Flash Enabled Blog</dc:creator>
		<pubDate>Tue, 13 May 2008 15:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=144#comment-208</guid>
		<description>[...] the power of Flex: doing complex applications with a few lines of codding. Read full tutorial and download support files - Possibly related posts: (automatically generated) Tutorial - Desktop RSS with Adobe AIR, Creating HTML AIR Applications [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; background: #d3e1ef; /* border: dotted 1px #777777; */">
<p>[...] the power of Flex: doing complex applications with a few lines of codding. Read full tutorial and download support files &#8211; Possibly related posts: (automatically generated) Tutorial &#8211; Desktop RSS with Adobe AIR, Creating HTML AIR Applications [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
