<?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>Tomorrow Evening &#187; Download</title>
	<atom:link href="http://blog.tomorrowevening.com/tag/dl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tomorrowevening.com</link>
	<description>Digitally Driven</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:33:48 +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>New MC</title>
		<link>http://blog.tomorrowevening.com/fla/new-mc/</link>
		<comments>http://blog.tomorrowevening.com/fla/new-mc/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 16:25:26 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[JSFL]]></category>

		<guid isPermaLink="false">http://blog.tomorrowevening.com/?p=233</guid>
		<description><![CDATA[Most of the time when creating a new MovieClip I need to create 2 additional layers right away: "Actions" and "Labels". This JSFL does that for you. To increase productivity, adding this Command as a Keyboard Shortcut is recommended. Download it here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tomorrowevening.com/fla/new-mc/"><img src="http://blog.tomorrowevening.com/content/2010/04/newMC.jpg" alt="" title="NewMC" width="236" height="238" class="alignnone size-full wp-image-234" /></a><br />
<span id="more-233"></span><br />
Most of the time when creating a new MovieClip I need to create 2 additional layers right away: "Actions" and "Labels". This JSFL does that for you. To increase productivity, adding this Command as a Keyboard Shortcut is recommended.<br />
Download it <a href="http://blog.tomorrowevening.com/content/2010/04/Library-New-MC.zip" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomorrowevening.com/fla/new-mc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error proofing SWFAddress</title>
		<link>http://blog.tomorrowevening.com/fla/error-proofing-swfaddress/</link>
		<comments>http://blog.tomorrowevening.com/fla/error-proofing-swfaddress/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 00:22:41 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.tomorrowevening.com/?p=217</guid>
		<description><![CDATA[SWFAddress is a great library which all flash sites should incorporate. However, giving the user control of changing the URL address can break your site. Because many flash websites don't check for this, the user is often left not viewing content. I created a utility class to do the following: Navigate a website based off [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.asual.com/swfaddress/">SWFAddress</a> is a great library which all flash sites should incorporate.  However, giving the user control of changing the URL address can break your site. Because many flash websites don't check for this, the user is often left not viewing content.<br />
I created a utility class to do the following:</p>
<ul>
<li>Navigate a website based off valid deeplink possibilities.</li>
<li>Enable multiple URL values for a single page.</li>
<li>Check for valid URL requests, then act accordingly.</li>
<li>Set a default homepage so the website doesn't redirect you to a "/#/homepage".</li>
</ul>
<p>The last item in that list has become a pet peeve of mine. In my opinion, a website shouldn't auto-direct you to a "yoursite.com/#/home". It should keep the homepage URL until there's user interaction (such as clicking a link).</p>
<p><a href="http://blog.tomorrowevening.com/content/2010/03/ExampleSite.zip">Source</a> - <a href="http://blog.tomorrowevening.com/content/2010/03/ExampleSite/">Online Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomorrowevening.com/fla/error-proofing-swfaddress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment Generator</title>
		<link>http://blog.tomorrowevening.com/fla/comment-generator/</link>
		<comments>http://blog.tomorrowevening.com/fla/comment-generator/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:54:36 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[JSFL]]></category>

		<guid isPermaLink="false">http://blog.tomorrowevening.com/?p=136</guid>
		<description><![CDATA[This JSFL window swf converts the text you input into valid ASDoc approved comment code. It's meant to be pasted into AS3 Class files above methods. The "Block" check box is meant for 1 line comment codes to separate blocks of methods / variables into groups. I also have it aligned to the right to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tomorrowevening.com/fla/comment-generator/#more-136"><img class="alignnone size-full wp-image-137" title="commentGenerator" src="http://blog.tomorrowevening.com/content/2009/09/commentGenerator.png" alt="commentGenerator" width="356" height="221" /></a><br />
<span id="more-136"></span><br />
This JSFL window swf converts the text you input into valid <a href="http://livedocs.adobe.com/flex/3/html/asdoc_3.html#189145">ASDoc approved comment code</a>.  It's meant to be pasted into AS3 Class files above methods.  The "Block" check box is meant for 1 line comment codes to separate blocks of methods / variables into groups.  I also have it aligned to the right to distinguish these groups easier when scrolling through your code.<br />
You can download the .mxp file <a href="http://blog.tomorrowevening.com/content/2009/09/Comment-Generator.mxp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomorrowevening.com/fla/comment-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Duplicate</title>
		<link>http://blog.tomorrowevening.com/fla/quick-duplicate/</link>
		<comments>http://blog.tomorrowevening.com/fla/quick-duplicate/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 18:50:03 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[JSFL]]></category>

		<guid isPermaLink="false">http://blog.tomorrowevening.com/?p=120</guid>
		<description><![CDATA[This JSFL command gives you command over duplicating more than one object in your library multiple times. You can download the .mxp file here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tomorrowevening.com/fla/quick-duplicate/"><img class="alignnone size-full wp-image-121" title="quickDuplicate" src="http://blog.tomorrowevening.com/content/2009/07/quickDuplicate.png" alt="quickDuplicate" width="236" height="214" /></a><br />
<span id="more-120"></span><br />
This JSFL command gives you command over duplicating more than one object in your library multiple times.<br />
You can download the .mxp file <a href="http://blog.tomorrowevening.com/content/2009/07/Library-Quick-Duplicate.mxp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomorrowevening.com/fla/quick-duplicate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Layer Settings</title>
		<link>http://blog.tomorrowevening.com/fla/layer-settings/</link>
		<comments>http://blog.tomorrowevening.com/fla/layer-settings/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 19:32:26 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[JSFL]]></category>

		<guid isPermaLink="false">http://blog.tomorrowevening.com/?p=112</guid>
		<description><![CDATA[Ever need to guide out a bunch of layers real quick? Change the outline color for multiple layers? This JSFL command let's you alter multiple layer settings all at once. Please please please, if you run into any problems when using this, PLEASE add a comment below so I can fix it. You can download [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.tomorrowevening.com/fla/layer-settings/"><img class="alignnone size-full wp-image-113" title="layerSettings" src="http://blog.tomorrowevening.com/content/2009/07/layerProperties.jpg" alt="layerSettings" width="236" height="246" /></a><br />
Ever need to guide out a bunch of layers real quick? Change the outline color for multiple layers? This JSFL command let's you alter multiple layer settings all at once.<span id="more-112"></span><br />
Please please please, if you run into any problems when using this, PLEASE add a comment below so I can fix it.</p>
<p>You can download the command <a href="http://blog.tomorrowevening.com/content/2009/07/LayerSettings.zip">here</a>.  Throw both files here:<br />
*  Windows Vista™:<br />
boot drive\Users\username\Local Settings\Application Data\Adobe\Flash CS3\language\Configuration\</p>
<p>* Windows® XP:<br />
boot drive\Documents and Settings\username\Local Settings\Application Data\Adobe\Flash CS3\language\Configuration\</p>
<p>* Mac OS® X:<br />
Macintosh HD/Users/username/Library/Application Support/Adobe/Flash CS3/language/Configuration/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tomorrowevening.com/fla/layer-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
