<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: File download without any server (ASP,PHP,etc) script in flash player 10</title>
	<atom:link href="http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/</link>
	<description>Flex Tricks - Tips - Code Snippets</description>
	<lastBuildDate>Sat, 14 Nov 2009 18:48:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shrikant Patil</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-178</link>
		<dc:creator>Shrikant Patil</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-178</guid>
		<description>Yes you can do it in flex, put the same code it will work in flex too. Flex framework is written using actionscript , so it will work. :)</description>
		<content:encoded><![CDATA[<p>Yes you can do it in flex, put the same code it will work in flex too. Flex framework is written using actionscript , so it will work. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amutha</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-176</link>
		<dc:creator>Amutha</dc:creator>
		<pubDate>Thu, 15 Oct 2009 11:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-176</guid>
		<description>hi... i need it in flex..can i save and load the files in flex into server without server side scripting ?</description>
		<content:encoded><![CDATA[<p>hi&#8230; i need it in flex..can i save and load the files in flex into server without server side scripting ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrikant Patil</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-160</link>
		<dc:creator>Shrikant Patil</dc:creator>
		<pubDate>Mon, 17 Aug 2009 04:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-160</guid>
		<description>For such kind of operations you need to use any backend technology like ASP.NET, PHP, Java etc.</description>
		<content:encoded><![CDATA[<p>For such kind of operations you need to use any backend technology like ASP.NET, PHP, Java etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-159</link>
		<dc:creator>E</dc:creator>
		<pubDate>Sun, 16 Aug 2009 04:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-159</guid>
		<description>How about uploading it to a hosing site such as MegaSWF and linking to it?</description>
		<content:encoded><![CDATA[<p>How about uploading it to a hosing site such as MegaSWF and linking to it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrikant Patil</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-155</link>
		<dc:creator>Shrikant Patil</dc:creator>
		<pubDate>Wed, 29 Jul 2009 04:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-155</guid>
		<description>Sorry Nate, wordpress not allows to put the files for download, so i am not able to do that.</description>
		<content:encoded><![CDATA[<p>Sorry Nate, wordpress not allows to put the files for download, so i am not able to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-153</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 28 Jul 2009 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-153</guid>
		<description>I would love to see a working example? Any way you can deliver on that?</description>
		<content:encoded><![CDATA[<p>I would love to see a working example? Any way you can deliver on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrikant Patil</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-92</link>
		<dc:creator>Shrikant Patil</dc:creator>
		<pubDate>Tue, 20 Jan 2009 17:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-92</guid>
		<description>Hi,
thanks for you comment.. actually you need to import ;
import flash.utils.ByteArray;  
in the beginning of the class;
And make sure that you need to compiler and run the application in flash cs4, bcoz it targets to flash player 10. It will work</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for you comment.. actually you need to import ;<br />
import flash.utils.ByteArray;<br />
in the beginning of the class;<br />
And make sure that you need to compiler and run the application in flash cs4, bcoz it targets to flash player 10. It will work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Mak</title>
		<link>http://flexscript.wordpress.com/2009/01/11/file-download-without-any-server-aspphpetc-script/#comment-90</link>
		<dc:creator>Jeffery Mak</dc:creator>
		<pubDate>Mon, 19 Jan 2009 10:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://flexscript.wordpress.com/?p=201#comment-90</guid>
		<description>Hi, thanks for the source code.  But I got an error 1046:Type was not found or was not a compile-time constant:BitString.  Any idea what&#039;s wrong with it?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the source code.  But I got an error 1046:Type was not found or was not a compile-time constant:BitString.  Any idea what&#8217;s wrong with it?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
