<?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: AS3 Image Load Class 1.2</title>
	<atom:link href="http://marianomike.com/2009/03/13/as3-image-load-class-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://marianomike.com/2009/03/13/as3-image-load-class-11/</link>
	<description>The Portfolio of Mike Mariano, Flash Designer, Interactive Designer, Illustrator, Motion Graphics, UI, Bay Area</description>
	<lastBuildDate>Sun, 11 Jul 2010 19:52:05 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://marianomike.com/2009/03/13/as3-image-load-class-11/comment-page-1/#comment-116</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 27 May 2009 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=429#comment-116</guid>
		<description>That&#039;s awesome! Thanks, I&#039;ll add that and update!</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome! Thanks, I&#8217;ll add that and update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winkyboy</title>
		<link>http://marianomike.com/2009/03/13/as3-image-load-class-11/comment-page-1/#comment-115</link>
		<dc:creator>Winkyboy</dc:creator>
		<pubDate>Wed, 27 May 2009 15:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=429#comment-115</guid>
		<description>Naturally, I thought of the answer a moment after posting that.

After adding this to the package:
import flash.display.Bitmap;


...then in the showLoadResult function I added:
var img_bm:Bitmap = new Bitmap();
img_bm = Bitmap(img_loader.content);
img_bm.smoothing = true;</description>
		<content:encoded><![CDATA[<p>Naturally, I thought of the answer a moment after posting that.</p>
<p>After adding this to the package:<br />
import flash.display.Bitmap;</p>
<p>&#8230;then in the showLoadResult function I added:<br />
var img_bm:Bitmap = new Bitmap();<br />
img_bm = Bitmap(img_loader.content);<br />
img_bm.smoothing = true;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winkyboy</title>
		<link>http://marianomike.com/2009/03/13/as3-image-load-class-11/comment-page-1/#comment-114</link>
		<dc:creator>Winkyboy</dc:creator>
		<pubDate>Wed, 27 May 2009 15:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=429#comment-114</guid>
		<description>Is it possible to apply smoothing to the images loaded in this way, or does that not work with UILoader?</description>
		<content:encoded><![CDATA[<p>Is it possible to apply smoothing to the images loaded in this way, or does that not work with UILoader?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3 Image Load Class &#171; Mike Mariano</title>
		<link>http://marianomike.com/2009/03/13/as3-image-load-class-11/comment-page-1/#comment-80</link>
		<dc:creator>AS3 Image Load Class &#171; Mike Mariano</dc:creator>
		<pubDate>Fri, 13 Mar 2009 22:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=429#comment-80</guid>
		<description>[...] Update: I&#8217;ve created another class that uses the UILoader component, if you want to see that version go here: http://marianomike.com/2009/03/13/as3-image-load-class-11/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: I&#8217;ve created another class that uses the UILoader component, if you want to see that version go here: <a href="http://marianomike.com/2009/03/13/as3-image-load-class-11/" rel="nofollow">http://marianomike.com/2009/03/13/as3-image-load-class-11/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
