<?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: Flex Chronicles #12: External Text Files for String Variables	</title>
	<atom:link href="https://jessewarden.com/2005/06/flex-chronicles-12-external-text-files-for-string-variables.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2005/06/flex-chronicles-12-external-text-files-for-string-variables.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sat, 25 Oct 2008 18:53:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Massy		</title>
		<link>https://jessewarden.com/2005/06/flex-chronicles-12-external-text-files-for-string-variables.html/comment-page-1#comment-131853</link>

		<dc:creator><![CDATA[Massy]]></dc:creator>
		<pubDate>Sat, 25 Oct 2008 18:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=815#comment-131853</guid>

					<description><![CDATA[Using this way, I&#039;ve some problems loading Unicode chars from external file. For example, italian characters like &quot;Ã Ã Ã¨&quot; are not displayed properly. Giving the value directly to the String is ok, but loading from external file is not good. 
If anyone have a solution to it, it would be very appreciate.]]></description>
			<content:encoded><![CDATA[<p>Using this way, I&#8217;ve some problems loading Unicode chars from external file. For example, italian characters like &#8220;Ã Ã Ã¨&#8221; are not displayed properly. Giving the value directly to the String is ok, but loading from external file is not good.<br />
If anyone have a solution to it, it would be very appreciate.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Abdul Qabiz		</title>
		<link>https://jessewarden.com/2005/06/flex-chronicles-12-external-text-files-for-string-variables.html/comment-page-1#comment-2684</link>

		<dc:creator><![CDATA[Abdul Qabiz]]></dc:creator>
		<pubDate>Mon, 20 Jun 2005 21:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=815#comment-2684</guid>

					<description><![CDATA[If you are looking for precompiled-swf deployement and external textfile changes very often, this solution might not be desirable. Because it requires compilation whenever external textfile changes.

But this is a good way to manage source and keep mxml clean. I don&#039;t know much about Flex compiler, but doing this a lot might increase compile time; compiler has to locate, load and compile the content. 

-abdul


]]></description>
			<content:encoded><![CDATA[<p>If you are looking for precompiled-swf deployement and external textfile changes very often, this solution might not be desirable. Because it requires compilation whenever external textfile changes.</p>
<p>But this is a good way to manage source and keep mxml clean. I don&#8217;t know much about Flex compiler, but doing this a lot might increase compile time; compiler has to locate, load and compile the content. </p>
<p>-abdul</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pim		</title>
		<link>https://jessewarden.com/2005/06/flex-chronicles-12-external-text-files-for-string-variables.html/comment-page-1#comment-2683</link>

		<dc:creator><![CDATA[pim]]></dc:creator>
		<pubDate>Mon, 20 Jun 2005 17:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=815#comment-2683</guid>

					<description><![CDATA[We use to do that in our flash projects were we put the LoadVars in the _global scope.
The nice thing is that you can &#039;bind&#039; the a value to a TextField&#039;s &lt;b&gt;var&lt;/b&gt; attribute.]]></description>
			<content:encoded><![CDATA[<p>We use to do that in our flash projects were we put the LoadVars in the _global scope.<br />
The nice thing is that you can &#8216;bind&#8217; the a value to a TextField&#8217;s <b>var</b> attribute.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
