<?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] Saving XML As Binary</title>
	<atom:link href="http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/</link>
	<description>Flash UI Components</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:44:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ben</title>
		<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/comment-page-1/#comment-437</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 12 Dec 2009 14:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1032#comment-437</guid>
		<description>Hi Sunny

Thanks for your info
It indeed very helpful.

p.s. the gzcompress method use level 6 as at 
http://php.net/manual/en/function.gzcompress.php


Best regards,

Ben</description>
		<content:encoded><![CDATA[<p>Hi Sunny</p>
<p>Thanks for your info<br />
It indeed very helpful.</p>
<p>p.s. the gzcompress method use level 6 as at<br />
<a href="http://php.net/manual/en/function.gzcompress.php" rel="nofollow">http://php.net/manual/en/function.gzcompress.php</a></p>
<p>Best regards,</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunny</title>
		<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/comment-page-1/#comment-436</link>
		<dc:creator>sunny</dc:creator>
		<pubDate>Sat, 12 Dec 2009 03:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1032#comment-436</guid>
		<description>The compress() method of ByteArray uses standard zlib compression.  Correspondingly, the uncompress() method is able to uncompress any zlib compressed data.

After generating your xml dynamically, you can compress it using zlib compression before sending the data back to Flash.

For example, in PHP something like the following will work:

&lt;?php

// $xml is the dynamically generated XML, string type

$contents = gzcompress($xml);
echo $contents;

?&gt;</description>
		<content:encoded><![CDATA[<p>The compress() method of ByteArray uses standard zlib compression.  Correspondingly, the uncompress() method is able to uncompress any zlib compressed data.</p>
<p>After generating your xml dynamically, you can compress it using zlib compression before sending the data back to Flash.</p>
<p>For example, in PHP something like the following will work:</p>
<p>< ?php</p>
<p>// $xml is the dynamically generated XML, string type</p>
<p>$contents = gzcompress($xml);<br />
echo $contents;</p>
<p>?></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/comment-page-1/#comment-435</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 12 Dec 2009 00:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1032#comment-435</guid>
		<description>iT IS A GREAT TIPS
BUT HOW ABOUT IF THE XML IS CREATED DYNAMIC FROM DATABASE
IS THERE A WAY TO COMPRESS THE XML AT SERVER SIDE LEVEL
THANKS</description>
		<content:encoded><![CDATA[<p>iT IS A GREAT TIPS<br />
BUT HOW ABOUT IF THE XML IS CREATED DYNAMIC FROM DATABASE<br />
IS THERE A WAY TO COMPRESS THE XML AT SERVER SIDE LEVEL<br />
THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashScope components</title>
		<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/comment-page-1/#comment-418</link>
		<dc:creator>FlashScope components</dc:creator>
		<pubDate>Mon, 09 Nov 2009 10:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1032#comment-418</guid>
		<description>Thank you for these useful tips!
Using them any Flash application will be able to handle both text XML and binary XML files.
Excellent!</description>
		<content:encoded><![CDATA[<p>Thank you for these useful tips!<br />
Using them any Flash application will be able to handle both text XML and binary XML files.<br />
Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/comment-page-1/#comment-415</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1032#comment-415</guid>
		<description>sunny, thanks for sharing the tips

very nice</description>
		<content:encoded><![CDATA[<p>sunny, thanks for sharing the tips</p>
<p>very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fruitloop</title>
		<link>http://www.ghostwire.com/blog/archives/as3-saving-xml-as-binary/comment-page-1/#comment-414</link>
		<dc:creator>Fruitloop</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghostwire.com/blog/?p=1032#comment-414</guid>
		<description>Very nice, this blog is gettiv extremely useful as a reference now, I have more than once linked it to friends when they have had issues with things like this. Last example was the sound streaming problem. Keep up the good work, it saves people like me a ton of hassle.

-F</description>
		<content:encoded><![CDATA[<p>Very nice, this blog is gettiv extremely useful as a reference now, I have more than once linked it to friends when they have had issues with things like this. Last example was the sound streaming problem. Keep up the good work, it saves people like me a ton of hassle.</p>
<p>-F</p>
]]></content:encoded>
	</item>
</channel>
</rss>
