<?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: Displaying an image saved as a Base64 encoded string in Flex 3</title>
	<atom:link href="http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/</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: Soheil Jadidian</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-8504</link>
		<dc:creator>Soheil Jadidian</dc:creator>
		<pubDate>Sat, 30 Oct 2010 04:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-8504</guid>
		<description>Man! You&#039;ve just turned on the light bulb over my brain after 2 days struggling with PHP GD library and a bunch of Flex display objects... Thanks.</description>
		<content:encoded><![CDATA[<p>Man! You&#8217;ve just turned on the light bulb over my brain after 2 days struggling with PHP GD library and a bunch of Flex display objects&#8230; Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-7129</link>
		<dc:creator>sebastian</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-7129</guid>
		<description>how do you encode the image to base64? do you have an example?</description>
		<content:encoded><![CDATA[<p>how do you encode the image to base64? do you have an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-7016</link>
		<dc:creator>Ajith</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-7016</guid>
		<description>Hi peter , i had used the tilelist so i need the base64 string  decoding in image&#039;s  source tag..

thanks in advance 
Ajith</description>
		<content:encoded><![CDATA[<p>Hi peter , i had used the tilelist so i need the base64 string  decoding in image&#8217;s  source tag..</p>
<p>thanks in advance<br />
Ajith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Wazen</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-6849</link>
		<dc:creator>Joe Wazen</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-6849</guid>
		<description>Hello,

my image is saved in a db table in a field of type image :

the data (jpeg format) looks like
 0xFFD8FFE000104A4649460001010100C000C00000FFDB004300080606070...........

i am retrieving the data as a string, how cn i display this image?

thnks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>my image is saved in a db table in a field of type image :</p>
<p>the data (jpeg format) looks like<br />
 0xFFD8FFE000104A4649460001010100C000C00000FFDB004300080606070&#8230;&#8230;&#8230;..</p>
<p>i am retrieving the data as a string, how cn i display this image?</p>
<p>thnks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-5634</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-5634</guid>
		<description>I need put images in a datagridColumn from database whit a xml file:

&lt;pre lang=&quot;mxml&quot;&gt;

	
	/9j/4RWrRXh..... .....AAAAAAAAAAAAA==
	


&lt;/pre&gt; 


i use the class Bade64Decoder…

my idea:

&lt;pre lang=&quot;mxml&quot;&gt;						


							
								
                    				
                         				
                         				
                    				
               					
              				 
						
 &lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I need put images in a datagridColumn from database whit a xml file:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;">&nbsp;
&nbsp;
	/9j/4RWrRXh..... .....AAAAAAAAAAAAA==</pre></div></div>

<p>i use the class Bade64Decoder…</p>
<p>my idea:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;">&nbsp;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-5633</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-5633</guid>
		<description>I need put images in a datagridColumn from database whit a xml file:

&lt;code&gt;

	
	/9j/4RWrRXh..... .....AAAAAAAAAAAAA==
	


&lt;/code&gt; 


i use the class Bade64Decoder…

my idea:

&lt;code&gt;						


							
								
                    				
                         				
                         				
                    				
               					
              				 
						
 &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I need put images in a datagridColumn from database whit a xml file:</p>
<p><code></p>
<p>	/9j/4RWrRXh..... .....AAAAAAAAAAAAA==</p>
<p></code> </p>
<p>i use the class Bade64Decoder…</p>
<p>my idea:</p>
<p><code>						</p>
<p> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-5632</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-5632</guid>
		<description>sorry 

						
							
								
                    				
                         				
                         				
                    				
               					
              				 
						</description>
		<content:encoded><![CDATA[<p>sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-5631</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-5631</guid>
		<description>I need put images in a datagridColumn from database whit a xml file:
i use the class Bade64Decoder...

my idea:


&lt;pre lang=&quot;mxml&quot;&gt;

	
							
								
                    				
                         				
                         				
                    				
               					
              				 
						





&lt;/pre&gt;


any Idea?</description>
		<content:encoded><![CDATA[<p>I need put images in a datagridColumn from database whit a xml file:<br />
i use the class Bade64Decoder&#8230;</p>
<p>my idea:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;">&nbsp;</pre></div></div>

<p>any Idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: passeyhead</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-2899</link>
		<dc:creator>passeyhead</dc:creator>
		<pubDate>Thu, 28 May 2009 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-2899</guid>
		<description>Very nice.  I was looking for an example of how to stream image data from a PHP script to the Image component.  This works very nice.  Thanks a heap!</description>
		<content:encoded><![CDATA[<p>Very nice.  I was looking for an example of how to stream image data from a PHP script to the Image component.  This works very nice.  Thanks a heap!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lixz</title>
		<link>http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/comment-page-1/#comment-2900</link>
		<dc:creator>lixz</dc:creator>
		<pubDate>Sun, 12 Apr 2009 14:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/17/displaying-an-image-saved-as-a-base64-encoded-string-in-flex-3/#comment-2900</guid>
		<description>hi there. thanks for the articles. however, i combined some of articles in this sites, so i can preview an image that browsed from FileReference and convert it into Bitmap.

http://ficforlife.com/2009/04/flex-how-to-create-bitmap-from.html

hope that will useful, thank you very much.</description>
		<content:encoded><![CDATA[<p>hi there. thanks for the articles. however, i combined some of articles in this sites, so i can preview an image that browsed from FileReference and convert it into Bitmap.</p>
<p><a href="http://ficforlife.com/2009/04/flex-how-to-create-bitmap-from.html" rel="nofollow">http://ficforlife.com/2009/04/flex-how-to-create-bitmap-from.html</a></p>
<p>hope that will useful, thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

