<?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: [AS3] Simple Editor For Loading And Saving XML As Binary</title>
	<atom:link href="http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/</link>
	<description>Flash UI Components</description>
	<lastBuildDate>Tue, 23 Aug 2011 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jorge</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-867</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Tue, 22 Feb 2011 15:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-867</guid>
		<description>Hi all,

Just want to give my 2cents .... when uploading to server make sure the file transfer mode is set to binary or you could end up with corrupted files that throw errors when trying to uncompress.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Just want to give my 2cents &#8230;. when uploading to server make sure the file transfer mode is set to binary or you could end up with corrupted files that throw errors when trying to uncompress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-866</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Tue, 22 Feb 2011 14:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-866</guid>
		<description>Hi sunny,

I\&#039;ve converted several xml to bin with your tool, but for some unknown reason i\&#039;m getting Error #2058 in some of the files when doing uncompress(); These is even stranger cause in localhost everything works fine... i only get the error when uploaded to server. Is it possible that filezilla \&quot;corrupts\&quot; the file while uploading? Is there something that can be done in the server side!?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi sunny,</p>
<p>I\&#8217;ve converted several xml to bin with your tool, but for some unknown reason i\&#8217;m getting Error #2058 in some of the files when doing uncompress(); These is even stranger cause in localhost everything works fine&#8230; i only get the error when uploaded to server. Is it possible that filezilla \&#8221;corrupts\&#8221; the file while uploading? Is there something that can be done in the server side!?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-865</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Tue, 22 Feb 2011 14:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-865</guid>
		<description>Hi sunny,

I&#039;ve converted several xml to bin with your tool, but for some unknown reason i&#039;m getting Error #2058 in some of the files when doing uncompress(); These is even stranger cause in localhost everything works fine... i only get the error when uploaded to server. Is it possible that filezilla &quot;corrupts&quot; the file while uploading? Is there something that can be done in the server side!?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi sunny,</p>
<p>I&#8217;ve converted several xml to bin with your tool, but for some unknown reason i&#8217;m getting Error #2058 in some of the files when doing uncompress(); These is even stranger cause in localhost everything works fine&#8230; i only get the error when uploaded to server. Is it possible that filezilla &#8220;corrupts&#8221; the file while uploading? Is there something that can be done in the server side!?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shams</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-538</link>
		<dc:creator>shams</dc:creator>
		<pubDate>Fri, 02 Jul 2010 11:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-538</guid>
		<description>Thanks a lot.

this&#039;s a very useful tool.
i will work on ByteArray, to explore more things.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
<p>this&#8217;s a very useful tool.<br />
i will work on ByteArray, to explore more things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddharth</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-442</link>
		<dc:creator>Siddharth</dc:creator>
		<pubDate>Thu, 31 Dec 2009 11:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-442</guid>
		<description>Why is it not showing browser pop up (or a default loader of browser) which we generally see on downloading any file from browser ??

Well I&#039;m asking this because I am getting the same problem in my project.
I have wrote the code for downloading the file from SWF (from browser).
It&#039;s working well without any issue in both IE and Mozilla.

But I want to show default loader or that pop up which we see on downloading any file from internet.
Any suggestions would be worthwhile.
Thanks.</description>
		<content:encoded><![CDATA[<p>Why is it not showing browser pop up (or a default loader of browser) which we generally see on downloading any file from browser ??</p>
<p>Well I&#8217;m asking this because I am getting the same problem in my project.<br />
I have wrote the code for downloading the file from SWF (from browser).<br />
It&#8217;s working well without any issue in both IE and Mozilla.</p>
<p>But I want to show default loader or that pop up which we see on downloading any file from internet.<br />
Any suggestions would be worthwhile.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunny</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-424</link>
		<dc:creator>sunny</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-424</guid>
		<description>@makc, er... perhaps you missed the point of the post?</description>
		<content:encoded><![CDATA[<p>@makc, er&#8230; perhaps you missed the point of the post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makc</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-423</link>
		<dc:creator>makc</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-423</guid>
		<description>this app would be far more useful if it allowed to flash-compress any binary file (not just xml)</description>
		<content:encoded><![CDATA[<p>this app would be far more useful if it allowed to flash-compress any binary file (not just xml)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Components</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-422</link>
		<dc:creator>Flash Components</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-422</guid>
		<description>Nice tool! It allows me to load, read, edit and save XML in compressed binary format. Great! Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Nice tool! It allows me to load, read, edit and save XML in compressed binary format. Great! Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-420</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-420</guid>
		<description>Nice trick - I suppose the result is similar to binary embed XML but easier to update ;)</description>
		<content:encoded><![CDATA[<p>Nice trick &#8211; I suppose the result is similar to binary embed XML but easier to update <img src='http://www.ghostwire.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.ghostwire.com/blog/archives/as3-simple-editor-for-loading-and-saving-xml-as-binary/comment-page-1/#comment-419</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1312#comment-419</guid>
		<description>sunny, this tool works great! it reduced my XML 90% 50K =&gt; 5K.</description>
		<content:encoded><![CDATA[<p>sunny, this tool works great! it reduced my XML 90% 50K =&gt; 5K.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

