<?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: Creating smaller swfs (Part I)</title>
	<atom:link href="http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/</link>
	<description>Tips and Tools of Flex</description>
	<lastBuildDate>Tue, 10 Apr 2012 21:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric</title>
		<link>http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/comment-page-1/#comment-307</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 03 Sep 2009 18:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=20#comment-307</guid>
		<description>&gt; [rsl-url] is the url from which the rsl will be loaded. This can be absolute url or it can be relative path to your swf.

I wish that were the case.  Unfortunately, the relative path is to the HTML, not to the SWF.</description>
		<content:encoded><![CDATA[<p>&gt; [rsl-url] is the url from which the rsl will be loaded. This can be absolute url or it can be relative path to your swf.</p>
<p>I wish that were the case.  Unfortunately, the relative path is to the HTML, not to the SWF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex resources &#187; James Whittaker</title>
		<link>http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/comment-page-1/#comment-174</link>
		<dc:creator>Flex resources &#187; James Whittaker</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=20#comment-174</guid>
		<description>[...] Creating smaller SWF&#8217;s (3 part) [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating smaller SWF&#8217;s (3 part) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/comment-page-1/#comment-155</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=20#comment-155</guid>
		<description>@Tom, 

In the example flex-config.xml there is no fall back, but I believe the (default) fallback would be a relative location (i.e relative to the application swf). So you will have to deploy the fall back RSL to where ever you are hosting your application.  

Also once the signed RSLs are cached, the application doesn&#039;t  need to go back to the hosted location to re-fetch the RSLs. So I don&#039;t see Adobe hosted site getting overloaded.

I am not sure about the hosting of RSLs for the older version.

Thanks,
Gaurav</description>
		<content:encoded><![CDATA[<p>@Tom, </p>
<p>In the example flex-config.xml there is no fall back, but I believe the (default) fallback would be a relative location (i.e relative to the application swf). So you will have to deploy the fall back RSL to where ever you are hosting your application.  </p>
<p>Also once the signed RSLs are cached, the application doesn&#8217;t  need to go back to the hosted location to re-fetch the RSLs. So I don&#8217;t see Adobe hosted site getting overloaded.</p>
<p>I am not sure about the hosting of RSLs for the older version.</p>
<p>Thanks,<br />
Gaurav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/comment-page-1/#comment-154</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=20#comment-154</guid>
		<description>@Soenke, 

Can you make sure that the folder containing the resource bundle is in the source path?

Also the flex-config.xml attached to the post is for the beta1 build. And you need to replace the existing flex-config,xml with attached one.

Thanks,
Gaurav</description>
		<content:encoded><![CDATA[<p>@Soenke, </p>
<p>Can you make sure that the folder containing the resource bundle is in the source path?</p>
<p>Also the flex-config.xml attached to the post is for the beta1 build. And you need to replace the existing flex-config,xml with attached one.</p>
<p>Thanks,<br />
Gaurav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Chiverton</title>
		<link>http://gauravj.com/blog/2009/06/creating-smaller-swfs-part-i/comment-page-1/#comment-153</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=20#comment-153</guid>
		<description>Nice to see an example for Adobe hosting the RSLs. 

I&#039;d like to hear more about what&#039;s the fall back if (say) Adobe is overloaded - specifying your own server as a backup, for instance.
I&#039;d also like to know if older Flex versions will be hosted here too (i.e. http://fpdownload.adobe.com/pub/swz/flex/3.3.0.4852/framework_3.3.0.4852.swz is 404 at the mo).</description>
		<content:encoded><![CDATA[<p>Nice to see an example for Adobe hosting the RSLs. </p>
<p>I&#8217;d like to hear more about what&#8217;s the fall back if (say) Adobe is overloaded &#8211; specifying your own server as a backup, for instance.<br />
I&#8217;d also like to know if older Flex versions will be hosted here too (i.e. <a href="http://fpdownload.adobe.com/pub/swz/flex/3.3.0.4852/framework_3.3.0.4852.swz" rel="nofollow">http://fpdownload.adobe.com/pub/swz/flex/3.3.0.4852/framework_3.3.0.4852.swz</a> is 404 at the mo).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

