<?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: Creating an XML Gallery with ActionScript 3.0</title>
	<atom:link href="http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/</link>
	<description>ClickPopMedia is a great little design and illustration firm.</description>
	<pubDate>Sun, 07 Sep 2008 13:36:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Paul</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-992</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 06 Jul 2008 16:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-992</guid>
		<description>Mike, you just have to add the loader as a child at a lower index.  &lt;strong&gt;addChild(mc);&lt;/strong&gt; will add the child at the top automaticaly and thus your frame image is being covered.

Try using &lt;strong&gt;addChildAt(loader, 1);&lt;/strong&gt; to place the loader at a lower index then the frame image.
You might need to experiment with the index value a little to get it right.</description>
		<content:encoded><![CDATA[<p>Mike, you just have to add the loader as a child at a lower index.  <strong>addChild(mc);</strong> will add the child at the top automaticaly and thus your frame image is being covered.</p>
<p>Try using <strong>addChildAt(loader, 1);</strong> to place the loader at a lower index then the frame image.<br />
You might need to experiment with the index value a little to get it right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-988</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-988</guid>
		<description>Nice work, I want to overlay an image on top of the loader how do I arrange this?
I set up layers in my fla (stage) with my frame image above the main layer but I still have the loader poping on top ov everything else.
I figure there is probably a really simple explanation for this ...

Cheers :)</description>
		<content:encoded><![CDATA[<p>Nice work, I want to overlay an image on top of the loader how do I arrange this?<br />
I set up layers in my fla (stage) with my frame image above the main layer but I still have the loader poping on top ov everything else.<br />
I figure there is probably a really simple explanation for this &#8230;</p>
<p>Cheers :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohoj</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-844</link>
		<dc:creator>sohoj</dc:creator>
		<pubDate>Sat, 31 May 2008 15:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-844</guid>
		<description>Nice tutorial. Is there any way to add a progress bar to images loaded from XML?</description>
		<content:encoded><![CDATA[<p>Nice tutorial. Is there any way to add a progress bar to images loaded from XML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-812</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 27 May 2008 21:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-812</guid>
		<description>Sure, ActionScript 3.0 has a Timer class.  All you have to do is create a timer object with the interval settings that you want and then it will give you an event to handle at that set interval.
Timers are great and I would recommend using them in place of the ENTER_FRAME event for most games. I say that because the frame rate might change while the game is running (too many graphics) but with a timer, things will still proceed at the same rate.</description>
		<content:encoded><![CDATA[<p>Sure, ActionScript 3.0 has a Timer class.  All you have to do is create a timer object with the interval settings that you want and then it will give you an event to handle at that set interval.<br />
Timers are great and I would recommend using them in place of the ENTER_FRAME event for most games. I say that because the frame rate might change while the game is running (too many graphics) but with a timer, things will still proceed at the same rate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-811</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Tue, 27 May 2008 19:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-811</guid>
		<description>Hi this is pretty cool!!
do you know how to make the gallery running on its own lets say the slides will change automatically every 3 sec.
thanks</description>
		<content:encoded><![CDATA[<p>Hi this is pretty cool!!<br />
do you know how to make the gallery running on its own lets say the slides will change automatically every 3 sec.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-789</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 21 May 2008 20:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-789</guid>
		<description>DANG IT!  Every time I edit this post, that bit of code gets messed up by the auto formating in WordPress.  I think I fixed it -AGAIN- but I can't guarantee that it will be like that forever.  
Please refer to the XML document in the Downloadable source files if it is screwy again in the future.</description>
		<content:encoded><![CDATA[<p>DANG IT!  Every time I edit this post, that bit of code gets messed up by the auto formating in WordPress.  I think I fixed it -AGAIN- but I can&#8217;t guarantee that it will be like that forever.<br />
Please refer to the XML document in the Downloadable source files if it is screwy again in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarek</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-788</link>
		<dc:creator>Jarek</dc:creator>
		<pubDate>Wed, 21 May 2008 15:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-788</guid>
		<description>Nice tutorial, except for the xml example you have on the webpage... it ain't no XML!

The file in zip is ok tho.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, except for the xml example you have on the webpage&#8230; it ain&#8217;t no XML!</p>
<p>The file in zip is ok tho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ana</title>
		<link>http://www.clickpopmedia.com/2008/05/14/creating-an-xml-gallery-with-actionscript-30/#comment-724</link>
		<dc:creator>ana</dc:creator>
		<pubDate>Thu, 15 May 2008 11:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickpopmedia.com/?p=309#comment-724</guid>
		<description>Great tips.</description>
		<content:encoded><![CDATA[<p>Great tips.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
