<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Reimann</title>
	<atom:link href="http://www.aaronreimann.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronreimann.com</link>
	<description>web designer</description>
	<lastBuildDate>Sat, 10 Jul 2010 02:42:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Actionscript 3 MovieClip Controllers Example</title>
		<link>http://www.aaronreimann.com/actionscript-3-movieclip-controllers-example/</link>
		<comments>http://www.aaronreimann.com/actionscript-3-movieclip-controllers-example/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 18:30:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.aaronreimann.com/?p=65</guid>
		<description><![CDATA[Over the past year I have spent 500+ hours doing Flash presentations. They are rarely complex and do not require much scripting. I call them PowerPoint on Steroids, none the less it is Flash. I try to use ActionScript 3.0 (AS3) if possible, but half of the animation winds being exported to a .MOV. During [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past year I have spent 500+ hours doing Flash presentations.  They are rarely complex and do not require much scripting.  I call them PowerPoint on Steroids, none the less it is Flash.  I try to use ActionScript 3.0 (AS3) if possible, but half of the animation winds being exported to a .MOV.</p>
<p>During the development though, I have needed simple things like pause, stop, rewinded and fast-forward.  You have to be able to let the client skip through the &#8220;product&#8221; and critique.  These controllers are for a single timeline, check out the example below:</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="240" height="160">
      <param name="movie" value="http://www.aaronreimann.com/flash/controllers-1.0.swf" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.aaronreimann.com/flash/controllers-1.0.swf" width="240" height="160">
      <!--<![endif]-->
        <p>The Flash plugin is required to view this object.</p>
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p><a href="/flash/controllers-1.0.zip">Download by clicking here.</a></p>
<p>Here is the ActionScript:</p>
<p>bt_play.addEventListener(MouseEvent.CLICK, btPlay);<br />
function btPlay(event: MouseEvent) {<br />
play();<br />
}</p>
<p>bt_stop.addEventListener(MouseEvent.CLICK, btStop);<br />
function btStop(event: MouseEvent) {<br />
stop();<br />
}</p>
<p>bt_rewind.addEventListener(MouseEvent.MOUSE_DOWN, btRewind);<br />
function btRewind(event: MouseEvent) {<br />
gotoAndPlay(currentFrame &#8211; 25);<br />
}</p>
<p>bt_forward.addEventListener(MouseEvent.MOUSE_DOWN, btForward);<br />
function btForward(event: MouseEvent) {<br />
gotoAndPlay(currentFrame + 25);<br />
}</p>
<p>bt_fullRewind.addEventListener(MouseEvent.MOUSE_DOWN, btfullRewind);<br />
function btfullRewind(event: MouseEvent) {<br />
gotoAndPlay(5);<br />
stop();<br />
}</p>
<p>bt_fullForward.addEventListener(MouseEvent.MOUSE_DOWN, btfullForward);<br />
function btfullForward(event: MouseEvent) {<br />
var movieclipLength:int = this.totalFrames;<br />
gotoAndStop(movieclipLength);<br />
stop();<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronreimann.com/actionscript-3-movieclip-controllers-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shuteyes</title>
		<link>http://www.aaronreimann.com/shuteyes/</link>
		<comments>http://www.aaronreimann.com/shuteyes/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:50:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.aaronreimann.com/?p=29</guid>
		<description><![CDATA[Tools used: Photoshop, Flash Languages: CSS I did all of the design work, and wound up desiging a lot of it in Flash.  The site was for a friend of mine.  It is an awareness site&#8230; It hasn&#8217;t taken off, but it is still cool looking. (I&#8217;m not sure why I used Flash for some [...]]]></description>
			<content:encoded><![CDATA[<p>Tools used: Photoshop, Flash</p>
<p>Languages: CSS</p>
<p>I did all of the design work, and wound up desiging a lot of it in Flash.  The site was for a friend of mine.  It is an awareness site&#8230; It hasn&#8217;t taken off, but it is still cool looking.  (I&#8217;m not sure why I used Flash for some of this&#8230;maybe I think I was going to have his eyes move if I remember correctly)</p>
<p><a href="http://www.aaronreimann.com/wp-content/uploads/2009/11/projects-shuteyes.jpg" title="Shuteyes Screenshot" rel="lightbox[29]"><img src="http://www.aaronreimann.com/wp-content/uploads/2009/11/projects-shuteyes-150x150.jpg" alt="projects-shuteyes" title="Shuteyes Screenshot" width="150" height="150" class="aligncenter size-thumbnail wp-image-53" rel="lightbox" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronreimann.com/shuteyes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Engage Atlanta</title>
		<link>http://www.aaronreimann.com/engage-atlanta/</link>
		<comments>http://www.aaronreimann.com/engage-atlanta/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.aaronreimann.com/?p=25</guid>
		<description><![CDATA[Tools used: Photoshop, CMS Made Simple Code used: XHTML, CSS, a little PHP I did a logo redesign, the Photoshop layout, HTML and CSS.  The comp that is below this is a little different than what is on http://www.engageatlanta.com.]]></description>
			<content:encoded><![CDATA[<p>Tools used: Photoshop, CMS Made Simple</p>
<p>Code used: XHTML, CSS, a little PHP</p>
<p>I did a logo redesign, the Photoshop layout, HTML and CSS.  The comp that is below this is a little different than what is on <a href="http://www.engageatlanta.com">http://www.engageatlanta.com</a>.</p>
<p><a href="http://www.aaronreimann.com/wp-content/uploads/2009/11/projects-engageatl.jpg" title="projects-engageatl" rel="lightbox[25]"><img src="http://www.aaronreimann.com/wp-content/uploads/2009/11/projects-engageatl-150x150.jpg" alt="projects-engageatl" title="projects-engageatl" width="150" height="150" class="aligncenter size-thumbnail wp-image-51" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronreimann.com/engage-atlanta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look Unto Me</title>
		<link>http://www.aaronreimann.com/look-unto-me/</link>
		<comments>http://www.aaronreimann.com/look-unto-me/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:43:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.aaronreimann.com/?p=21</guid>
		<description><![CDATA[Tools Used: Photoshop, Textmate Code Used: XHTML, CSS, PHP My dad has a new book coming out and there wasn&#8217;t going to be any kind of web site for it so he asked me to whip something up (not his exact words, but close enough).  So I got *some* of the original artwork (the bird [...]]]></description>
			<content:encoded><![CDATA[<p>Tools Used: Photoshop, Textmate</p>
<p>Code Used: XHTML, CSS, PHP</p>
<p>My dad has a new book coming out and there wasn&#8217;t going to be any kind of web site for it so he asked me to whip something up (not his exact words, but close enough).  So I got *some* of the original artwork (the bird and the background) from the book&#8217;s cover and created the artwork.  Check it out at <a href="http://www.lookuntome.com">lookuntome.com</a></p>
<p><a href="http://www.aaronreimann.com/wp-content/uploads/2009/11/projects-lookuntome.png" title="projects-lookuntome" rel="lightbox[21]"><img src="http://www.aaronreimann.com/wp-content/uploads/2009/11/projects-lookuntome-150x150.png" alt="projects-lookuntome" title="projects-lookuntome" width="150" height="150" class="aligncenter size-thumbnail wp-image-52" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronreimann.com/look-unto-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
