<?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"
	>
<channel>
	<title>Comments on: Flash ActionScript 3.0 XML Text Array Loader</title>
	<atom:link href="http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html/feed" rel="self" type="application/rss+xml" />
	<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html</link>
	<description>Jacob Rutter - Designer, CSS/XHTML Expert, ActionScript 3, Magento Developer</description>
	<pubDate>Tue, 18 Nov 2008 03:32:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: manoharan</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-13061</link>
		<dc:creator>manoharan</dc:creator>
		<pubDate>Mon, 17 Nov 2008 11:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-13061</guid>
		<description>It was very useful to me. Thanks! :)</description>
		<content:encoded><![CDATA[<p>It was very useful to me. Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-11901</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 04 Oct 2008 02:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-11901</guid>
		<description>Hello I have fixed your issue. Without the use of an external plugin.

Im sure you might have thought about this approch already. The problem was in your itteration functions. You need your dynamic textbox to fill the first value on load for this to work. However do not increment the counter on load.

function onClickNextNews(){
//Check var on entering function to keep values withen specified range.    
    if (counter &#62;= 4) {            
        counter = 0;      
    }
//Increment after check. This is why you need to set initial value. However solves problems later.
    counter++;
//Trace when variable is about to be used not when you increment.
    trace(counter);
    changeText(counter);      
    }
    // this function does the opposite of the one above, it subtracts 1 to current number, when it reaches 0 it starts back at 4 (really only three values are displayed thats the reason for the ending string being the first string also.)
//Same thing here as the next function.
function onClickPrevNews(){          
        if (counter &#60;= 0) {            
            counter = 4;      
        }
        counter--;
        trace(counter);
        changeText(counter);
        }
//NOTE: Counter is NumSlide.

Hopefully this helps I like your overall approach by the way. It is cleaner than what I had been using.</description>
		<content:encoded><![CDATA[<p>Hello I have fixed your issue. Without the use of an external plugin.</p>
<p>Im sure you might have thought about this approch already. The problem was in your itteration functions. You need your dynamic textbox to fill the first value on load for this to work. However do not increment the counter on load.</p>
<p>function onClickNextNews(){<br />
//Check var on entering function to keep values withen specified range.<br />
    if (counter &gt;= 4) {<br />
        counter = 0;<br />
    }<br />
//Increment after check. This is why you need to set initial value. However solves problems later.<br />
    counter++;<br />
//Trace when variable is about to be used not when you increment.<br />
    trace(counter);<br />
    changeText(counter);<br />
    }<br />
    // this function does the opposite of the one above, it subtracts 1 to current number, when it reaches 0 it starts back at 4 (really only three values are displayed thats the reason for the ending string being the first string also.)<br />
//Same thing here as the next function.<br />
function onClickPrevNews(){<br />
        if (counter &lt;= 0) {<br />
            counter = 4;<br />
        }<br />
        counter&#8211;;<br />
        trace(counter);<br />
        changeText(counter);<br />
        }<br />
//NOTE: Counter is NumSlide.</p>
<p>Hopefully this helps I like your overall approach by the way. It is cleaner than what I had been using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash tutorials &#124; Using XML and E4X,XML data and Parse AS3 in Flash CS3 roundup &#124; Lemlinh.com</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-9961</link>
		<dc:creator>Flash tutorials &#124; Using XML and E4X,XML data and Parse AS3 in Flash CS3 roundup &#124; Lemlinh.com</dc:creator>
		<pubDate>Thu, 14 Aug 2008 12:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-9961</guid>
		<description>[...] Flash ActionScript 3.0 XML Text Array Loader [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash ActionScript 3.0 XML Text Array Loader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sana</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-4165</link>
		<dc:creator>sana</dc:creator>
		<pubDate>Thu, 14 Feb 2008 17:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-4165</guid>
		<description>dear i want to text automatic via xml not for buttons

means i load the text in xml file and then run the flash file it appear on it and change the text automaticly like animation 
thanks best regard
sana</description>
		<content:encoded><![CDATA[<p>dear i want to text automatic via xml not for buttons</p>
<p>means i load the text in xml file and then run the flash file it appear on it and change the text automaticly like animation<br />
thanks best regard<br />
sana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aboutall.za21.info &#187; Blog Archive &#187; AS 3.0 XML Text Array Loader</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-3762</link>
		<dc:creator>aboutall.za21.info &#187; Blog Archive &#187; AS 3.0 XML Text Array Loader</dc:creator>
		<pubDate>Sun, 27 Jan 2008 18:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-3762</guid>
		<description>[...] Text Array Loader [...]</description>
		<content:encoded><![CDATA[<p>[...] Text Array Loader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: news4u.qa2.info &#187; Blog Archive &#187; AS 3.0 XML Text Array Loader</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-3753</link>
		<dc:creator>news4u.qa2.info &#187; Blog Archive &#187; AS 3.0 XML Text Array Loader</dc:creator>
		<pubDate>Sun, 27 Jan 2008 10:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-3753</guid>
		<description>[...] Text Array Loader [...]</description>
		<content:encoded><![CDATA[<p>[...] Text Array Loader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS 3.0 XML Text Array Loader &#124; aboutall</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-3730</link>
		<dc:creator>AS 3.0 XML Text Array Loader &#124; aboutall</dc:creator>
		<pubDate>Sat, 26 Jan 2008 08:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-3730</guid>
		<description>[...] Text Array Loader [...]</description>
		<content:encoded><![CDATA[<p>[...] Text Array Loader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash ActionScript 3.0 XML Basic Slideshow with Transitions &#124; Jake Rutter - XHTML/CSS Developer</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-3662</link>
		<dc:creator>Flash ActionScript 3.0 XML Basic Slideshow with Transitions &#124; Jake Rutter - XHTML/CSS Developer</dc:creator>
		<pubDate>Wed, 23 Jan 2008 00:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-3662</guid>
		<description>[...] This slideshow is based off my prior tutorial: Flash ActionScript 3.0 XML Text Array Loader. [...]</description>
		<content:encoded><![CDATA[<p>[...] This slideshow is based off my prior tutorial: Flash ActionScript 3.0 XML Text Array Loader. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS 3.0 XML Text Array Loader &#124; Programming</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-3645</link>
		<dc:creator>AS 3.0 XML Text Array Loader &#124; Programming</dc:creator>
		<pubDate>Mon, 21 Jan 2008 23:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-3645</guid>
		<description>[...] Text Array Loader [...]</description>
		<content:encoded><![CDATA[<p>[...] Text Array Loader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitar G.</title>
		<link>http://onerutter.com/flash/flash-actionscript-30-xml-text-array-loader.html#comment-3640</link>
		<dc:creator>Dimitar G.</dc:creator>
		<pubDate>Mon, 21 Jan 2008 19:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/web/flash-actionscript-30-xml-text-array-loader.html#comment-3640</guid>
		<description>You might take a look at http://code.google.com/p/bulk-loader/

It's open-source, allows you a great control of what is preloaded and can be used for all-in-one daily tasks which needs preloading in any matter.</description>
		<content:encoded><![CDATA[<p>You might take a look at <a href="http://code.google.com/p/bulk-loader/" rel="nofollow">http://code.google.com/p/bulk-loader/</a></p>
<p>It&#8217;s open-source, allows you a great control of what is preloaded and can be used for all-in-one daily tasks which needs preloading in any matter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
