<?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: CSSLoader</title>
	<atom:link href="http://www.rubenswieringa.com/blog/cssloader/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubenswieringa.com/blog/cssloader</link>
	<description>Ruben Swieringa on Actionscript and a whole lot of other stuff..</description>
	<lastBuildDate>Mon, 08 Mar 2010 09:38:49 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ActionScript3?????</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-97818</link>
		<dc:creator>ActionScript3?????</dc:creator>
		<pubDate>Mon, 01 Mar 2010 08:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-97818</guid>
		<description>[...] 3?CSSLoader ????Flex??????????CSS http://www.rubenswieringa.com/blog/cssloader [...]</description>
		<content:encoded><![CDATA[<p>[...] 3?CSSLoader ????Flex??????????CSS <a href="http://www.rubenswieringa.com/blog/cssloader" rel="nofollow">http://www.rubenswieringa.com/blog/cssloader</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?ZZ?AS3 ??? ????????? &#124; ??? ? blog</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-97266</link>
		<dc:creator>?ZZ?AS3 ??? ????????? &#124; ??? ? blog</dc:creator>
		<pubDate>Mon, 08 Feb 2010 02:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-97266</guid>
		<description>[...] 3?CSSLoader&#160; &#160;&#160;&#160;????Flex??????????CSS http://www.rubenswieringa.com/blog/cssloader [...]</description>
		<content:encoded><![CDATA[<p>[...] 3?CSSLoader&nbsp; &nbsp;&nbsp;&nbsp;????Flex??????????CSS <a href="http://www.rubenswieringa.com/blog/cssloader" rel="nofollow">http://www.rubenswieringa.com/blog/cssloader</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????AS3???????????? &#124; DesignStudio-50M??</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-96924</link>
		<dc:creator>????AS3???????????? &#124; DesignStudio-50M??</dc:creator>
		<pubDate>Thu, 28 Jan 2010 01:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-96924</guid>
		<description>[...] 3?CSSLoader     ????Flex??????????CSS http://www.rubenswieringa.com/blog/cssloader [...]</description>
		<content:encoded><![CDATA[<p>[...] 3?CSSLoader     ????Flex??????????CSS <a href="http://www.rubenswieringa.com/blog/cssloader" rel="nofollow">http://www.rubenswieringa.com/blog/cssloader</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3??????? &#171; Lenyes</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-96633</link>
		<dc:creator>AS3??????? &#171; Lenyes</dc:creator>
		<pubDate>Sun, 17 Jan 2010 12:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-96633</guid>
		<description>[...] http://www.rubenswieringa.com/blog/cssloader [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.rubenswieringa.com/blog/cssloader" rel="nofollow">http://www.rubenswieringa.com/blog/cssloader</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakaz</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-96444</link>
		<dc:creator>Prakaz</dc:creator>
		<pubDate>Tue, 12 Jan 2010 09:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-96444</guid>
		<description>Why not do this: Select your stylesheet CSS - right click it - and select &quot;Compile CSS to SWF&quot;. Then simply load that swf using the StyleManager like below:

StyleManager.loadStyleDeclarations(&quot;stylesheet.swf&quot;);

Works like a charm :)</description>
		<content:encoded><![CDATA[<p>Why not do this: Select your stylesheet CSS &#8211; right click it &#8211; and select &#8220;Compile CSS to SWF&#8221;. Then simply load that swf using the StyleManager like below:</p>
<p>StyleManager.loadStyleDeclarations(&#8221;stylesheet.swf&#8221;);</p>
<p>Works like a charm <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-94689</link>
		<dc:creator>Toni</dc:creator>
		<pubDate>Fri, 27 Nov 2009 08:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-94689</guid>
		<description>Hello,

I have a problem. I get the .css file from an url and works fine, but if I get an .css file from the server, this .css don&#039;t work. This is, because the file that works have inline css definition and the other file, has the css standard definition. For example:

Thats works.
.red{
	backgroundColor: #000444;
	}

And this, don&#039;t work:
.red{
	background-color: #000444;
	}

Anyone know because this style don&#039;t work??? 

Thanks and great job!!!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a problem. I get the .css file from an url and works fine, but if I get an .css file from the server, this .css don&#8217;t work. This is, because the file that works have inline css definition and the other file, has the css standard definition. For example:</p>
<p>Thats works.<br />
.red{<br />
	backgroundColor: #000444;<br />
	}</p>
<p>And this, don&#8217;t work:<br />
.red{<br />
	background-color: #000444;<br />
	}</p>
<p>Anyone know because this style don&#8217;t work??? </p>
<p>Thanks and great job!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3????????????????? &#171; Flexsns-?????????</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-94678</link>
		<dc:creator>AS3????????????????? &#171; Flexsns-?????????</dc:creator>
		<pubDate>Fri, 27 Nov 2009 02:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-94678</guid>
		<description>[...] 3?CSSLoader     ????Flex??????????CSS http://www.rubenswieringa.com/blog/cssloader [...]</description>
		<content:encoded><![CDATA[<p>[...] 3?CSSLoader     ????Flex??????????CSS <a href="http://www.rubenswieringa.com/blog/cssloader" rel="nofollow">http://www.rubenswieringa.com/blog/cssloader</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????? &#187; Blog Archive &#187; flash??????</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-93985</link>
		<dc:creator>?????? &#187; Blog Archive &#187; flash??????</dc:creator>
		<pubDate>Tue, 10 Nov 2009 12:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-93985</guid>
		<description>[...] 3?CSSLoader ????Flex??????????CSS http://www.rubenswieringa.com/blog/cssloader [...]</description>
		<content:encoded><![CDATA[<p>[...] 3?CSSLoader ????Flex??????????CSS <a href="http://www.rubenswieringa.com/blog/cssloader" rel="nofollow">http://www.rubenswieringa.com/blog/cssloader</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Brown III</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-92860</link>
		<dc:creator>Robert Brown III</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-92860</guid>
		<description>Ruben:

   In your comment on 9/10/09 you mentioned a solution to the problem of using Embeds with your CSSLoader class. In your comment you said the following:

&quot;The CSSLoader and CSSParser classes use the actual raw css text-files and as such you cannot actually embed your assets in those (since the stylesheets are just text-files). The solution would be to actually host your assets alongside your css- and swf-files, and refer to them by url.&quot;

I have attempted to do this with a Panel&#039;s titleBackgroundSkin property, which actually requires an Embed in order to work.

In my style sheet, I refer to a hosted PNG:

titleBackgroundSkin: http://[my_server-path]/graphics/header.png

where header.png is the graphic I am supposed to fidplsy as the panel&#039;s titlebar background.

I still get the same class coercion failure.

Obviously I do not understand your solution. Could you elucidate on it, preferably with a code example? Thanks.</description>
		<content:encoded><![CDATA[<p>Ruben:</p>
<p>   In your comment on 9/10/09 you mentioned a solution to the problem of using Embeds with your CSSLoader class. In your comment you said the following:</p>
<p>&#8220;The CSSLoader and CSSParser classes use the actual raw css text-files and as such you cannot actually embed your assets in those (since the stylesheets are just text-files). The solution would be to actually host your assets alongside your css- and swf-files, and refer to them by url.&#8221;</p>
<p>I have attempted to do this with a Panel&#8217;s titleBackgroundSkin property, which actually requires an Embed in order to work.</p>
<p>In my style sheet, I refer to a hosted PNG:</p>
<p>titleBackgroundSkin: <a href="http://my_server-path/graphics/header.png" rel="nofollow">http://my_server-path/graphics/header.png</a></p>
<p>where header.png is the graphic I am supposed to fidplsy as the panel&#8217;s titlebar background.</p>
<p>I still get the same class coercion failure.</p>
<p>Obviously I do not understand your solution. Could you elucidate on it, preferably with a code example? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/cssloader/comment-page-2#comment-92403</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Sun, 04 Oct 2009 08:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/cssloader#comment-92403</guid>
		<description>Hey Steve, thank you very much for the suggestion, I&#039;ll give it some thought :)</description>
		<content:encoded><![CDATA[<p>Hey Steve, thank you very much for the suggestion, I&#8217;ll give it some thought <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
