<?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>Likesalmon Design &#187; Flash</title>
	<atom:link href="http://www.likesalmondesign.com/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.likesalmondesign.com</link>
	<description>Open Source Web Design and Development from Scratch</description>
	<lastBuildDate>Tue, 15 Jun 2010 03:51:47 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Just sign the waiver</title>
		<link>http://www.likesalmondesign.com/just-sign-the-waiver/</link>
		<comments>http://www.likesalmondesign.com/just-sign-the-waiver/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:44:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=72</guid>
		<description><![CDATA[I just completed adding all of my posts from my previous blog at http://likesalmon.wordpress.com to this blog.  I haven&#8217;t even read all of my original posts but I can tell you that there are some factual errors and naivete that I am not taking responsibility for.  Use at your own risk, there is [...]]]></description>
			<content:encoded><![CDATA[<p>I just completed adding all of my posts from my previous blog at http://likesalmon.wordpress.com to this blog.  I haven&#8217;t even read all of my original posts but I can tell you that there are some factual errors and naivete that I am not taking responsibility for.  Use at your own risk, there is some stupid shit in there.</p>
<h3>Flash is dumb?</h3>
<p>My design/development education has taken me in some directions that I didn&#8217;t count on.  For instance, that Flash phase?  Never went anywhere.  Seems to work for some people, but I lost interest like immediately.  Do I regret that? Not really.  Flash is useful in some instances (see <a title="kuler" href="http://kuler.adobe.com/">kuler</a> for an excellent example) but mostly its just a bunch of crap (see Flash scroll bars, user interfaces, and slideshows).  Besides, most of the time the same things can be achieved with JavaScript.</p>
<p>I&#8217;m not a total hater.  I appreciate that Flash opened up web design to designers who would not otherwise have embraced the web due to technical limitations.  Like it or not, the common JavaScript versions of Flash-esque visual effects came after Flash had been doing it for a long time.  And good visual design helps usability and makes the web a nicer place to hang out in.</p>
<h3>The cool kids are NOT doing it</h3>
<p>The final nail in the Flash coffin?  None of the designers I look up to use it.  Jason Santa Maria, Khoi Van, Andy Clarke, Cameron Moll &#8211; these guys make incredible things and none of them use Flash.  And that pretty much does it for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/just-sign-the-waiver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTOB: Installing Haxe on Mac OS 10.5.5</title>
		<link>http://www.likesalmondesign.com/ftob/</link>
		<comments>http://www.likesalmondesign.com/ftob/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[From the old blog]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=55</guid>
		<description><![CDATA[Originally posted on 10/10/08 at http://likesalmon.wordpress.com
I decided not to use MTASC as my compiler after all, since it can&#8217;t do Actionscript 3.  I&#8217;m going with Haxe instead.
Installation:

 Go to http://haxe.org/download and download the OSX Universal Installer.
 Unpack the installer and double click on it
 Open up .bash_login from you home directory in your text [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted on 10/10/08 at http://likesalmon.wordpress.com</p>
<p>I decided not to use MTASC as my compiler after all, since it can&#8217;t do Actionscript 3.  I&#8217;m going with Haxe instead.</p>
<p>Installation:</p>
<ol>
<li> Go to <a title="haXe website" href="http://haxe.org/download">http://haxe.org/download</a> and download the OSX Universal Installer.</li>
<li> Unpack the installer and double click on it</li>
<li> Open up .bash_login from you home directory in your text editor and add the line: export HAXE_LIBRARY_PATH=&#8221;/usr/lib/haxe/std:./&#8221;</li>
<li>Follow the instructions for &#8220;Getting Started with haXe/Flash&#8221; in the <a href="http://haxe.org/doc/start/flash">Documentation section of the haXe website</a> to test your installation</li>
</ol>
<p>Now you can go to http://www.loziosecchi.it/lab/textmate_bundle/ and download and install the Haxe TextMate bundle:</p>
<ol>
<li>Go to <a href="http://www.loziosecchi.it/lab/textmate_bundle/">Marco Secchi&#8217;s website</a> and download the haXe bundle for Textmate.</li>
<li>Unpack it</li>
<li>In Finder, locate the Textmate icon in the Applications folder and right click on it.  Choose &#8220;show package contents&#8221; from the menu that appears.</li>
<li>Navigate to Contents -&gt; Shared Support -&gt;Bundles within the TextMate package</li>
<li>Open a new Finder window and locate the bundle you unpacked</li>
<li>Drag and drop the haXe2.tmbundle file into the Bundles folder and restart TextMate</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ftob/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTOB: Installing Haxe</title>
		<link>http://www.likesalmondesign.com/ftob-installing-haxe/</link>
		<comments>http://www.likesalmondesign.com/ftob-installing-haxe/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:11:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[From the old blog]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=53</guid>
		<description><![CDATA[Originally posted on 10/10/08 at http://likesalmon.wordpress.com
I decided that if MTASC is only good for Actionscript 2 I should probably try Haxe, which is a compiler that does Actionscript 3 as well as a lot of other stuff.  It looks like my development platform is not going to resemble the book I was referencing at [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted on 10/10/08 at http://likesalmon.wordpress.com</p>
<p>I decided that if MTASC is only good for Actionscript 2 I should probably try Haxe, which is a compiler that does Actionscript 3 as well as a lot of other stuff.  It looks like my development platform is not going to resemble the book I was referencing at all.  I&#8217;ll try to post a complete installation guide from soup to nuts once I get all this up and running.</p>
<p>And so, to install Haxe on OS 10.5..5</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ftob-installing-haxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTOB: Installing Flash and Flex Bundles on Textmate</title>
		<link>http://www.likesalmondesign.com/installing-flash-and-flex-bundles-on-textmate/</link>
		<comments>http://www.likesalmondesign.com/installing-flash-and-flex-bundles-on-textmate/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:10:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[From the old blog]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=51</guid>
		<description><![CDATA[Originally posted on 10/9/08 at http://likesalmon.wordpress.com
This is important because it allows me to use textmate as my editor.  I freaking love textmate.  For instructions of how to do this go here:
http://flashalisious.com/2007/07/30/installing-as3-and-flex-bundle-for-textmate/
Do what he says, copy and paste the code he gives into the terminal all at once and press enter.  Terminal will [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted on 10/9/08 at http://likesalmon.wordpress.com</p>
<p>This is important because it allows me to use textmate as my editor.  I freaking love textmate.  For instructions of how to do this go here:</p>
<p><a href="http://flashalisious.com/2007/07/30/installing-as3-and-flex-bundle-for-textmate/" target="Go to flashalisious">http://flashalisious.com/2007/07/30/installing-as3-and-flex-bundle-for-textmate/</a></p>
<p>Do what he says, copy and paste the code he gives into the terminal all at once and press enter.  Terminal will run the commands one at a time.  When it gets to the last command (&#8220;osascript -e ‘tell app “TextMate” to reload bundles’&#8221;) it will throw the error &#8220;0:1: syntax error: A unknown token can’t go here. (-2740)&#8221;.</p>
<p>Don&#8217;t panic, just press the up arrow to bring up the line &#8220;osascript -e ‘tell app “TextMate” to reload bundles&#8221; again and then go through and replace the single and double quotes with new single and double quotes.  When you cut and paste them from the website it puts curly quotes in, which the terminal can&#8217;t read.  Voila&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/installing-flash-and-flex-bundles-on-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTOB: Installing MTASC on Mac OS 10.5.5</title>
		<link>http://www.likesalmondesign.com/ftob-installing-mtasc-on-mac-os-1055/</link>
		<comments>http://www.likesalmondesign.com/ftob-installing-mtasc-on-mac-os-1055/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[From the old blog]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=49</guid>
		<description><![CDATA[Originally posted on 10/9/08 at http://likesalmon.wordpress.com/
This was easy enough:

Download the Mac OSX package from http://www.mtasc.org/#download
Unzip it and change the name of the folder to &#8220;mtasc&#8221; for ease of use
Put the unzipped folder in your Applications directory
Put a new entry in your .bash_login file that says:

export PATH=&#8221;/Applications/mtasc:$PATH&#8221;



]]></description>
			<content:encoded><![CDATA[<p>Originally posted on 10/9/08 at http://likesalmon.wordpress.com/</p>
<p>This was easy enough:</p>
<ol>
<li>Download the Mac OSX package from <a href="http://www.mtasc.org/#download" target="_blank">http://www.mtasc.org/#download</a></li>
<li>Unzip it and change the name of the folder to &#8220;mtasc&#8221; for ease of use</li>
<li>Put the unzipped folder in your Applications directory</li>
<li>Put a new entry in your .bash_login file that says:
<ol>
<li>export PATH=&#8221;/Applications/mtasc:$PATH&#8221;</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ftob-installing-mtasc-on-mac-os-1055/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTOB: Installing the Flash SDK on Mac OS 10.5.5</title>
		<link>http://www.likesalmondesign.com/ftob-installing-the-flash-sdk-on-mac-os-1055/</link>
		<comments>http://www.likesalmondesign.com/ftob-installing-the-flash-sdk-on-mac-os-1055/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:08:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[From the old blog]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=47</guid>
		<description><![CDATA[Originally posted on 10/3/08 at http://likesalmon.wordpress.com
Vague instructions from the book led me to my first roadblock.  Can&#8217;t blame &#8216;em, there&#8217;s just to many OSs out there to write for all of them.  But we&#8217;re smart right? Right.
This video includes step by step instructions for how to install the Flex SDK and the correct [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted on 10/3/08 at http://likesalmon.wordpress.com</p>
<p>Vague instructions from the book led me to my first roadblock.  Can&#8217;t blame &#8216;em, there&#8217;s just to many OSs out there to write for all of them.  But we&#8217;re smart right? Right.</p>
<p>This video includes step by step instructions for how to install the Flex SDK and the correct way to add it to your path:</p>
<p><a href="http://learnhub.com/lesson/video/108-start-using-flex3-for-free" title="Go to learnhub">http://learnhub.com/lesson/video/108-start-using-flex3-for-free</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ftob-installing-the-flash-sdk-on-mac-os-1055/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTOB: Open Source Flash on Mac OS 10.5 Leopard</title>
		<link>http://www.likesalmondesign.com/ftob-open-source-flash-on-mac-os-105-leopard/</link>
		<comments>http://www.likesalmondesign.com/ftob-open-source-flash-on-mac-os-105-leopard/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:06:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[From the old blog]]></category>

		<guid isPermaLink="false">http://www.likesalmondesign.com/?p=45</guid>
		<description><![CDATA[Originally posted on 10/3/08 at http://likesalmon.wordpress.com
I haven&#8217;t written for a while but there&#8217;s no time for apologizing.  I decided (after years of swearing I never would) its time to learn flash.  I&#8217;m doing this totally open source, so I&#8217;m going to post all the steps it takes to get up and running in [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted on 10/3/08 at http://likesalmon.wordpress.com</p>
<p>I haven&#8217;t written for a while but there&#8217;s no time for apologizing.  I decided (after years of swearing I never would) its time to learn flash.  I&#8217;m doing this totally open source, so I&#8217;m going to post all the steps it takes to get up and running in sequence, post by post.  I&#8217;m following the installation instructions from the free downloadable chapter of &#8220;The Essential Guide to Open Source Flash Development.&#8221;  This is available here:</p>
<p>http://www.friendsofed.com/book.html?isbn=9781430209935</p>
<p>There are several resources out there but this is the only clear getting-started guide I&#8217;ve run into.  Plus, my friend Moses was a contributing author!  He develops on a mac and is a has worked on some very high profile flash projects.  Thanks Moses!  I swear I&#8217;ll buy that book if I get this to work.</p>
<p>Here is a rundown of my system that I will be attempting this on:</p>
<p>Hardware Overview:</p>
<p>Model Name:    MacBook<br />
Model Identifier:    MacBook2,1<br />
Processor Name:    Intel Core 2 Duo<br />
Processor Speed:    2.16 GHz<br />
Number Of Processors:    1<br />
Total Number Of Cores:    2<br />
L2 Cache:    4 MB<br />
Memory:    4 GB</p>
<p>The text editor I use is TextMate, and the browser I use is Firefox 3.  If I use it, you can assume that I highly recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.likesalmondesign.com/ftob-open-source-flash-on-mac-os-105-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
