<?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: Dynamic XML Slideshow in AS3</title>
	<atom:link href="http://www.guahanweb.com/2010/01/21/dynamic-xml-slideshow-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guahanweb.com/2010/01/21/dynamic-xml-slideshow-in-as3/</link>
	<description>Frolic through the playground of my mind</description>
	<lastBuildDate>Thu, 22 Sep 2011 16:09:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: airheart</title>
		<link>http://www.guahanweb.com/2010/01/21/dynamic-xml-slideshow-in-as3/comment-page-1/#comment-720</link>
		<dc:creator>airheart</dc:creator>
		<pubDate>Tue, 26 Apr 2011 17:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=319#comment-720</guid>
		<description>Hi Garth
thanks for the example upload, i found it while testing lots of slide shows in order to rebuild my own which was way too memory hungry, a problem i found with most examples, especially when displayed full screen, even locally. I reckon you don&#039;t want to see my code messing up your clean work so i won&#039;t post it here, just a thought for other people like me in need to decreas memory of a flash slide show:
having multiple alphas going at the same time, seems to bump up memory consumption substancially. To take care of this, i&#039;ve changed the prodedure so only the current slide fades out, displaying the following one:

//************* FADE OVER ACTION (function fadeTo()***
//move slide to top for fading it out
if (this.getChildIndex(slides[this.current_slide])&lt; this.getChildIndex(this.slides[index]))
{this.swapChildren(slides[this.current_slide], slides[index])}

And within the slide itself, just removed the fade in by setting the alpha to one straight away. I&#039;ve tried several options and this one worked best for me.

All the best and thanks again.
air</description>
		<content:encoded><![CDATA[<p>Hi Garth<br />
thanks for the example upload, i found it while testing lots of slide shows in order to rebuild my own which was way too memory hungry, a problem i found with most examples, especially when displayed full screen, even locally. I reckon you don&#8217;t want to see my code messing up your clean work so i won&#8217;t post it here, just a thought for other people like me in need to decreas memory of a flash slide show:<br />
having multiple alphas going at the same time, seems to bump up memory consumption substancially. To take care of this, i&#8217;ve changed the prodedure so only the current slide fades out, displaying the following one:</p>
<p>//************* FADE OVER ACTION (function fadeTo()***<br />
//move slide to top for fading it out<br />
if (this.getChildIndex(slides[this.current_slide])&lt; this.getChildIndex(this.slides[index]))<br />
{this.swapChildren(slides[this.current_slide], slides[index])}</p>
<p>And within the slide itself, just removed the fade in by setting the alpha to one straight away. I&#039;ve tried several options and this one worked best for me.</p>
<p>All the best and thanks again.<br />
air</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding Links to a Dynamic XML driven Flash AS3 Slideshow &#124; Ramblings of an Idle Mind</title>
		<link>http://www.guahanweb.com/2010/01/21/dynamic-xml-slideshow-in-as3/comment-page-1/#comment-393</link>
		<dc:creator>Adding Links to a Dynamic XML driven Flash AS3 Slideshow &#124; Ramblings of an Idle Mind</dc:creator>
		<pubDate>Fri, 02 Apr 2010 20:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=319#comment-393</guid>
		<description>[...] of you who may have followed my previous Flash AS3 Slideshow post may have noted that it was rather limiting in function. While there are sometimes valid uses for a [...]</description>
		<content:encoded><![CDATA[<p>[...] of you who may have followed my previous Flash AS3 Slideshow post may have noted that it was rather limiting in function. While there are sometimes valid uses for a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: obsidian</title>
		<link>http://www.guahanweb.com/2010/01/21/dynamic-xml-slideshow-in-as3/comment-page-1/#comment-342</link>
		<dc:creator>obsidian</dc:creator>
		<pubDate>Fri, 22 Jan 2010 05:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=319#comment-342</guid>
		<description>Thanks for the comments. For images, I like doing flash for several reasons, but one is for the ease of the individual loading. I have also run into some memory issues with larger carousels and cycles if you allow them to auto-rotate for a significant length of time.

I typically use Flex builder for the ease of compiling and debugging.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments. For images, I like doing flash for several reasons, but one is for the ease of the individual loading. I have also run into some memory issues with larger carousels and cycles if you allow them to auto-rotate for a significant length of time.</p>
<p>I typically use Flex builder for the ease of compiling and debugging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.guahanweb.com/2010/01/21/dynamic-xml-slideshow-in-as3/comment-page-1/#comment-341</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 22 Jan 2010 03:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.guahanweb.com/?p=319#comment-341</guid>
		<description>Nice work. Nice photography as well :)

What would the be the benefits of doing this in Flash as opposed to jQuery?  Have you seen jQuery cycle? (http://malsup.com/jquery/cycle/)

Do you use Flex builder (or Flash Builder) to develop this or just the Flash code editor?

Thanks for sharing your code/techniques!</description>
		<content:encoded><![CDATA[<p>Nice work. Nice photography as well <img src='http://www.guahanweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What would the be the benefits of doing this in Flash as opposed to jQuery?  Have you seen jQuery cycle? (<a href="http://malsup.com/jquery/cycle/" rel="nofollow">http://malsup.com/jquery/cycle/</a>)</p>
<p>Do you use Flex builder (or Flash Builder) to develop this or just the Flash code editor?</p>
<p>Thanks for sharing your code/techniques!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

