<?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 an image asset library</title>
	<atom:link href="http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html</link>
	<description>Professional Web Development</description>
	<lastBuildDate>Sat, 26 Jun 2010 12:03:09 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Russ</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-122</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 22 Mar 2010 08:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-122</guid>
		<description>I haven’t used this approach in external CSS files as the application design hasn’t called for that. This approach has been most useful for inline images or when setting styles using the setStyle() method in an ActionScript class. So that may leave you with just declaring inline style references on an element, or at best, declaring in your MXML.</description>
		<content:encoded><![CDATA[<p>I haven’t used this approach in external CSS files as the application design hasn’t called for that. This approach has been most useful for inline images or when setting styles using the setStyle() method in an ActionScript class. So that may leave you with just declaring inline style references on an element, or at best, declaring in your MXML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-121</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Fri, 19 Mar 2010 13:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-121</guid>
		<description>Could you please guide me how to use those images/icon for style using css file?</description>
		<content:encoded><![CDATA[<p>Could you please guide me how to use those images/icon for style using css file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolandas</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-119</link>
		<dc:creator>Rolandas</dc:creator>
		<pubDate>Sat, 27 Feb 2010 10:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-119</guid>
		<description>great post. ty.</description>
		<content:encoded><![CDATA[<p>great post. ty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-97</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 02 Nov 2009 07:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-97</guid>
		<description>I know exactly what you mean! I&#039;d write something in PHP or similar that recursively worked through a directory structure and created a text file with the ActionScript in it. Then that can just be copied over to the Flex project.

Perhaps not an ideal solution but it works well enough.</description>
		<content:encoded><![CDATA[<p>I know exactly what you mean! I&#8217;d write something in PHP or similar that recursively worked through a directory structure and created a text file with the ActionScript in it. Then that can just be copied over to the Flex project.</p>
<p>Perhaps not an ideal solution but it works well enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-96</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-96</guid>
		<description>I&#039;d like to add a library of 1000 images - do I really have to repeat this 1000 times??? Because that would really suck!

[Embed(source=&quot;assets/images/IMAGENAME.png&quot;)]
public static const BOMB:Class;

Any way to just look at a directory and create a class for each image in it dynamically - name of the class being the fileName without the extension. Do you know how to do that?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to add a library of 1000 images &#8211; do I really have to repeat this 1000 times??? Because that would really suck!</p>
<p>[Embed(source="assets/images/IMAGENAME.png")]<br />
public static const BOMB:Class;</p>
<p>Any way to just look at a directory and create a class for each image in it dynamically &#8211; name of the class being the fileName without the extension. Do you know how to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien Nicollet</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-95</link>
		<dc:creator>Fabien Nicollet</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-95</guid>
		<description>Excellent article with clear explanations,thanks. I translated this article in french here:

http://www.flex-tutorial.fr/2009/10/26/creer-un-projet-flexlibrary-pour-les-assets-icones-elements-graphiques/</description>
		<content:encoded><![CDATA[<p>Excellent article with clear explanations,thanks. I translated this article in french here:</p>
<p><a href="http://www.flex-tutorial.fr/2009/10/26/creer-un-projet-flexlibrary-pour-les-assets-icones-elements-graphiques/" rel="nofollow">http://www.flex-tutorial.fr/2009/10/26/creer-un-projet-flexlibrary-pour-les-assets-icones-elements-graphiques/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-90</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-90</guid>
		<description>I haven&#039;t used this approach in external CSS files as the application design hasn&#039;t called for that. This approach has been most useful for inline images or when setting styles using the setStyle() method in an ActionScript class. So that may leave you with just declaring inline style references on an element, or at best, declaring a  in your MXML.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t used this approach in external CSS files as the application design hasn&#8217;t called for that. This approach has been most useful for inline images or when setting styles using the setStyle() method in an ActionScript class. So that may leave you with just declaring inline style references on an element, or at best, declaring a  in your MXML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederic</title>
		<link>http://www.russback.com/adobe-flex/creating-an-image-asset-library.html/comment-page-1#comment-89</link>
		<dc:creator>Frederic</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.russback.com/?p=564#comment-89</guid>
		<description>Nice post.

I thought about doing the exact same thing but how do you reference these icons  from a CSS file?</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
<p>I thought about doing the exact same thing but how do you reference these icons  from a CSS file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
