<?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: Saving files locally using the FileReference class&#8217;s save() method in Flash Player 10</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ThinhNH</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-10319</link>
		<dc:creator>ThinhNH</dc:creator>
		<pubDate>Sat, 14 Jan 2012 02:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-10319</guid>
		<description>Hi all friends,

I have a problem when I call FileReference.save() to save file image but it don&#039;t show Dialog to save. I use Flex 3.2 and flash 10.
I don&#039;t know why ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi all friends,</p>
<p>I have a problem when I call FileReference.save() to save file image but it don&#8217;t show Dialog to save. I use Flex 3.2 and flash 10.<br />
I don&#8217;t know why ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atish Singh</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-10306</link>
		<dc:creator>Atish Singh</dc:creator>
		<pubDate>Tue, 10 Jan 2012 07:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-10306</guid>
		<description>Hi All,
I have same requirement to save the file in default location without showing the dialog box!!
Please write you get something on this.
thanks in advance :) :)</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
I have same requirement to save the file in default location without showing the dialog box!!<br />
Please write you get something on this.<br />
thanks in advance :) :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matrix</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-10112</link>
		<dc:creator>Matrix</dc:creator>
		<pubDate>Wed, 02 Nov 2011 10:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-10112</guid>
		<description>Is it possible to save multiple files using different file references in the same function? Like saving multiple components in a single mxml file as pngs,jpgs, csv, etc?</description>
		<content:encoded><![CDATA[<p>Is it possible to save multiple files using different file references in the same function? Like saving multiple components in a single mxml file as pngs,jpgs, csv, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorant</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-10027</link>
		<dc:creator>Lorant</dc:creator>
		<pubDate>Thu, 06 Oct 2011 09:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-10027</guid>
		<description>Hi Peter,

Your code don&#039;t working well :(
If I change the &quot;file name&quot; (describeType) into the selection dialog, your code will save the picture without extension so it poor and unusable...

Is there any good script?

Thanks
labi</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Your code don&#8217;t working well :(<br />
If I change the &#8220;file name&#8221; (describeType) into the selection dialog, your code will save the picture without extension so it poor and unusable&#8230;</p>
<p>Is there any good script?</p>
<p>Thanks<br />
labi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gannesh</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-9368</link>
		<dc:creator>Gannesh</dc:creator>
		<pubDate>Tue, 05 Jul 2011 11:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-9368</guid>
		<description>Hi Peter,

- How can we save a file directly without asking user from save dialog of FileReference.save()?
- Is there any work around to achive this in flex(web application)??</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>- How can we save a file directly without asking user from save dialog of FileReference.save()?<br />
- Is there any work around to achive this in flex(web application)??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tinu</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-9029</link>
		<dc:creator>Tinu</dc:creator>
		<pubDate>Tue, 08 Mar 2011 18:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-9029</guid>
		<description>I want to open the file without having save dialog box:
Following is my requirment.
I will be getting the pdf file as base64 encoded blob object from webservice service and i have to open that file to the user.
I was able to decode it and able to convert into byteArray.And gave that byteArray to fileReference.Save method, But i dont want to save the file locally jst need to open it..Is there a way to do to..please help me....Thanks in advance...</description>
		<content:encoded><![CDATA[<p>I want to open the file without having save dialog box:<br />
Following is my requirment.<br />
I will be getting the pdf file as base64 encoded blob object from webservice service and i have to open that file to the user.<br />
I was able to decode it and able to convert into byteArray.And gave that byteArray to fileReference.Save method, But i dont want to save the file locally jst need to open it..Is there a way to do to..please help me&#8230;.Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ac</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-8823</link>
		<dc:creator>ac</dc:creator>
		<pubDate>Mon, 10 Jan 2011 20:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-8823</guid>
		<description>I used the save as text with filereference class and it works. But how can I save text in the following order?

[Inspection Begin]
Type=2
Fields=SEG_ID;Upstream_MH;Downstream_MH;
Data=21204014-21204013;21204014;21204013;
[Inspection End]

Thanks,</description>
		<content:encoded><![CDATA[<p>I used the save as text with filereference class and it works. But how can I save text in the following order?</p>
<p>[Inspection Begin]<br />
Type=2<br />
Fields=SEG_ID;Upstream_MH;Downstream_MH;<br />
Data=21204014-21204013;21204014;21204013;<br />
[Inspection End]</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loogie</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-8474</link>
		<dc:creator>loogie</dc:creator>
		<pubDate>Fri, 22 Oct 2010 19:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-8474</guid>
		<description>use AlivePDF. Free open source PDF library for flash/flex</description>
		<content:encoded><![CDATA[<p>use AlivePDF. Free open source PDF library for flash/flex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loogie</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-8473</link>
		<dc:creator>loogie</dc:creator>
		<pubDate>Fri, 22 Oct 2010 18:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-8473</guid>
		<description>don&#039;t believe so.   I&#039;m assuming it&#039;s an anti-spyware/anti-hacker feature that the user must be warned that flash is saving a file.</description>
		<content:encoded><![CDATA[<p>don&#8217;t believe so.   I&#8217;m assuming it&#8217;s an anti-spyware/anti-hacker feature that the user must be warned that flash is saving a file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murtaza</title>
		<link>http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/comment-page-1/#comment-8205</link>
		<dc:creator>Murtaza</dc:creator>
		<pubDate>Sat, 07 Aug 2010 09:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/25/saving-files-locally-using-the-filereference-classs-save-method-in-flash-player-10/#comment-8205</guid>
		<description>How can we save mp3 file to hard disk in flex4.</description>
		<content:encoded><![CDATA[<p>How can we save mp3 file to hard disk in flex4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

