<?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>Cloud Swing, Inc. &#38; Rocket Number 9 Prod. &#187; code</title>
	<atom:link href="http://rocketnumber9.org/category/professional/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://rocketnumber9.org</link>
	<description>Mike Connor - Senior Flash Developer based in Brooklyn, NY.</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:40:36 +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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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[code]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[mousevent]]></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>Random Tile class</title>
		<link>http://rocketnumber9.org/2009/09/25/random-tile-class/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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[code]]></category>
		<category><![CDATA[Professional]]></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>1</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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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[code]]></category>
		<category><![CDATA[Professional]]></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>
	</channel>
</rss>

