<?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>Rocket Number 9 &#187; Professional</title>
	<atom:link href="http://rocketnumber9.org/category/professional/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocketnumber9.org</link>
	<description>Mike Connor - aka &#039;Caution Mike&#039;</description>
	<lastBuildDate>Tue, 01 Jun 2010 18:01:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Cloning a MouseEvent</title>
		<link>http://rocketnumber9.org/2010/06/01/cloning-a-mouseevent/</link>
		<comments>http://rocketnumber9.org/2010/06/01/cloning-a-mouseevent/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 17:18:50 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[actionscript event clone]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=847</guid>
		<description><![CDATA[I&#8217;ve seen the question of how to dispatch a MouseEvent through code, but i&#8217;ve never seen it answered. I figured it out so i&#8217;ll share it with your here. Let&#8217;s say you have a BallSprite class and a RectSprite class (BallSprite being a graphic of a ball&#8230;..etc). And i want a MouseEvent.Click on an instance [...]]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2010/06/01/cloning-a-mouseevent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Micro-site: 2010 World Cup</title>
		<link>http://rocketnumber9.org/2009/10/05/flash-slideshow-worldcup/</link>
		<comments>http://rocketnumber9.org/2009/10/05/flash-slideshow-worldcup/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:18:05 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gigs]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[slideshow pro]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=557</guid>
		<description><![CDATA[Specialty Flash Micro-site design and development  for Pappas Creative client, ActionImages.]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/10/05/flash-slideshow-worldcup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Tile class</title>
		<link>http://rocketnumber9.org/2009/09/25/random-tile-class/</link>
		<comments>http://rocketnumber9.org/2009/09/25/random-tile-class/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 21:48:28 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ActionScript 3]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=514</guid>
		<description><![CDATA[An Actionscript 3 class I wrote the places tiles on a grid - either randomly or in order, with no overlap, and allows for a tile free zone.]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/09/25/random-tile-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Flash Blog » Flash Builder rebrand FAQ</title>
		<link>http://rocketnumber9.org/2009/09/17/the-flash-blog-%c2%bb-flash-builder-rebrand-faq/</link>
		<comments>http://rocketnumber9.org/2009/09/17/the-flash-blog-%c2%bb-flash-builder-rebrand-faq/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:49:12 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[Professional]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=445</guid>
		<description><![CDATA[The Flash Blog » Flash Builder rebrand FAQ.]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/09/17/the-flash-blog-%c2%bb-flash-builder-rebrand-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustrating FireFox bug with ExtnernalInterface &#8211; resolved</title>
		<link>http://rocketnumber9.org/2009/07/30/frustrating-firefox-bug-with-extnernalinterface-resolved/</link>
		<comments>http://rocketnumber9.org/2009/07/30/frustrating-firefox-bug-with-extnernalinterface-resolved/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:10:12 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ExtnernalInterface]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=388</guid>
		<description><![CDATA[Looks like I had a problem with my JavaScript. I need to add: var swfDiv = document.getElementById(&#8216;swfDiv&#8217;); Checks out now in FireFox 3.5 mac, FireFox PC (version?), IE 8 on the pc. &#60;script type=&#34;text/javascript&#34;&#62; &#160; &#160; &#160; &#160; function putFlashOnTop&#40;&#41; &#123; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; var swfDiv = document.getElementById&#40;'swfDiv'&#41;; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/07/30/frustrating-firefox-bug-with-extnernalinterface-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustrating FireFox bug with ExtnernalInterface</title>
		<link>http://rocketnumber9.org/2009/07/29/frustrating-firefox-bug-with-extnernalinterface/</link>
		<comments>http://rocketnumber9.org/2009/07/29/frustrating-firefox-bug-with-extnernalinterface/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 23:55:54 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=359</guid>
		<description><![CDATA[I have a swf with some html copy below it. It should (seemingly) expand when clicking the button and contract when clicked again. see example I need to swap the z-Index of the divs containing the SWF and the html copy. The swf is embeded using SWFObject. I have two simple javascript methods for re-assigning [...]]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/07/29/frustrating-firefox-bug-with-extnernalinterface/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Concluded Deluxe Flash Video Player</title>
		<link>http://rocketnumber9.org/2009/07/02/concluded-deluxe-flash-video-player/</link>
		<comments>http://rocketnumber9.org/2009/07/02/concluded-deluxe-flash-video-player/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:41:11 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[gigs]]></category>
		<category><![CDATA[BBE]]></category>
		<category><![CDATA[media player]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=325</guid>
		<description><![CDATA[I&#8217;ve just wrapped up a deluxe Flash video player for BBE.  The player has a customized views (size, gallery layout) and tracks all user interactions and records them to a cookie. I&#8217;ve built many Flash video players. On this one I utilized a few different design patterns (Decorator, Command, Singleton, MVC.). The project is &#8216;done&#8217; [...]]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/07/02/concluded-deluxe-flash-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Air app &#8211; Kidos</title>
		<link>http://rocketnumber9.org/2009/04/09/coding-air-app-kidos/</link>
		<comments>http://rocketnumber9.org/2009/04/09/coding-air-app-kidos/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 14:35:00 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[gigs]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=245</guid>
		<description><![CDATA[I&#8217;m helping to code an Air application &#8211; Kidos - an OS for children.  This is a team project that already has a solid base of code.  I&#8217;m learning to use Git for committing my code contributions.]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/04/09/coding-air-app-kidos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Completing Dynamic Slideshow and CMS</title>
		<link>http://rocketnumber9.org/2009/04/03/completing-dynamic-slideshow-and-cms/</link>
		<comments>http://rocketnumber9.org/2009/04/03/completing-dynamic-slideshow-and-cms/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 00:15:28 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[gigs]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=243</guid>
		<description><![CDATA[I&#8217;ve been producing on a dynamic slide show with a CMS  for the 2010 World Cup.  Contains a CMS so that client can upload images, create tags, galleries and albums. UNDER CONSTRUCTION]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/04/03/completing-dynamic-slideshow-and-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pair Programing &#8211; online video editor</title>
		<link>http://rocketnumber9.org/2009/01/21/pair-programing/</link>
		<comments>http://rocketnumber9.org/2009/01/21/pair-programing/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 22:31:34 +0000</pubDate>
		<dc:creator>Michael Connor</dc:creator>
				<category><![CDATA[gigs]]></category>

		<guid isPermaLink="false">http://rocketnumber9.org/?p=184</guid>
		<description><![CDATA[I&#8217;m doing some paired programming for a small company in Dumbo. I sit down with a guy that has been writing code since the 80s. We are working on a Flash online video editor. My first exposure to paired programing, test-driven design, and Git.]]></description>
		<wfw:commentRss>http://rocketnumber9.org/2009/01/21/pair-programing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
