<?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: Slide Show &#8211; and Projects</title>
	<atom:link href="http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/</link>
	<description>Data Visualization with Flex and Flash</description>
	<lastBuildDate>Mon, 28 Jun 2010 09:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-19437</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 09 May 2007 14:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-19437</guid>
		<description>yes</description>
		<content:encoded><![CDATA[<p>yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmoney</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-19436</link>
		<dc:creator>jmoney</dc:creator>
		<pubDate>Wed, 09 May 2007 14:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-19436</guid>
		<description>Thanks. That&#039;s a great start. Is that where the navigation gets attached to the bottom of the image?</description>
		<content:encoded><![CDATA[<p>Thanks. That&#8217;s a great start. Is that where the navigation gets attached to the bottom of the image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-19434</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 09 May 2007 14:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-19434</guid>
		<description>For the navigation - it is added in method
private function addUserNavigation(x:Number, h:Number, delayVarsO:Object):Number {
line 92 of Class SlideShowPlayer

To stop at the beginning add
stopPlaying();
to the bottom of the method
StartSlideShow()
same class, line 118

Good luck
d</description>
		<content:encoded><![CDATA[<p>For the navigation &#8211; it is added in method<br />
private function addUserNavigation(x:Number, h:Number, delayVarsO:Object):Number {<br />
line 92 of Class SlideShowPlayer</p>
<p>To stop at the beginning add<br />
stopPlaying();<br />
to the bottom of the method<br />
StartSlideShow()<br />
same class, line 118</p>
<p>Good luck<br />
d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmoney</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-19433</link>
		<dc:creator>jmoney</dc:creator>
		<pubDate>Wed, 09 May 2007 14:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-19433</guid>
		<description>That is cool but even if you can just point me in the right direction I will work it out and you can go back to your basic.</description>
		<content:encoded><![CDATA[<p>That is cool but even if you can just point me in the right direction I will work it out and you can go back to your basic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-19421</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 09 May 2007 10:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-19421</guid>
		<description>I&#039;m very busy right now - but, I will take another pass at the slide show soon - probably by the end of the month.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very busy right now &#8211; but, I will take another pass at the slide show soon &#8211; probably by the end of the month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmoney</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-19381</link>
		<dc:creator>jmoney</dc:creator>
		<pubDate>Wed, 09 May 2007 06:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-19381</guid>
		<description>This code is pretty good..yet very hard to sort out since it is all classes, .as, etc. Overall, very nice work.

I am trying to tweak it and make it simplier in nature, yet I am having trouble trying to:

1) Set it so it starts out paused. I want more of a slideshow with the option to play on click

2) Move the nav. How can I control where the nav is placed? I know it is centering, etc. yet I would love the ability to either over ride the placement or actually position the movieclips accordingly on the stage.

Any help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>This code is pretty good..yet very hard to sort out since it is all classes, .as, etc. Overall, very nice work.</p>
<p>I am trying to tweak it and make it simplier in nature, yet I am having trouble trying to:</p>
<p>1) Set it so it starts out paused. I want more of a slideshow with the option to play on click</p>
<p>2) Move the nav. How can I control where the nav is placed? I know it is centering, etc. yet I would love the ability to either over ride the placement or actually position the movieclips accordingly on the stage.</p>
<p>Any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-14430</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 16 Apr 2007 13:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-14430</guid>
		<description>I guess I really should add some error handling. Soon.</description>
		<content:encoded><![CDATA[<p>I guess I really should add some error handling. Soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-14388</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sun, 15 Apr 2007 14:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-14388</guid>
		<description>so here:

http://www.forestandthetrees.com/mashupTalk/getForm/

put in the user name: that&#039;s the more human readable name not the one that looks like &quot;1234456677@N00&quot;

then enter tags. Or you can also skip the use and just enter tags.

Maybe flickr was just down when you tried it earlier - it actually happens kind of frequently

Let me know if you&#039;re still having problems - if so, send me the user and tags you entered and I can check them out

Thanks for the comment

d</description>
		<content:encoded><![CDATA[<p>so here:</p>
<p><a href="http://www.forestandthetrees.com/mashupTalk/getForm/" rel="nofollow">http://www.forestandthetrees.com/mashupTalk/getForm/</a></p>
<p>put in the user name: that&#8217;s the more human readable name not the one that looks like &#8220;1234456677@N00&#8243;</p>
<p>then enter tags. Or you can also skip the use and just enter tags.</p>
<p>Maybe flickr was just down when you tried it earlier &#8211; it actually happens kind of frequently</p>
<p>Let me know if you&#8217;re still having problems &#8211; if so, send me the user and tags you entered and I can check them out</p>
<p>Thanks for the comment</p>
<p>d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.forestandthetrees.com/2007/03/25/slide-show-and-projects/comment-page-1/#comment-14360</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 14 Apr 2007 15:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.forestandthetrees.com/?p=111#comment-14360</guid>
		<description>Am I crazy or does this not work?  If I click on a link, input a user and tags, the little spinning icon just keeps spinning.. but never finds any pictures.  

??</description>
		<content:encoded><![CDATA[<p>Am I crazy or does this not work?  If I click on a link, input a user and tags, the little spinning icon just keeps spinning.. but never finds any pictures.  </p>
<p>??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->