<?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"
	>
<channel>
	<title>Comments on: Base64 Encoding for ActionScript 3/Flex 2.0</title>
	<atom:link href="http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/</link>
	<description>Agile &#38; Open Source Software, Economics, Liberty and Entrepreneurship</description>
	<pubDate>Wed, 20 Aug 2008 11:26:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: LEE</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-177365</link>
		<dc:creator>LEE</dc:creator>
		<pubDate>Thu, 11 Oct 2007 07:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-177365</guid>
		<description>If you're just base encoding strings, you can easily use Flex's existing classes.  Look to the encode, and flush methods.  I mention it on my blog, but found the classes thanks to you !!!</description>
		<content:encoded><![CDATA[<p>If you&#8217;re just base encoding strings, you can easily use Flex&#8217;s existing classes.  Look to the encode, and flush methods.  I mention it on my blog, but found the classes thanks to you !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SzyTamas</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-149710</link>
		<dc:creator>SzyTamas</dc:creator>
		<pubDate>Sun, 16 Sep 2007 15:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-149710</guid>
		<description>Great, but I have a question. Why it is encoding (or decoding) the non-english letters wrong.
I input this string: "MÃ³kamaki mizÃ©riÃ¡ja" and I recive this one after encoding and decoding: "Mkamaki mizrija"? I lost all my "special" characters...</description>
		<content:encoded><![CDATA[<p>Great, but I have a question. Why it is encoding (or decoding) the non-english letters wrong.<br />
I input this string: &#8220;MÃ³kamaki mizÃ©riÃ¡ja&#8221; and I recive this one after encoding and decoding: &#8220;Mkamaki mizrija&#8221;? I lost all my &#8220;special&#8221; characters&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-68210</link>
		<dc:creator>Vinod</dc:creator>
		<pubDate>Thu, 14 Jun 2007 15:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-68210</guid>
		<description>I used the Base64 encoder provided in the article, but the encoded string is not divisible by 4. All Base64 encoded strings should be divisible by 4 so this does not work when you encode and call a Java webservice, since it will complain that "java.lang.IllegalArgumentException: Length of Base64 encoded input string is not a multiple of 4."</description>
		<content:encoded><![CDATA[<p>I used the Base64 encoder provided in the article, but the encoded string is not divisible by 4. All Base64 encoded strings should be divisible by 4 so this does not work when you encode and call a Java webservice, since it will complain that &#8220;java.lang.IllegalArgumentException: Length of Base64 encoded input string is not a multiple of 4.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-5945</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Tue, 16 Jan 2007 19:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-5945</guid>
		<description>Sorry, what do you mean?</description>
		<content:encoded><![CDATA[<p>Sorry, what do you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-5942</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 16 Jan 2007 18:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-5942</guid>
		<description>How Can I display that Image on webpage. Can I bind to Image control? After Decoding?</description>
		<content:encoded><![CDATA[<p>How Can I display that Image on webpage. Can I bind to Image control? After Decoding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markas read</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-2587</link>
		<dc:creator>markas read</dc:creator>
		<pubDate>Fri, 08 Dec 2006 21:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-2587</guid>
		<description>thanks jb</description>
		<content:encoded><![CDATA[<p>thanks jb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Nussbaum</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-388</link>
		<dc:creator>Jason Nussbaum</dc:creator>
		<pubDate>Wed, 02 Aug 2006 14:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-388</guid>
		<description>Like I said, I know I'd seen it...and there were docs for it at one point in time, but they're very gone now. Oh well.</description>
		<content:encoded><![CDATA[<p>Like I said, I know I&#8217;d seen it&#8230;and there were docs for it at one point in time, but they&#8217;re very gone now. Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-114</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Fri, 26 May 2006 13:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-114</guid>
		<description>Actually, I have discovered by looking at CoreLib that it is there in the code - (mx.util.Base64Encoder), but it is not in the documentation.</description>
		<content:encoded><![CDATA[<p>Actually, I have discovered by looking at CoreLib that it is there in the code - (mx.util.Base64Encoder), but it is not in the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Nussbaum</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-113</link>
		<dc:creator>Jason Nussbaum</dc:creator>
		<pubDate>Fri, 26 May 2006 13:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-113</guid>
		<description>I've officially lost my marbles. I definitely saw that - it was there. Beta 1 or 2. Or alpha.

I have no idea where it's gone.

So, ignore my question. Blame it on the lack of marbles. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve officially lost my marbles. I definitely saw that - it was there. Beta 1 or 2. Or alpha.</p>
<p>I have no idea where it&#8217;s gone.</p>
<p>So, ignore my question. Blame it on the lack of marbles. <img src='http://undefined.com/ia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-108</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Thu, 25 May 2006 21:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-108</guid>
		<description>Heh.  I felt really stupid for a while, but I just checked the Actionscript 3.0 docs at the Adobe site, including the corelib documentation, and I can't find anything that indicates native Base64 support in AS3.</description>
		<content:encoded><![CDATA[<p>Heh.  I felt really stupid for a while, but I just checked the Actionscript 3.0 docs at the Adobe site, including the corelib documentation, and I can&#8217;t find anything that indicates native Base64 support in AS3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Nussbaum</title>
		<link>http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-107</link>
		<dc:creator>Jason Nussbaum</dc:creator>
		<pubDate>Thu, 25 May 2006 18:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/#comment-107</guid>
		<description>Cool. Thanks!

One question, though: doesn't AS 3.0 have a native Base64 encoder? :D</description>
		<content:encoded><![CDATA[<p>Cool. Thanks!</p>
<p>One question, though: doesn&#8217;t AS 3.0 have a native Base64 encoder? <img src='http://undefined.com/ia/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
