<?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: XML Based Fullscreen Image Rotator With Proportional Resize &#8211; Flash CS3 &#8211; Actionscript 3</title>
	<atom:link href="http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/</link>
	<description>Flash components, actionscript 2 &#38; 3, XML, Image galleries, Download Stock Flash Items made with Flash Actionscript 2 &#38; 3 and XML</description>
	<lastBuildDate>Tue, 23 Feb 2010 21:11:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Artluvr</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-7157</link>
		<dc:creator>Artluvr</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-7157</guid>
		<description>@Bjorn, try putting the background inside a movieclip on a layer at the bottom, and then load your new movieclips inside a movieclip on a top layer.</description>
		<content:encoded><![CDATA[<p>@Bjorn, try putting the background inside a movieclip on a layer at the bottom, and then load your new movieclips inside a movieclip on a top layer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artluvr</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-7155</link>
		<dc:creator>Artluvr</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-7155</guid>
		<description>@ John, I am afraid not</description>
		<content:encoded><![CDATA[<p>@ John, I am afraid not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fagan Wilcox</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-6222</link>
		<dc:creator>fagan Wilcox</dc:creator>
		<pubDate>Sat, 19 Sep 2009 02:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-6222</guid>
		<description>this looks good. But it would have been nice to be able to target a certain image because one of the obvious uses for this would be someones portfolio.</description>
		<content:encoded><![CDATA[<p>this looks good. But it would have been nice to be able to target a certain image because one of the obvious uses for this would be someones portfolio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-4137</link>
		<dc:creator>Bjørn</dc:creator>
		<pubDate>Sat, 13 Jun 2009 10:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-4137</guid>
		<description>Hi, 

I´ve just bought your XML Based Fullscreen Image Rotator With Proportional Resize in order to use it as a background for a website.

Now I would like to place some movieclips on top of the rotating background but every movieclip that I place on top of the background fades out when the first background picture fades out.   

Can you tell me what I am doing wrong?

Regards
Bjørn</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I´ve just bought your XML Based Fullscreen Image Rotator With Proportional Resize in order to use it as a background for a website.</p>
<p>Now I would like to place some movieclips on top of the rotating background but every movieclip that I place on top of the background fades out when the first background picture fades out.   </p>
<p>Can you tell me what I am doing wrong?</p>
<p>Regards<br />
Bjørn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-2714</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 23 Apr 2009 21:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-2714</guid>
		<description>Can I change the path to imgaes.xml in runtime?</description>
		<content:encoded><![CDATA[<p>Can I change the path to imgaes.xml in runtime?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artluvr</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-2542</link>
		<dc:creator>Artluvr</dc:creator>
		<pubDate>Sat, 18 Apr 2009 14:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-2542</guid>
		<description>@snips, call the parent&#039;s function removeChild() and pass the object as a parameter. It should look somehting like this (if you added it on the stage) 
stage.removeChild(imagerotatorobject);</description>
		<content:encoded><![CDATA[<p>@snips, call the parent&#8217;s function removeChild() and pass the object as a parameter. It should look somehting like this (if you added it on the stage)<br />
stage.removeChild(imagerotatorobject);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snips</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-2134</link>
		<dc:creator>snips</dc:creator>
		<pubDate>Wed, 08 Apr 2009 21:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-2134</guid>
		<description>i just purchase this. How would I unload this using a button? or is it possible to have 2 versions of this on the same sight so lets say I have a button that loads one set of images and then another button that loads another. New to as3</description>
		<content:encoded><![CDATA[<p>i just purchase this. How would I unload this using a button? or is it possible to have 2 versions of this on the same sight so lets say I have a button that loads one set of images and then another button that loads another. New to as3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artluvr</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-1888</link>
		<dc:creator>Artluvr</dc:creator>
		<pubDate>Mon, 30 Mar 2009 11:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-1888</guid>
		<description>@Derek, no unfortunately it can&#039;t</description>
		<content:encoded><![CDATA[<p>@Derek, no unfortunately it can&#8217;t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/comment-page-1/#comment-1879</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 28 Mar 2009 18:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/?p=115#comment-1879</guid>
		<description>Hi, is there a simple way with your script to play a certain image in the xml list, rather than having a slide show?</description>
		<content:encoded><![CDATA[<p>Hi, is there a simple way with your script to play a certain image in the xml list, rather than having a slide show?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
