<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Previewing an image before uploading it using the FileReference class in Flash Player 10</title>
	<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Sun, 05 Jul 2009 20:33:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Gilbert</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-19806</link>
		<author>Gilbert</author>
		<pubDate>Thu, 02 Jul 2009 20:44:35 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-19806</guid>
		<description>Peter,

I tested it on Flex 3.3 and it works fine for images.

Is it possible to load a video with a similar method?
If so, how can be done?

I tried, but the fileReference.data is a ByteArray and the video.source expects a String.

Thanks,

Gilbert</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>I tested it on Flex 3.3 and it works fine for images.</p>
<p>Is it possible to load a video with a similar method?<br />
If so, how can be done?</p>
<p>I tried, but the fileReference.data is a ByteArray and the video.source expects a String.</p>
<p>Thanks,</p>
<p>Gilbert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ady Levy</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-19427</link>
		<author>Ady Levy</author>
		<pubDate>Sun, 07 Jun 2009 21:33:11 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-19427</guid>
		<description>i've released a source code for image preview and manipulation before upload + php script for image reciving in server.

check out : http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/

Ady.</description>
		<content:encoded><![CDATA[<p>i&#8217;ve released a source code for image preview and manipulation before upload + php script for image reciving in server.</p>
<p>check out : <a href="http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/" rel="nofollow">http://www.adylevy.com/index.php/2009/06/07/client-side-image-resize-flash-cs4-filereferencedata/</a></p>
<p>Ady.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamrul</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18721</link>
		<author>kamrul</author>
		<pubDate>Sun, 19 Apr 2009 20:00:43 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18721</guid>
		<description>i am very bigenner in flex. i am trying to load image using your reference but it showes some error when i complile it. pls can someone help me how can i do it......</description>
		<content:encoded><![CDATA[<p>i am very bigenner in flex. i am trying to load image using your reference but it showes some error when i complile it. pls can someone help me how can i do it&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denns</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18662</link>
		<author>denns</author>
		<pubDate>Tue, 14 Apr 2009 11:12:16 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18662</guid>
		<description>hi, i tried this using a filereferencelist for uploading multiple files, but now there is the problem that if i take bigger files (like from a digital camera) the browser will use about 1GB of RAM. Is there any possibility to reduce the ram usage somehow?? any different kind of loading the picture or downscale it somehow??</description>
		<content:encoded><![CDATA[<p>hi, i tried this using a filereferencelist for uploading multiple files, but now there is the problem that if i take bigger files (like from a digital camera) the browser will use about 1GB of RAM. Is there any possibility to reduce the ram usage somehow?? any different kind of loading the picture or downscale it somehow??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasen Burkett</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18561</link>
		<author>Jasen Burkett</author>
		<pubDate>Mon, 06 Apr 2009 02:45:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18561</guid>
		<description>is there any app out there or tutorial for as3? and flash? not flex?

thanks

here is a good one for you.

I have used countless flash as3 uploaders.  they all work.
however, when flash goes to retrieve the image and show it in
a photo gallery, or news slider, flash for some reason can not
see that the image is there, and so it throws a error.

if I upload the images by hand using ftp, flash has no problems
seeing the images on the server.  why is that?</description>
		<content:encoded><![CDATA[<p>is there any app out there or tutorial for as3? and flash? not flex?</p>
<p>thanks</p>
<p>here is a good one for you.</p>
<p>I have used countless flash as3 uploaders.  they all work.<br />
however, when flash goes to retrieve the image and show it in<br />
a photo gallery, or news slider, flash for some reason can not<br />
see that the image is there, and so it throws a error.</p>
<p>if I upload the images by hand using ftp, flash has no problems<br />
seeing the images on the server.  why is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ropo</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18133</link>
		<author>ropo</author>
		<pubDate>Fri, 27 Feb 2009 15:02:20 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18133</guid>
		<description>If Flex Builder tells you that .load() is undefined you have to select the correct SDK 

!AND!

check "Require flash player version 10.0.0"</description>
		<content:encoded><![CDATA[<p>If Flex Builder tells you that .load() is undefined you have to select the correct SDK </p>
<p>!AND!</p>
<p>check &#8220;Require flash player version 10.0.0&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garth Braithwaite</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18053</link>
		<author>Garth Braithwaite</author>
		<pubDate>Sat, 21 Feb 2009 02:40:45 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18053</guid>
		<description>Very nice.  I'll be playing around with it.</description>
		<content:encoded><![CDATA[<p>Very nice.  I&#8217;ll be playing around with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18044</link>
		<author>Craig</author>
		<pubDate>Fri, 20 Feb 2009 17:09:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-18044</guid>
		<description>Really nice</description>
		<content:encoded><![CDATA[<p>Really nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim Ersoy</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-17986</link>
		<author>Ibrahim Ersoy</author>
		<pubDate>Sat, 14 Feb 2009 03:25:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-17986</guid>
		<description>hey Thanks for the source code.But how can i convert it to Flex 2? i have a project and cant upgrade to flex 3 right now. Any option how can i do this in Flex 2?

Thank u so much</description>
		<content:encoded><![CDATA[<p>hey Thanks for the source code.But how can i convert it to Flex 2? i have a project and cant upgrade to flex 3 right now. Any option how can i do this in Flex 2?</p>
<p>Thank u so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-17936</link>
		<author>suresh</author>
		<pubDate>Mon, 09 Feb 2009 07:15:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/08/25/previewing-an-image-before-uploading-it-using-the-filereference-class-in-flash-player-10/#comment-17936</guid>
		<description>Dear Peter, 

I was checking the site from Friday night more than 10 times , I know you ll be busy.
Please let me know the solution once you are done :-) i am facing the bug.
Thanks in advance

Suresh</description>
		<content:encoded><![CDATA[<p>Dear Peter, </p>
<p>I was checking the site from Friday night more than 10 times , I know you ll be busy.<br />
Please let me know the solution once you are done :-) i am facing the bug.<br />
Thanks in advance</p>
<p>Suresh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
