<?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: HowTo: Reduce the size of your Flex app</title>
	<atom:link href="http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/</link>
	<description>Rich Internet Applications &#124; Flex &#124; Adobe AIR &#124; Java &#124; Open Source &#124; Linux &#124; Enterprise Software &#124; Cloud</description>
	<lastBuildDate>Tue, 16 Mar 2010 21:17:11 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-130482</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Fri, 07 Nov 2008 00:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-130482</guid>
		<description>By putting a &quot;*&quot; crossdomain file on your intranet you are allowing malicious SWFs to make requests to your intranet on behalf of the user.  So if a user is logged into an internal system and that system has a &quot;*&quot; crossdomain policy file, then a malicious SWF could do whatever it wants on that system - as that user.  Pretty scary stuff.

-James</description>
		<content:encoded><![CDATA[<p>By putting a &#8220;*&#8221; crossdomain file on your intranet you are allowing malicious SWFs to make requests to your intranet on behalf of the user.  So if a user is logged into an internal system and that system has a &#8220;*&#8221; crossdomain policy file, then a malicious SWF could do whatever it wants on that system &#8211; as that user.  Pretty scary stuff.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-130476</link>
		<dc:creator>Hi</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-130476</guid>
		<description>What&#039;s the problem with a wildcard crossdomain policy on an internal network?  It&#039;s needlessly flexible sure, but is there a real security concern doing this if there&#039;s no internet access?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the problem with a wildcard crossdomain policy on an internal network?  It&#8217;s needlessly flexible sure, but is there a real security concern doing this if there&#8217;s no internet access?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-123475</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Sun, 20 Jul 2008 21:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-123475</guid>
		<description>Hi Austin,

I&#039;d recommend using the Flex Framework Cache which is part of Flex 3.  It will make dealing with this much easier.

-James</description>
		<content:encoded><![CDATA[<p>Hi Austin,</p>
<p>I&#8217;d recommend using the Flex Framework Cache which is part of Flex 3.  It will make dealing with this much easier.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-122284</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-122284</guid>
		<description>Hi James,
I have a question about how two web applications use the same RSL in another web application, these three web applications in a same web server(same domin). So how to compile the application with RSL, since I can not set the RSL URL directively, because in the compile period I don&#039;t know the real contextpath(IP and port) of the RSL web application.</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
I have a question about how two web applications use the same RSL in another web application, these three web applications in a same web server(same domin). So how to compile the application with RSL, since I can not set the RSL URL directively, because in the compile period I don&#8217;t know the real contextpath(IP and port) of the RSL web application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-84134</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Thu, 14 Feb 2008 17:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-84134</guid>
		<description>Hi Arno,

What version of the Flex SDK are you using?  Also, make sure you are not overriding or disabling the preloader in your application.

-James</description>
		<content:encoded><![CDATA[<p>Hi Arno,</p>
<p>What version of the Flex SDK are you using?  Also, make sure you are not overriding or disabling the preloader in your application.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-83781</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Wed, 13 Feb 2008 07:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-83781</guid>
		<description>Oh... well my thought was that you didn&#039;t have to hack that when it is on the same domain. I guess my thing is working now because I changed the libary url back to your .swf. 

I have still one question: If I load your example &quot;test app&quot; I get a loader that shows that he is loading Libary 0, Libary 1 and Libary 2 if I watch my example I don&#039;t see such a loader. Do I have to modify something to get that?</description>
		<content:encoded><![CDATA[<p>Oh&#8230; well my thought was that you didn&#8217;t have to hack that when it is on the same domain. I guess my thing is working now because I changed the libary url back to your .swf. </p>
<p>I have still one question: If I load your example &#8220;test app&#8221; I get a loader that shows that he is loading Libary 0, Libary 1 and Libary 2 if I watch my example I don&#8217;t see such a loader. Do I have to modify something to get that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-83604</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Tue, 12 Feb 2008 16:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-83604</guid>
		<description>Did you modify the Preloader to allow it to load RSLs crossdomain?</description>
		<content:encoded><![CDATA[<p>Did you modify the Preloader to allow it to load RSLs crossdomain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-83587</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Tue, 12 Feb 2008 14:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-83587</guid>
		<description>I have a question:

I produced a SmallLinker, MediumLinker and LargeLinker like METAL describes. In Flex Builder I Add the SWC and give my own webpage URL (example: http://www.example.com/test/SmallLinker.swf) to the SmallLinker etc. I get this error &quot;RSL error 1 of 3&quot;

I have 4 files in the test folder now: MainView.swf, SmallLinker.swf, MediumLinker.swf and LargeLinker.swf. Is there something that I do wrong? And what?</description>
		<content:encoded><![CDATA[<p>I have a question:</p>
<p>I produced a SmallLinker, MediumLinker and LargeLinker like METAL describes. In Flex Builder I Add the SWC and give my own webpage URL (example: <a href="http://www.example.com/test/SmallLinker.swf)" rel="nofollow">http://www.example.com/test/SmallLinker.swf)</a> to the SmallLinker etc. I get this error &#8220;RSL error 1 of 3&#8243;</p>
<p>I have 4 files in the test folder now: MainView.swf, SmallLinker.swf, MediumLinker.swf and LargeLinker.swf. Is there something that I do wrong? And what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-83571</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-83571</guid>
		<description>Fast response!

It&#039;s working fine now. 19000ms vs 5000ms</description>
		<content:encoded><![CDATA[<p>Fast response!</p>
<p>It&#8217;s working fine now. 19000ms vs 5000ms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2006/11/27/howto-reduce-the-size-of-your-flex-app/comment-page-2/#comment-83568</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.org/wordpress/2006/11/27/howto-reduce-the-size-of-your-flex-app/#comment-83568</guid>
		<description>Hi Arno,

Wow.  Thanks for pointing that out.  It appears that I forgot to updated the application on www.thebetterside.com to match the one on www.jamesward.org so they were pointing to different versions of the RSLs.

Clear your cache and try it again.  Let me know if it works better this time.  Thanks.

-James</description>
		<content:encoded><![CDATA[<p>Hi Arno,</p>
<p>Wow.  Thanks for pointing that out.  It appears that I forgot to updated the application on <a href="http://www.thebetterside.com" rel="nofollow">http://www.thebetterside.com</a> to match the one on <a href="http://www.jamesward.org" rel="nofollow">http://www.jamesward.org</a> so they were pointing to different versions of the RSLs.</p>
<p>Clear your cache and try it again.  Let me know if it works better this time.  Thanks.</p>
<p>-James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
