<?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: Flash AS3 Preloaded Bulk-loading Slideshow w/thumbnails</title>
	<atom:link href="http://marianomike.com/2009/05/28/flash-as3-preloaded-bulk-loading-slideshow-wthumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://marianomike.com/2009/05/28/flash-as3-preloaded-bulk-loading-slideshow-wthumbnails/</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</generator>
	<item>
		<title>By: Steveborough</title>
		<link>http://marianomike.com/2009/05/28/flash-as3-preloaded-bulk-loading-slideshow-wthumbnails/comment-page-1/#comment-141</link>
		<dc:creator>Steveborough</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=578#comment-141</guid>
		<description>I haven&#039;t tried merging the 2 functions yet but I have a quick question, how can I re-enable maintianing the thumbnail&#039;s aspect ratio?

un-commenting &quot;thumb_loader.maintainAspectRatio = true;&quot; in thumbnail_bulk.as does not work. Thanks again!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried merging the 2 functions yet but I have a quick question, how can I re-enable maintianing the thumbnail&#8217;s aspect ratio?</p>
<p>un-commenting &#8220;thumb_loader.maintainAspectRatio = true;&#8221; in thumbnail_bulk.as does not work. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://marianomike.com/2009/05/28/flash-as3-preloaded-bulk-loading-slideshow-wthumbnails/comment-page-1/#comment-138</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=578#comment-138</guid>
		<description>Yes, I&#039;d definitely like to synch up the thumb and main image, once I find some time! Let me know if you come up with a solution!</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;d definitely like to synch up the thumb and main image, once I find some time! Let me know if you come up with a solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steveborough</title>
		<link>http://marianomike.com/2009/05/28/flash-as3-preloaded-bulk-loading-slideshow-wthumbnails/comment-page-1/#comment-136</link>
		<dc:creator>Steveborough</dc:creator>
		<pubDate>Wed, 22 Jul 2009 08:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://marianomike.com/?p=578#comment-136</guid>
		<description>Checked out this zip, FANTASTIC! Exactly what I&#039;ve been looking for! One question tho, my project uses the same data for both the full image and thumbnail, how can i simplify (perhaps merge) the code here:

frame1 //onAllItemsLoaded()
var img:Bitmap = loader.getBitmap(&quot;image&quot;+i);

and 

frame2 //drawSubThumbs()
var thumb_bitmap:Bitmap = loader.getBitmap(&quot;thumb&quot;+i);
var sub_mc:thumbnail_bulk = new thumbnail_bulk(&quot;none&quot;, i, thumb_bitmap, 30, 30, 0xFFFFFF, 0x201919, 0x990066, 2, 0x201919, false, true, false);

...so that flash fetches the bitmap data once, and the thumbnail class does its majic. I tried changing the third arguement in the thumbnail_bulk statement to &quot;img&quot; (no quotes) and that got rid of the full images. Do I need to merge the two functions or is there an easier way to do this?  YOU ARE THE MAN!</description>
		<content:encoded><![CDATA[<p>Checked out this zip, FANTASTIC! Exactly what I&#8217;ve been looking for! One question tho, my project uses the same data for both the full image and thumbnail, how can i simplify (perhaps merge) the code here:</p>
<p>frame1 //onAllItemsLoaded()<br />
var img:Bitmap = loader.getBitmap(&#8220;image&#8221;+i);</p>
<p>and </p>
<p>frame2 //drawSubThumbs()<br />
var thumb_bitmap:Bitmap = loader.getBitmap(&#8220;thumb&#8221;+i);<br />
var sub_mc:thumbnail_bulk = new thumbnail_bulk(&#8220;none&#8221;, i, thumb_bitmap, 30, 30, 0xFFFFFF, 0&#215;201919, 0&#215;990066, 2, 0&#215;201919, false, true, false);</p>
<p>&#8230;so that flash fetches the bitmap data once, and the thumbnail class does its majic. I tried changing the third arguement in the thumbnail_bulk statement to &#8220;img&#8221; (no quotes) and that got rid of the full images. Do I need to merge the two functions or is there an easier way to do this?  YOU ARE THE MAN!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
