<?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: Optimising the data loading process with Flex, AIR &amp; Ant: compiled SWF files instead of verbose XML files</title>
	<atom:link href="http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/</link>
	<description></description>
	<pubDate>Fri, 30 Jul 2010 03:30:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aarti</title>
		<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/comment-page-1/#comment-28330</link>
		<dc:creator>Aarti</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=271#comment-28330</guid>
		<description>I have exported the outlook contacts in a excel sheet and I am trying to display this excel sheet contents in a datagrind in flex. The code works fine for 50 rows of the excel sheet. But as soon as I add a new row, it throws a EndOfFile error. I am using as3xls API available at  http://code.google.com/p/as3xls/

I used exactly the same code given at http://code.google.com/p/as3xls/wiki/Tutorial

Can anyone please help me out with this ?</description>
		<content:encoded><![CDATA[<p>I have exported the outlook contacts in a excel sheet and I am trying to display this excel sheet contents in a datagrind in flex. The code works fine for 50 rows of the excel sheet. But as soon as I add a new row, it throws a EndOfFile error. I am using as3xls API available at  <a href="http://code.google.com/p/as3xls/" rel="nofollow">http://code.google.com/p/as3xls/</a></p>
<p>I used exactly the same code given at <a href="http://code.google.com/p/as3xls/wiki/Tutorial" rel="nofollow">http://code.google.com/p/as3xls/wiki/Tutorial</a></p>
<p>Can anyone please help me out with this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/comment-page-1/#comment-13042</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 27 Mar 2009 07:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=271#comment-13042</guid>
		<description>Nice, job, going to use this in one of my projects! I'm creating a flex mp3player app to stream my whole collection to the world. I created a dir-list xml which is around 6MB and load that in a TreeControl component of which you can make a playlist. Do you have any tips on how I could do this in another way?

Thanks</description>
		<content:encoded><![CDATA[<p>Nice, job, going to use this in one of my projects! I&#8217;m creating a flex mp3player app to stream my whole collection to the world. I created a dir-list xml which is around 6MB and load that in a TreeControl component of which you can make a playlist. Do you have any tips on how I could do this in another way?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DUde</title>
		<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/comment-page-1/#comment-12988</link>
		<dc:creator>DUde</dc:creator>
		<pubDate>Wed, 25 Mar 2009 08:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=271#comment-12988</guid>
		<description>Hi, can you offer the sources please?</description>
		<content:encoded><![CDATA[<p>Hi, can you offer the sources please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/comment-page-1/#comment-12729</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 19 Mar 2009 18:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=271#comment-12729</guid>
		<description>I want to do the same for 3dmodels but am struggling to think of a way to produce the as3 models from .obj files.  There are really two options I have: manually load the .obj model into blender then export the as3 class using your export or use the AS3Exporter provided with away3d.  Both of these methods restrict the level of automation I desire.  Do you have any suggestions for creating a web service that would allow me to pass in an .obj file and get back an as3 class without any manual intervention?</description>
		<content:encoded><![CDATA[<p>I want to do the same for 3dmodels but am struggling to think of a way to produce the as3 models from .obj files.  There are really two options I have: manually load the .obj model into blender then export the as3 class using your export or use the AS3Exporter provided with away3d.  Both of these methods restrict the level of automation I desire.  Do you have any suggestions for creating a web service that would allow me to pass in an .obj file and get back an as3 class without any manual intervention?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joakim</title>
		<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/comment-page-1/#comment-12467</link>
		<dc:creator>Joakim</dc:creator>
		<pubDate>Tue, 10 Mar 2009 10:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=271#comment-12467</guid>
		<description>[ o__O ]</description>
		<content:encoded><![CDATA[<p>[ o__O ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joakim</title>
		<link>http://www.rozengain.com/blog/2009/03/09/optimising-the-data-loading-process-with-flex-air-ant-compiled-swf-files-instead-of-verbose-xml-files/comment-page-1/#comment-12422</link>
		<dc:creator>Joakim</dc:creator>
		<pubDate>Mon, 09 Mar 2009 08:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rozengain.com/blog/?p=271#comment-12422</guid>
		<description>This is more or less the same process used for some other project where data from a sports event stored in an xml would be far too big. We parced it into data objects into a swf which dramatically cut the filesize.

What we didnt do though was to wrap it up so elagantly in air or use ant. 

well done</description>
		<content:encoded><![CDATA[<p>This is more or less the same process used for some other project where data from a sports event stored in an xml would be far too big. We parced it into data objects into a swf which dramatically cut the filesize.</p>
<p>What we didnt do though was to wrap it up so elagantly in air or use ant. </p>
<p>well done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
