<?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: ActionScript 3.0 Base64 encoder/decoder</title>
	<atom:link href="http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/feed/" rel="self" type="application/rss+xml" />
	<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/</link>
	<description>Confessions of a serial code abuser</description>
	<pubDate>Wed, 20 Aug 2008 18:47:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Drawing game for future world @ Goonhilly at tezzutezzu</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-44569</link>
		<dc:creator>Drawing game for future world @ Goonhilly at tezzutezzu</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-44569</guid>
		<description>[...] Base64 class from Andrew Webster, to convert the String returned by the Adobe PNGEncoder class [...]</description>
		<content:encoded><![CDATA[<p>[...] Base64 class from Andrew Webster, to convert the String returned by the Adobe PNGEncoder class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karenism &#187; Archive &#187; php v as3</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-34101</link>
		<dc:creator>Karenism &#187; Archive &#187; php v as3</dc:creator>
		<pubDate>Sun, 23 Dec 2007 23:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-34101</guid>
		<description>[...] good 2. search as3 base64 decode, still nothing 3. search actionscript bas64 decode 4. found the perfect thing on dynamicflash blog 5. site wasn&#8217;t working properly; couldn&#8217;t download files 6. found [...]</description>
		<content:encoded><![CDATA[<p>[...] good 2. search as3 base64 decode, still nothing 3. search actionscript bas64 decode 4. found the perfect thing on dynamicflash blog 5. site wasn&#8217;t working properly; couldn&#8217;t download files 6. found [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-23679</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 14 Aug 2007 09:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-23679</guid>
		<description>Hi, good job
but i'm a little confused if it could work in flash professional 9.

Now i'm in a project which will implement a funtion: encoding and decoding xml files.

Pls give me some how to run it,thanks!</description>
		<content:encoded><![CDATA[<p>Hi, good job<br />
but i&#8217;m a little confused if it could work in flash professional 9.</p>
<p>Now i&#8217;m in a project which will implement a funtion: encoding and decoding xml files.</p>
<p>Pls give me some how to run it,thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-23359</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 06 Aug 2007 13:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-23359</guid>
		<description>Just an update for those following the comment thread. Jacob's problem wasn't caused by the Base64 class in the end, but by some weird URL encoding issue on his server.</description>
		<content:encoded><![CDATA[<p>Just an update for those following the comment thread. Jacob&#8217;s problem wasn&#8217;t caused by the Base64 class in the end, but by some weird URL encoding issue on his server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-23035</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 01 Aug 2007 16:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-23035</guid>
		<description>Jacob: Thanks for the bug report. I'll look into it and get back to you.</description>
		<content:encoded><![CDATA[<p>Jacob: Thanks for the bug report. I&#8217;ll look into it and get back to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Bullock</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-22997</link>
		<dc:creator>Jacob Bullock</dc:creator>
		<pubDate>Tue, 31 Jul 2007 23:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-22997</guid>
		<description>Steve, i have been using your class ona  project where all data coming and going to the server is in byte arrays and we just stumbled onto a problem that we traced back to the class.  It is believed that it has something to do with the + character as every fail case has a + in it and every success does not.  I wish i had more info to give you, but the following string does not decode properly as far as I can tell: AAAAGQAAAAFGr7V+AAA4QAEyQUvPWZYpIl1fnYE1uzacIzliDl/z3SOaBL7+470r

going to investigate the issue more but thought you may be interested.</description>
		<content:encoded><![CDATA[<p>Steve, i have been using your class ona  project where all data coming and going to the server is in byte arrays and we just stumbled onto a problem that we traced back to the class.  It is believed that it has something to do with the + character as every fail case has a + in it and every success does not.  I wish i had more info to give you, but the following string does not decode properly as far as I can tell: AAAAGQAAAAFGr7V+AAA4QAEyQUvPWZYpIl1fnYE1uzacIzliDl/z3SOaBL7+470r</p>
<p>going to investigate the issue more but thought you may be interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamir</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-20061</link>
		<dc:creator>Tamir</dc:creator>
		<pubDate>Thu, 17 May 2007 08:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-20061</guid>
		<description>I'm running into some kind of problem that might come from the Base64 encoder :
I'm encoding a JPEG ByteArray, and then I try to upload it to a Servlet (the upload is done using JavaScript).

I'm decoding it in Java using the apache-commons-codec package, and the resulting byte array is different from the source !!

Have you seen anything like that ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m running into some kind of problem that might come from the Base64 encoder :<br />
I&#8217;m encoding a JPEG ByteArray, and then I try to upload it to a Servlet (the upload is done using JavaScript).</p>
<p>I&#8217;m decoding it in Java using the apache-commons-codec package, and the resulting byte array is different from the source !!</p>
<p>Have you seen anything like that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webdevotion</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-15344</link>
		<dc:creator>Webdevotion</dc:creator>
		<pubDate>Thu, 25 Jan 2007 14:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-15344</guid>
		<description>Thanks Steve, your class saved me a lot of time when I ran into a problem sending a bytearray to my CFC.  It would not accept it as binary.

Your class made it possible to send the string to my CFC and convert it to binary data using ToBinary.  Problem solved ; )

Great work!</description>
		<content:encoded><![CDATA[<p>Thanks Steve, your class saved me a lot of time when I ran into a problem sending a bytearray to my CFC.  It would not accept it as binary.</p>
<p>Your class made it possible to send the string to my CFC and convert it to binary data using ToBinary.  Problem solved ; )</p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-6271</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 28 Sep 2006 15:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-6271</guid>
		<description>Paulius: Good job - glad to hear it was useful.

Jason: Yeah, I saw John's version, but I needed one that could handle both String and ByteArray information. Still, as you say, its good to have alternatives.</description>
		<content:encoded><![CDATA[<p>Paulius: Good job - glad to hear it was useful.</p>
<p>Jason: Yeah, I saw John&#8217;s version, but I needed one that could handle both String and ByteArray information. Still, as you say, its good to have alternatives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Nussbaum</title>
		<link>http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-6270</link>
		<dc:creator>Jason Nussbaum</dc:creator>
		<pubDate>Thu, 28 Sep 2006 14:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://dynamicflash.com/2006/09/actionscript-30-base64-encoderdecoder/#comment-6270</guid>
		<description>I had ported a Javascript implementation to AS 2.0 a while back, and John over at undefined.com ported it over to AS 3.0.

http://blog.jasonnussbaum.com/?p=108
http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/

Obviously, you don't need it, but it's there as an alternative...</description>
		<content:encoded><![CDATA[<p>I had ported a Javascript implementation to AS 2.0 a while back, and John over at undefined.com ported it over to AS 3.0.</p>
<p><a href="http://blog.jasonnussbaum.com/?p=108" rel="nofollow">http://blog.jasonnussbaum.com/?p=108</a><br />
<a href="http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/" rel="nofollow">http://undefined.com/ia/2006/05/25/base64-encoding-for-actionscript-3flex-20/</a></p>
<p>Obviously, you don&#8217;t need it, but it&#8217;s there as an alternative&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
