<?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>trace(this).com</title>
	<atom:link href="http://blog.tracethis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tracethis.com</link>
	<description>Flash, SWF Studio, and the world around me</description>
	<lastBuildDate>Tue, 04 Mar 2008 20:41:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Proxy/XML + [] = broken</title>
		<link>http://blog.tracethis.com/archives/2008/03/04/proxyxml-broken/</link>
		<comments>http://blog.tracethis.com/archives/2008/03/04/proxyxml-broken/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 20:41:43 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/archives/2008/03/04/proxyxml-broken/</guid>
		<description><![CDATA[There&#8217;s an issue with the Proxy and XML classes when you use the [] syntax to execute methods. For example, this is the working behaviour: var g:Function = myProxy.go; // calls getProperty on the Proxy subclass myProxy.go(); // calls callProperty on the Proxy subclass This is the non-working behaviour: var g:Function = myProxy['go']; // calls [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2008/03/04/proxyxml-broken/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FSCommand and getURL Bug in Flash Player 9</title>
		<link>http://blog.tracethis.com/archives/2007/09/11/fscommand-and-geturl-bug-in-flash-player-9/</link>
		<comments>http://blog.tracethis.com/archives/2007/09/11/fscommand-and-geturl-bug-in-flash-player-9/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 19:03:40 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=71</guid>
		<description><![CDATA[Having problems with getURL/navigateToURL or fscommand? Using a getURL queue system because of a &#8220;bug in IE&#8221;? Check this out: FSCommand and getURL Bug in Flash Player 9 This will become more and more an issue with more and more people buying Flash CS3. In Flash CS3 you have the option to publish your AS1/AS2 [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2007/09/11/fscommand-and-geturl-bug-in-flash-player-9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SWF Studio 3.4</title>
		<link>http://blog.tracethis.com/archives/2007/08/21/swf-studio-34/</link>
		<comments>http://blog.tracethis.com/archives/2007/08/21/swf-studio-34/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 15:40:39 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[SWF Studio]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=70</guid>
		<description><![CDATA[SWF Studio 3.4 has been released! 3.4 was in beta for a while and has now been officially released. This new version fixes the big issues people had with V3, including the MSVCR80.dll issues. And of course the big one is full Vista support. 3.4 runs on all Vista flavours and has Vista icon support, [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2007/08/21/swf-studio-34/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extra Pixel in V2 Components</title>
		<link>http://blog.tracethis.com/archives/2007/05/16/extra-pixel-in-v2-components/</link>
		<comments>http://blog.tracethis.com/archives/2007/05/16/extra-pixel-in-v2-components/#comments</comments>
		<pubDate>Wed, 16 May 2007 19:24:34 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=66</guid>
		<description><![CDATA[I know a lot of people have moved on to Flex 2 and Flash CS3 but there are many people that are still forced to use Flash 8 and earlier due to a variety of circumstances. I am one such individual. In developing an app for a client I found an issue with V2 List [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2007/05/16/extra-pixel-in-v2-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 Tip: for loop index should not be uint</title>
		<link>http://blog.tracethis.com/archives/2007/02/14/as3-tip-for-loop-index-should-not-be-uint/</link>
		<comments>http://blog.tracethis.com/archives/2007/02/14/as3-tip-for-loop-index-should-not-be-uint/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 19:47:06 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=63</guid>
		<description><![CDATA[In AS2 you probably typed your for loop index variable as Number. In AS3 I thought it would be better to use uint. I always start the index from 0, or some positive number and increment from there, like: var i:uint; for (i=0; i&#60;myArray.length; i++) { // code } This worked fine for everything I [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2007/02/14/as3-tip-for-loop-index-should-not-be-uint/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>AS3 Projects and the SWF Metadata tag</title>
		<link>http://blog.tracethis.com/archives/2007/01/12/as3-projects-and-the-swf-metadata-tag/</link>
		<comments>http://blog.tracethis.com/archives/2007/01/12/as3-projects-and-the-swf-metadata-tag/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 20:15:19 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=62</guid>
		<description><![CDATA[While most people are probably building Flex projects, there are some of us who build AS-only projects as well. While looking for resources on AS3 I came across Joey Lott&#8217;s ActionScript 3 Cookbook. Near the beginning of the book there is a section labelled &#8220;Customizing the Properties of an Application&#8221;. That caught my attention and [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2007/01/12/as3-projects-and-the-swf-metadata-tag/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ian, I am your father</title>
		<link>http://blog.tracethis.com/archives/2006/10/23/ian-i-am-your-father/</link>
		<comments>http://blog.tracethis.com/archives/2006/10/23/ian-i-am-your-father/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 04:18:35 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=58</guid>
		<description><![CDATA[I am VERY pleased to present my son, Ian! Born at 10:15am on October 20th, 2006. Ian was born 9 pounds 4 ounces! You know the cliche new fathers and mothers say: &#8220;You can&#8217;t describe the feeling&#8221;. Well, that&#8217;s pretty much all I can say about seeing my son born. I am so lucky to [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2006/10/23/ian-i-am-your-father/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>SWF Studio 3.3</title>
		<link>http://blog.tracethis.com/archives/2006/09/11/swf-studio-33/</link>
		<comments>http://blog.tracethis.com/archives/2006/09/11/swf-studio-33/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 17:45:36 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[SWF Studio]]></category>

		<guid isPermaLink="false">http://blog.madebyderek.com/?p=57</guid>
		<description><![CDATA[SWF Studio 3.3 has been released! Version 3.2 was released March 29th and contained some significant features that should really have been given more marketing attention. Even I am guilty of not posting about it here. So, here are some of the highlights for 3.2 and 3.3: 3.3 ActiveX support &#8211; you can use any [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2006/09/11/swf-studio-33/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SWF9 to SWF8 Communication &#8211; EI not LC &#8211; Part 2</title>
		<link>http://blog.tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-2/</link>
		<comments>http://blog.tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-2/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 13:12:50 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://tracethis.com/?p=55</guid>
		<description><![CDATA[&#60; Read Part 1 Below is an example that contains a SWF9 that was written in Flex (AS-only) and contains two textfields. The SWF9 loads a SWF8 that also contains two textfields. The top textfields are input fields. The left-hand contents belong to the SWF9 and the right-hand contents belong to the SWF8. When you [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SWF9 to SWF8 Communication &#8211; EI not LC &#8211; Part 1</title>
		<link>http://blog.tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-1/</link>
		<comments>http://blog.tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-1/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 13:10:00 +0000</pubDate>
		<dc:creator>Derek Vadneau</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://tracethis.com/?p=54</guid>
		<description><![CDATA[It seems everywhere I&#8217;ve read when someone asks how to communicate between a version 9 SWF and a version 8 SWF that it loads, the answer is always &#8220;You have to use LocalConnection&#8221;. I&#8217;ve seen that response from Adobe people as well as others. However, when I started looking into browser communication with my SWFs [...]]]></description>
		<wfw:commentRss>http://blog.tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

