<?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 ActionScript 3.0 XML Basic Slideshow with Transitions</title>
	<atom:link href="http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html</link>
	<description>Designer, CSS/XHTML Expert, ActionScript 3, Magento Developer</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:53:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-16306</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 11 Apr 2009 08:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-16306</guid>
		<description>Yeah, I like your work, but I&#039;m having an issue trying to download your source files. When I click on the link, I get a 404 error. Anyway you could fix that? Thanks.</description>
		<content:encoded><![CDATA[<p>Yeah, I like your work, but I&#8217;m having an issue trying to download your source files. When I click on the link, I get a 404 error. Anyway you could fix that? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-15679</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 15 Mar 2009 01:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-15679</guid>
		<description>is there a way to do this just for text? help</description>
		<content:encoded><![CDATA[<p>is there a way to do this just for text? help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-14212</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-14212</guid>
		<description>nice tutorial but the link isn&#039;t working :(</description>
		<content:encoded><![CDATA[<p>nice tutorial but the link isn&#8217;t working :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-10457</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Thu, 28 Aug 2008 21:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-10457</guid>
		<description>Hi 

saw your slide show but the download link for the files is missing,

Im wanting to start learning as 3 this would be a real help</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>saw your slide show but the download link for the files is missing,</p>
<p>Im wanting to start learning as 3 this would be a real help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-9184</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 14 Jul 2008 13:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-9184</guid>
		<description>Just FYI the downloads error out with cannot find the file.

Otherwise killer work!</description>
		<content:encoded><![CDATA[<p>Just FYI the downloads error out with cannot find the file.</p>
<p>Otherwise killer work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-6039</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 08 May 2008 22:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-6039</guid>
		<description>Hey Leandro,

I was able to fix the error with the following actions:

1. REMOVE changeText (0);
2. Remeber that the XML Nodes starts with 0 so if you have 5 XML nodes you slideNum == 4 

EXAMPLE
-------------------------------------------------------
changeText(0); 

function onSlideTimer(evt:TimerEvent):void {

		if (slideNum == 4) {</description>
		<content:encoded><![CDATA[<p>Hey Leandro,</p>
<p>I was able to fix the error with the following actions:</p>
<p>1. REMOVE changeText (0);<br />
2. Remeber that the XML Nodes starts with 0 so if you have 5 XML nodes you slideNum == 4 </p>
<p>EXAMPLE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
changeText(0); </p>
<p>function onSlideTimer(evt:TimerEvent):void {</p>
<p>		if (slideNum == 4) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-6038</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 08 May 2008 21:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-6038</guid>
		<description>I receive the same error when testing the Source code you provided.

TypeError: Error #1010: A term is undefined and has no properties.
at as3_fla::MainTimeline/changeText()
at as3_fla::MainTimeline/frame1() 

Thanks for any help in advance... Thanks!</description>
		<content:encoded><![CDATA[<p>I receive the same error when testing the Source code you provided.</p>
<p>TypeError: Error #1010: A term is undefined and has no properties.<br />
at as3_fla::MainTimeline/changeText()<br />
at as3_fla::MainTimeline/frame1() </p>
<p>Thanks for any help in advance&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-5555</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Fri, 18 Apr 2008 16:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-5555</guid>
		<description>When I click on &#039;view demo&#039; in this page a popup alert displays the following messages:
TypeError: Error #1010: A term is undefined and has no properties.
	at as3_fla::MainTimeline/changeText()
	at as3_fla::MainTimeline/frame1()</description>
		<content:encoded><![CDATA[<p>When I click on &#8216;view demo&#8217; in this page a popup alert displays the following messages:<br />
TypeError: Error #1010: A term is undefined and has no properties.<br />
	at as3_fla::MainTimeline/changeText()<br />
	at as3_fla::MainTimeline/frame1()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikemax</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-5529</link>
		<dc:creator>mikemax</dc:creator>
		<pubDate>Thu, 17 Apr 2008 05:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-5529</guid>
		<description>Whats up everybody, im really new when it come to get the understanding of using xml through actionscript and my problem seems really simple but im having some difficulty. If anybody can help me i would really appreciate it. Im trying to add images through xml and then put it through actionscript but i have no idea how to do that. If anybody knows how to do that, i would really appreciate it. Thanks!</description>
		<content:encoded><![CDATA[<p>Whats up everybody, im really new when it come to get the understanding of using xml through actionscript and my problem seems really simple but im having some difficulty. If anybody can help me i would really appreciate it. Im trying to add images through xml and then put it through actionscript but i have no idea how to do that. If anybody knows how to do that, i would really appreciate it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: actionscript 3.0 for slideshow &#171; Concepts in Motion [spring 2008]</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html/comment-page-1#comment-5456</link>
		<dc:creator>actionscript 3.0 for slideshow &#171; Concepts in Motion [spring 2008]</dc:creator>
		<pubDate>Mon, 14 Apr 2008 21:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html#comment-5456</guid>
		<description>[...] This is the link for the tutorial that focuses on the AS seen below [...]</description>
		<content:encoded><![CDATA[<p>[...] This is the link for the tutorial that focuses on the AS seen below [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>