<?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>Warm Forest Flash Blog</title>
	<atom:link href="http://www.warmforestflash.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmforestflash.com/blog</link>
	<description>A blog about Flash &#38; ActionScript 3 from a designer&#039;s perspective</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:20:23 +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>7 Tips to Make Your Flash Site iPhone and iPad Friendly</title>
		<link>http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/</link>
		<comments>http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 20:44:39 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=511</guid>
		<description><![CDATA[Everyone seems to be talking about how the iPhone and iPad don’t support Flash but I haven’t seen much discussion on what to actually do about it if you have a Flash site. Flash might not be coming to the iPhone anytime soon but there are actually simple things you can do to make any [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/' rel='bookmark' title='Permanent Link: 11 Myths About Flash That Won&#8217;t Die'>11 Myths About Flash That Won&#8217;t Die</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/' rel='bookmark' title='Permanent Link: Simple Sanity-Saving Tip for All Timeline-Based Flash Projects'>Simple Sanity-Saving Tip for All Timeline-Based Flash Projects</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everyone seems to be talking about how the iPhone and iPad don’t support Flash but I haven’t seen much discussion on what to actually do about it if you have a Flash site. Flash might not be coming to the iPhone anytime soon but there are actually simple things you can do to make any Flash site iPhone/iPad/iPod touch compatible, as well as work on any mobile device and be accessible to users without Flash installed. Every Flash site should attempt to make all content accessible to all users but sadly most sites don&#8217;t do this.</p>
<p><a href="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/iphone_friendly_flash.zip">» Download all the source code and examples here</a></p>
<p>To begin, download the above zip file which contains a full Flash site that is completely iPhone/iPad/iPod touch/mobile friendly. It also contains all code samples shown below, including all HTML, CSS, and JavaScript for a fully functional mobile site. Feel free to use the mobile site as a template for your own site.</p>
<p>Here are 7 tips to make your Flash site iPhone friendly and accessible to all users on all devices:</p>
<p><strong>1) Use SWFObject and actually make use of the alternate content feature</strong></p>
<p>The first thing you’ll need to do is use <a href="http://code.google.com/p/swfobject/">SWFObject</a> to embed your Flash site into your HTML page. Most Flash developers are already doing this but the important thing to do here is to make sure you take advantage of SWFObject’s capability to display alternate content to users without Flash installed. Unfortunately a lot of Flash sites using SWFObject fail to provide anything useful as far as alternate content. Below is an example of how a lot of Flash sites look to users without Flash:</p>
<p><img alt="Alternate content" src="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/alt_content.jpg" title="Alternate content" class="alignnone" width="650" height="400" /><br />
<em>Not very helpful to users on mobile devices.</em></p>
<p>At the very least you should include some basic content from the site like contact info and relevant links in addition to having a link to download the latest version of Flash. Below is how my personal portfolio site appears to a user without the Flash plugin:</p>
<p><img alt="No Flash" src="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/no_flash.jpg" title="No Flash" class="alignnone" width="650" height="400" /><br />
<em>Users without Flash installed see this.</em></p>
<p>The most important thing to note above is the link to the non-Flash version of my site which I’ll go over below. Open up “index.html” in the download to see how all of this is setup.</p>
<p><a href="http://www.jeremiahshoaf.com/"><img alt="Alternate content" src="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/flash_portfolio.jpg" title="Alternate content" class="alignnone" width="650" height="400" /></a><br />
<em>What my <a href="http://www.jeremiahshoaf.com/">Flash portfolio</a> looks like to users with Flash.</em></p>
<p><strong>2) Develop a simplified HTML version of your site for iPhone/iPad/iPod touch/mobile users</strong></p>
<p>A sample mobile site HTML template is included in the above zip file in the folders “Sycamore” > “mobile”. When developing a mobile site the important thing is to keep the site simple using basic HTML and a one column layout. This is to ensure it will be completely accessible to all users and viewable on all devices including mobile devices besides iPhones. I prefer to keep everything on one page if possible since scrolling on the iPhone is more enjoyable than clicking. I also like to size my images 320 pixels wide which looks perfect on the iPhone’s screen. This is how the mobile version of my site looks:</p>
<p><img alt="My Flash portfolio on the iPhone" src="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/iphone2.jpg" title="My Flash portfolio on the iPhone" class="alignnone" width="650" height="400" /><br />
<em>Note how the 320 pixel wide image fills the screen nicely.</em></p>
<p>It’s also a good idea to create a subdomain on your web server named “m” which stands for mobile. That way your mobile site address can be “m.yourdomain.com” which seems to be the <a href="http://m.flickr.com/">standard way of doing things</a> these days.</p>
<p><img alt="My Flash portfolio on the iPhone" src="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/iphone1.jpg" title="My Flash portfolio on the iPhone" class="alignnone" width="650" height="400" /><br />
<em>Notice the “m” in my URL.</em></p>
<p><strong>3) Use JavaScript to detect iPhones, iPads and iPod touches and automatically forward them to the mobile version of your site</strong></p>
<p>Use this simple bit of code to seamlessly send iPhone, iPad and iPod touch users straight to your mobile site &#8211; it should be placed in the header of your &#8220;index.html&#8221; page:</p>
<div class="geshi no javascript">
<ol>
<li class="li1">
<div class="de1"><span class="sy0">&lt;</span>script type=<span class="st0">&quot;text/javascript&quot;</span><span class="sy0">&gt;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span><span class="br0">&#40;</span>navigator.<span class="me1">userAgent</span>.<span class="me1">indexOf</span><span class="br0">&#40;</span><span class="st0">&#39;iPhone&#39;</span><span class="br0">&#41;</span> <span class="sy0">!</span>= <span class="nu0">-1</span><span class="br0">&#41;</span> <span class="sy0">||</span> <span class="br0">&#40;</span>navigator.<span class="me1">userAgent</span>.<span class="me1">indexOf</span><span class="br0">&#40;</span><span class="st0">&#39;iPod&#39;</span><span class="br0">&#41;</span> <span class="sy0">!</span>= <span class="nu0">-1</span><span class="br0">&#41;</span> <span class="sy0">||</span> <span class="br0">&#40;</span>navigator.<span class="me1">userAgent</span>.<span class="me1">indexOf</span><span class="br0">&#40;</span><span class="st0">&#39;iPad&#39;</span><span class="br0">&#41;</span> <span class="sy0">!</span>= <span class="nu0">-1</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; document.<span class="me1">location</span> = <span class="st0">&quot;mobile/&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="sy0">&lt;/</span>script<span class="sy0">&gt;</span></div>
</li>
</ol>
</div>
<p>Using this code ensures the alternate content you created with SWFObject in step #1 is skipped entirely on iPhones. There is nothing more annoying for iPhone users than getting a “Please upgrade your Flash Player&#8221; message.</p>
<p><strong>4) Set the viewport to be the width of the iPhone</strong></p>
<p>This bit of code goes in the header of your mobile site HTML page:</p>
<div class="geshi no javascript">
<ol>
<li class="li1">
<div class="de1"><span class="sy0">&lt;</span>meta <span class="kw3">name</span>=<span class="st0">&quot;viewport&quot;</span> content=<span class="st0">&quot;width=device-width; initial-scale=1.0; maximum-scale=1.0;&quot;</span> <span class="sy0">/&gt;</span></div>
</li>
</ol>
</div>
<p>It sets the width of the page to be the same width as the viewport of the device viewing it. This ensures that on the iPhone the site is sized correctly and already “zoomed in” and matches the iPhone’s screen size perfectly.</p>
<p><strong>5) Make the iPhone stop from resizing text on rotation</strong></p>
<p>If the iPhone is rotated, by default Safari will increase the text size on the page. This is handy if the text size is too small to begin with but if you are using a large enough font size this isn’t necessary. In fact, it can increase the size so much that it really messes up your layout and looks bad. I find 14px to be a good, legible font size for the iPhone’s screen. It’s plenty big enough to read on either orientation of the iPhone so I prefer to turn that feature off by using the CSS code below:</p>
<div class="geshi no javascript">
<ol>
<li class="li1">
<div class="de1">html, body, p, div, h1, h2, h3, h4, h5, h6 <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;margin: <span class="nu0">0</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;padding: <span class="nu0">0</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;-webkit-text-size-adjust: none;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><strong>6) Create an iPhone home screen icon</strong></p>
<p>In the download you’ll notice there is an image in the “mobile” folder called “iphone_icon_57x57.png”. This is basically a fav icon that the iPhone uses. If a user adds a link to your site from their home screen this is the icon that shows up. To change this image you&#8217;ll want to create a PNG sized 57&#215;57. You don&#8217;t need to create any rounded corners or the shine effect &#8211; those are added automatically by the iPhone. If you don’t create a custom icon, the iPhone automatically takes a small screenshot of your page and uses that for the icon.</p>
<p>Here is the code you’ll need to insert in the header of your mobile site HTML page to make the iPhone use your custom icon:</p>
<div class="geshi no javascript">
<ol>
<li class="li1">
<div class="de1"><span class="sy0">&lt;</span>link rel=<span class="st0">&quot;apple-touch-icon&quot;</span> href=<span class="st0">&quot;iphone_icon_57x57.png&quot;</span> <span class="sy0">/&gt;</span></div>
</li>
</ol>
</div>
<p><strong>7) Use Helvetica!</strong></p>
<p>All iPhones and iPads already have the font Helvetica installed on them so it makes a great choice for your font family in the CSS for your mobile site.</p>
<div class="geshi no javascript">
<ol>
<li class="li1">
<div class="de1">body <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-family: Helvetica, Arial, sans-serif;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;font-size: 14px;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;color: #<span class="nu0">333333</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;background-color: #f5f9ed;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p><img alt="Helvetica" src="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/helvetica.jpg" title="Helvetica" class="alignnone" width="650" height="400" /><br />
<em>No more Arial!</em></p>
<p>Once again, all code samples above are <a href="http://www.warmforestflash.com/blog/wp-content/uploads/2010/07/iphone_friendly_flash.zip">included in the download</a>. I hope you find these tips useful &#8211; if so it would be nice if you could share this on <a href="http://twitter.com/">Twitter</a>, <a href="http://digg.com/">Digg</a>, etc. If you know of any other tips for making Flash sites accessible on iPhones and other mobile devices please leave them in the comments below. Thanks!</p>
<p>__</p>
<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/';digg_title = '7 Tips to Make Your Flash Site iPhone and iPad Friendly';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/' rel='bookmark' title='Permanent Link: 11 Myths About Flash That Won&#8217;t Die'>11 Myths About Flash That Won&#8217;t Die</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/' rel='bookmark' title='Permanent Link: Simple Sanity-Saving Tip for All Timeline-Based Flash Projects'>Simple Sanity-Saving Tip for All Timeline-Based Flash Projects</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>11 Myths About Flash That Won&#8217;t Die</title>
		<link>http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/</link>
		<comments>http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:27:45 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=456</guid>
		<description><![CDATA[I make my living as an Interactive Designer/Flash Developer so most of the projects I do involve Flash in some way. So of course I think Flash is a great technology. But I&#8217;m definitely no Flash fanboy. I agree that there are lots of terrible uses of Flash out there and I don&#8217;t mind when [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/' rel='bookmark' title='Permanent Link: 7 Tips to Make Your Flash Site iPhone and iPad Friendly'>7 Tips to Make Your Flash Site iPhone and iPad Friendly</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/02/21-well-designed-flash-portfolios/' rel='bookmark' title='Permanent Link: 21 Well-Designed Flash Portfolios'>21 Well-Designed Flash Portfolios</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I make my living as an Interactive Designer/Flash Developer so most of the projects I do involve Flash in some way. So of course I think Flash is a great technology. But I&#8217;m definitely no Flash fanboy. I agree that there are lots of terrible uses of Flash out there and I don&#8217;t mind when people are critical of Flash. But I do mind when people say things about Flash that are simply untrue. Here are 11 common myths I hear all the time.</p>
<h4>1. You can&#8217;t select and copy text on Flash sites</h4>
<p>I still see this one all the time in online discussions involving Flash. Text in Flash is selectable (and copyable) if the Flash Developer chooses to make it so. This feature has been around for quite awhile. It&#8217;s not complicated or time consuming to implement either. It&#8217;s as simple as checking a box inside the Flash IDE or setting a property to true in ActionScript. So Flash technology is fully capable of this, it&#8217;s simply up to the developers to make it happen. There is no excuse not to implement this in Flash sites with a lot of text.</p>
<h4>2. Your Flash site won&#8217;t show up on Google</h4>
<p>This is a huge myth due to most people&#8217;s misunderstanding of Search Engine Optimization (SEO) and what factors cause a site to be listed at the top of Google. A lot of people seem to be obsessed with SEO without having a clue to how it works.</p>
<p>According to <a href=" http://www.seomoz.org/article/search-ranking-factors" rel="nofollow">SEOmoz&#8217;s Top 5 Ranking Factors</a>, the following is what matters most for SEO and getting your site to the top of the search engines:</p>
<ol>
<li>Keyword Focused Anchor Text from External Links</li>
<li>External Link Popularity</li>
<li>Diversity of Link Sources</li>
<li>Keyword Use Anywhere in the Title Tag</li>
<li>Trustworthiness of the Domain Based on Link Distance from Trusted Domains</li>
</ol>
<p><strong>So how many of those five would negatively effect a site made entirely in Flash? Zero</strong>. That&#8217;s right. Not one of those has to do with HTML keywords on the page or H1 tags. Of course those things are important too but they don&#8217;t matter <em>nearly</em> as much as most people seem to think.</p>
<p><strong>To get your site to the top of Google you need trustworthy sites to link to your site coupled with good title tags</strong>. Simple as that. You can have the most keyword optimized HTML site in the world but if no sites are linking to it you are screwed.</p>
<p>Case in point: Look at <a href="http://theoatmeal.com/comics/design_hell" rel="nofollow">The Oatmeal</a>, a hugely popular site that is featured all the time on <a href="http://www.digg.com">Digg</a>. The Oatmeal is created by just one person, a guy named Matthew Inman <a href="http://www.wrevenue.com/2007/09/30/mingle2-link-bait-mingle2-seo-genius-matt-inman/" rel="nofollow">who has been called a SEO genius</a>. He launched a dating site by himself in 2007 and was able to get a #1 ranking on Google for the search term &#8220;online dating&#8221; (without the quotes) beating out sites with huge marketing budgets like eHarmony and Match.com. He did this by utilizing a clever way of getting sites to link back to his. So obviously he knows what he is doing and understands SEO. Most of the posts on his site The Oatmeal are just a series of images inside an HTML page. No HTML text at all, meaning no keyword optimization, H1 tags, etc. Sounds kind of like a Flash site, doesn&#8217;t it? He has no trouble getting his site to the top of Google and neither would a Flash site that has good sites linking to it.</p>
<p>Of course there are some in the Flash community who point out how <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">Google now indexes the text inside of SWFs</a> and this is true. The problem is that they only index static content, not content loaded dynamically through XML. Most professional level Flash sites will load in content dynamically so Google really isn&#8217;t indexing the content. Maybe they will in the future but I don&#8217;t think the technology is quite there yet. Either way it won&#8217;t stop your site from getting a good search ranking since the actual content on the page isn&#8217;t nearly as important as the factors discussed above.</p>
<p>On an additional note I&#8217;m going to go out on a limb and say SEO is simply overrated in a lot of situations. If you are a design agency or a freelance designer I doubt you are getting much business through Google searches. Maybe if someone is looking for a local company in a small geographic area. But that matters less and less with a global economy with more businesses not caring where you are located. For example, I&#8217;ve never gotten any freelance work through people doing Google searches. I get work through word-of-mouth and networking. Clients simply aren&#8217;t finding me by typing in &#8220;flash designer&#8221; on Google and having my page pop up. The same is probably true for lots of businesses who needlessly fret that they aren&#8217;t in the top search results.</p>
<p>Also none of this takes into account how easy it is to have alternate HTML for your Flash site if you do really want to keyword optimize your content. Using the industry standard <a href="http://code.google.com/p/swfobject/">SWFObject for embedding Flash</a>, you can serve up alternate content to users who don&#8217;t have the Flash plugin installed and Google <em>will</em> crawl and index that content. My <a href="http://www.jeremiahshoaf.com/" rel="nofollow">personal portfolio site</a> does this along with lots of other Flash sites.</p>
<p>So really people should understand what factors <em>actually</em> matter before saying a site created entirely in Flash won&#8217;t show up on Google. Flash + SEO = not as bad as you think.</p>
<h4>3. Flash intros suck!</h4>
<p>&#8220;OMG Flash sucks! I hate Flash intros! I always just click skip intro.&#8221; Not that I don&#8217;t agree but when I hear people say stuff like that I have to wonder what year they think it is. 1997? Seriously, when was the last time Flash intros were popular and widespread? For some reason people still seem to associate Flash technology with Flash intros. I&#8217;ve heard people say they don&#8217;t want Flash on the iPhone because they hate Flash intros.</p>
<p>I have been working with Flash professionally since 2001 and not one time have I ever created a Flash intro. <em>Ever</em>. That&#8217;s 9 years. Zero intros. It&#8217;s pretty well established that Flash intros do suck and that people severely dislike them. And it&#8217;s been pretty well established for about 10 years now. So quit complaining about all these supposed Flash intros everywhere. I don&#8217;t see them on any professional, contemporary sites and I don&#8217;t know any professional Flash Developers who still create them.</p>
<h4>4. Flash isn&#8217;t supported on mobile devices</h4>
<p>According to Adobe, there are currently <a href="http://www.adobe.com/mobile/supported_devices/">800 million Flash enabled mobile devices</a> out there. Of course the elephant in the room is the iPhone &#8211; but <a href="http://gizmodo.com/5395427/adobe-gets-sharky-snarky-with-apples-iphone-flash-ban">how much longer can Apple hold out</a>? Flash Player 10 is <a href="http://reviews.cnet.com/8301-13970_7-10164745-78.html">supposed to be coming to most smartphones in 2010</a> &#8211; including those running Windows Mobile, Google&#8217;s Android, Nokia S60/Symbian and the new Palm operating systems. Users want to access the <em>whole</em> internet and once other mobile devices start offering Flash support I believe Apple will be forced to quickly follow suit and allow Flash on the iPhone.</p>
<h4>5. Can&#8217;t use the back button and no permalinks/deeplinking</h4>
<p>This is entirely possible. See <a href="http://www.jeremiahshoaf.com/" rel="nofollow">my portfolio site</a> or my <a href="http://www.warmforestflash.com/products/aspen/sans-serif/demo1/" rel="nofollow">Aspen template</a>. More and more <a href="http://www.pixelperfectportfolios.com/" rel="nofollow">Flash sites I see coming out these days</a> support this feature. It&#8217;s easy to integrate back button support and deeplinking using <a href="http://www.asual.com/swfaddress/">SWFAddress</a>.</p>
<h4>6. Can&#8217;t scroll with the mouse wheel</h4>
<p>This is entirely possible as well. Even on the Mac. See my <a href="http://www.warmforestflash.com/products/sycamore/demo1/" rel="nofollow">Sycamore template</a> and my <a href="http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/" rel="nofollow">AS3 scrollbar</a>, both using <a href="http://www.libspark.org/wiki/SWFWheel/en" rel="nofollow">SWFWheel</a>.</p>
<h4>7. Flash sites load slowly</h4>
<p>People seem to think that creating a site in Flash somehow makes the file size 10 times larger than if you created it with HTML. Loading similar content &#8211; like lots of images for instance &#8211; will take the same amount of time whether you load it with Flash or HTML.</p>
<h4>8. Flash sites don&#8217;t validate/aren&#8217;t accessible</h4>
<p>My portfolio site is standards-compliant and <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jeremiahshoaf.com%2F&#038;charset=%28detect+automatically%29&#038;doctype=Inline&#038;group=0" rel="nofollow">validates according to the W3C</a>. And it is completely accessible with alternate content, even on the iPhone. Same with tons of other all-Flash sites.</p>
<p>So you might be saying well Flash makes it harder to create a valid and accessible site. Well that might be true but according to browser maker Opera, <a href="http://dev.opera.com/articles/view/mama-markup-validation-report/">less than 5% of all websites actually validate</a>. So it&#8217;s not like creating a site with HTML makes it automatically standards-compliant. It&#8217;s up to developers to care and take the time to make a site standards-compliant and accessible.</p>
<h4>9. Lots of users don&#8217;t have Flash installed</h4>
<p>98.9% of users have Flash Player 9 or later <a href=" http://www.adobe.com/products/player_census/flashplayer/version_penetration.html">installed according to Adobe</a>. Even if they are fudging the numbers in their favor that&#8217;s still a pretty high percent. The number of users without Flash is probably similar to the number of users who have JavaScript disabled.</p>
<h4>10. Flash sites automatically start blaring music and Flash banner ads takeover the screen</h4>
<p>Yes, some Flash sites might do this and there are tons of annoying Flash banners out there. But there are <a href="http://www.htmlmarquee.com/" rel="nofollow">plenty of ways</a> to be <a href="http://en.wikipedia.org/wiki/Blink_element">annoying in HTML</a> too. You can&#8217;t blame a bad use of the technology on the technology itself.</p>
<h4>11. Flash Designers hate HTML and think the whole internet should be Flash</h4>
<p>&#8220;If you think Flash is so great then why isn&#8217;t your blog made in Flash?&#8221; I&#8217;ve actually seen that posted before in discussions about Flash. My response to that would be &#8220;Because that would be retarded.&#8221;</p>
<p>I don&#8217;t think any Flash guys are saying it makes sense to use Flash in all situations. Most websites shouldn&#8217;t be entirely Flash. Does that mean <em>no websites</em> should be entirely Flash? Not at all. You can deliver an experience in Flash that simply cannot be compared to anything you can do in HTML/CSS/Ajax.</p>
<p>Not every site on the web is about delivering straight up information. If so then all we would need is Wikipedia. HTML is perfect for information rich sites like a blog. Flash is great for delivering a memorable experience.</p>
<p>__</p>
<p>So next time you hear anyone perpetuating any of these myths about Flash tell them what&#8217;s up. <em>Please post in the comments if you can think of any other myths.</em></p>
<p>__</p>
<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/';digg_title = '11 Myths About Flash That Won&#8217;t Die';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/' rel='bookmark' title='Permanent Link: 7 Tips to Make Your Flash Site iPhone and iPad Friendly'>7 Tips to Make Your Flash Site iPhone and iPad Friendly</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/02/21-well-designed-flash-portfolios/' rel='bookmark' title='Permanent Link: 21 Well-Designed Flash Portfolios'>21 Well-Designed Flash Portfolios</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Folder Structure and Project Organization Best Practices</title>
		<link>http://www.warmforestflash.com/blog/2009/10/folder-structure-and-project-organization-best-practices/</link>
		<comments>http://www.warmforestflash.com/blog/2009/10/folder-structure-and-project-organization-best-practices/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:29:37 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=355</guid>
		<description><![CDATA[I like to think of myself as a pretty organized person &#8211; ok I admit I&#8217;m pretty much borderline OCD when it comes to having everything in its right place. So one thing that has always interested me is how best to structure and organize my design/web projects. As a freelancer I&#8217;ve worked in-house for [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/' rel='bookmark' title='Permanent Link: 7 Tips to Make Your Flash Site iPhone and iPad Friendly'>7 Tips to Make Your Flash Site iPhone and iPad Friendly</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I like to think of myself as a pretty organized person &#8211; ok I admit I&#8217;m pretty much borderline <a href="http://en.wikipedia.org/wiki/Obsessive-compulsive_disorder">OCD</a> when it comes to having everything in its right place. So one thing that has always interested me is how best to structure and organize my design/web projects.</p>
<p>As a freelancer I&#8217;ve worked in-house for lots of different design agencies and I&#8217;m always curious to see how they keep all their projects organized and what naming conventions they use. I&#8217;ve seen lots of good examples and lots of bad. Hint: If your files always have names like &#8220;design_final_05a_FINAL.psd&#8221; you are probably doing something wrong.</p>
<p>I&#8217;ve gathered all the best practices I&#8217;ve seen and put them together in a ZIP file which I use as a starting point for all my projects. Feel free to download it and incorporate it into your workflow:</p>
<p><a href="http://www.warmforestflash.com/blog/wp-content/uploads/2009/10/project_template.zip">&raquo; Download project_template.zip</a></p>
<p>I&#8217;ll go ahead and explain all the parts to it below as well as give some neat tips and tricks for staying organized and sane.</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/10/project_template.gif" alt="Project template" width="333" height="149" /></p>
<p>The above is what &#8220;project_template.zip&#8221; should look like once you have unzipped it. Replace &#8220;Project Template&#8221; with the name of your project.</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/10/project_template_expanded.gif" alt="Project template expanded" width="333" height="377" /></p>
<p>Here it is with all of the folders expanded. I&#8217;ll go over each item starting from the top.</p>
<p><strong>&#8220;Assets&#8221;</strong><br />
<em>This stores all project files that aren&#8217;t deliverables &#8211; it&#8217;s also common to see it named &#8220;Resources&#8221; or &#8220;Reference&#8221; but I like the name &#8220;Assets&#8221;.</em></p>
<ul>
<li><strong>&#8220;_Old&#8221;</strong>: I go into more detail about this later on but basically this folder is where you store all the old and backup versions of your files. It starts with an underscore to always keep it at the top of the folder.</li>
<li><strong>&#8220;Design&#8221;</strong>: Keep all your design source files here, like PSDs, Illustrator files, etc. I&#8217;m including a 960 grid PSD I created which I use as a starting template for a lot of web design projects. Learn more about <a href="http://960.gs/">the 960 grid system here</a>.</li>
<li><strong>&#8220;Notes.txt&#8221;</strong>: I like to keep all the project specs together in one central location. One tip I like to do is when I have a client email with important project information in it, I paste it into this text file. This keeps me from having to go back to my email and dig though everything every time I need to look stuff up about what the client said. Also keeps me from constantly checking my email which is a huge distraction and time waster.</li>
<li><strong>&#8220;Zip&#8221;</strong>: For most projects I&#8217;ll have a few ZIP files that the client sends over &#8211; after I unzip them I store all the original ZIPs here in case I need to revert back to them.</li>
</ul>
<p><strong>&#8220;deploy&#8221;</strong><br />
<em>This is for all files that will be uploaded to the web server for the final project. It&#8217;s also common to have it named &#8220;bin&#8221;, &#8220;web&#8221; or &#8220;deliverables&#8221;. I prefer the name &#8220;deploy&#8221; since the name is more clear as to what exactly it&#8217;s for. Also notice how everything in here is named with all lowercase letters which is standard for all files deployed to the web.</em></p>
<ul>
<li><strong>&#8220;css&#8221;</strong>: All CSS files go here.</li>
<li><strong>&#8220;img&#8221;</strong>: For all your images. It&#8217;s also common for it to be named &#8220;images&#8221; but I like the 3-letter version better since it is more consistent with the rest of these names.</li>
<li><strong>&#8220;inc&#8221;</strong>: All include files go here &#8211; mostly for doing dynamic/PHP websites.</li>
<li><strong>&#8220;index.html&#8221;</strong>: This is the root file for the project.</li>
<li><strong>&#8220;js&#8221;</strong>: All JavaScript files go here. The &#8220;swfobject.js&#8221; file here is the industry standard for inserting Flash into HTML pages.</li>
<li><strong>&#8220;project_template.swf&#8221;</strong>: A sample SWF file that is embedded in &#8220;index.html&#8221;.</li>
<li><strong>&#8220;xml&#8221;</strong>: All XML files go here.</li>
</ul>
<p><strong>&#8220;src&#8221;</strong><br />
<em>All project source files go here, which for me is typically FLA and ActionScript classes. I set the FLAs to publish to the &#8220;deploy&#8221; folder to keep everything separated and organized. I&#8217;m still amazed at how many developers I see who still keep everything in the same folder then have to move/rename things once they are ready to upload. If you keep your &#8220;deploy&#8221; and &#8220;src&#8221; folders separated you&#8217;ll never have to move or rename things again.</em></p>
<ul>
<li><strong>&#8220;project_template.fla&#8221;</strong>: A sample FLA set to publish to the &#8220;deploy&#8221; folder.</li>
</ul>
<p><strong>Other organization tips &amp; tricks</strong></p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/10/old.gif" alt="Old" width="333" height="301" /></p>
<p>The above is typically how my &#8220;_Old&#8221; folder will look for storing backups of old versions of my files. Obviously if you are using a CVS respository for versioning then you probably won&#8217;t need this. But this is a simple way of keeping previous versions of files and having backups around in case you need to revert back to something.</p>
<p>For a PSD file named &#8220;home.psd&#8221; for example, the latest version will simply be called &#8220;home.psd&#8221; and will be stored in the &#8220;Design&#8221; folder. Periodically I&#8217;ll copy and paste versions into the &#8220;_Old&#8221; folder and name them &#8220;home_01.psd&#8221;, &#8220;home_02.psd&#8221;, etc. The most current version won&#8217;t have any numbers after it. It especially won&#8217;t have the word &#8220;final&#8221; in it since designs tend to never stay final for very long. I&#8217;ve seen some designers include the date in the filename like &#8220;design_10-7-2009.psd&#8221; so they know which one is the most current. That never made much sense to me since right in the folder it will usually show the date last modified. If you just keep one current version in the &#8220;Design&#8221; folder with a normal name that should be all you need to tell that it is the latest version.</p>
<p>To backup my &#8220;deploy&#8221; and &#8220;src&#8221; folders I simply create folders named &#8220;01&#8243;, &#8220;02&#8243;, etc and copy and paste the &#8220;deploy&#8221; and &#8220;src&#8221; folders together inside. See the above image for an example of what I mean.</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/10/documents.gif" alt="Documents" width="333" height="301" /></p>
<p>Another thing I&#8217;ve learned is to store all my files in the default &#8220;Documents&#8221; folder on my computer. I used to have my &#8220;Personal&#8221; and &#8220;Work&#8221; folders kept directly on my desktop but I quickly realized that was a bad idea after accidentally dragging my entire &#8220;Work&#8221; folder to the trash when trying to delete some MP3s on my desktop. Luckily I caught it right after it happened but it could have been disastrous. Now I keep my actual folders in the &#8220;Documents&#8221; folder and create aliases (shortcuts on the PC) on my desktop to link to them. That way if they get deleted it&#8217;s no big deal since it&#8217;s just an alias.</p>
<p>This is how my &#8220;Work&#8221; folder is organized:</p>
<p><strong>Business &amp; Finance</strong><br />
For all tax info, contracts, agreements, paperwork, forms, etc.</p>
<p><strong>Projects</strong><br />
All my projects organized by client.</p>
<p><strong>Resources</strong><br />
Where I keep all my design resources like fonts, icons, photos, textures, patterns, backgrounds, Photoshop brushes, ActionScript libraries/frameworks, etc.</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/10/desktop.gif" alt="Desktop" width="333" height="578" /></p>
<p>Also what I like to do for quick access to my current projects is create aliases on my desktop for all projects I am working on. This helps me see what is currently on my plate and I won&#8217;t forget about it since it is in plain sight on my desktop.</p>
<p>If you are wondering why my desktop background is plain boring grey it&#8217;s for a neutral background when working in Photoshop. On the PC Photoshop has a solid background when you are working in the program (or at least it used to &#8211; haven&#8217;t used Photoshop on the PC in ages) but on a Mac all the windows show through to the desktop. So if I&#8217;m working on a design or especially a color scheme, having a color desktop background will throw me off. I swear I&#8217;ll start subconsciously choosing colors that match and compliment my desktop colors without even realizing it. Neutral grey prevents this.</p>
<p>Anyway I hope people will find the above useful for staying organized. I realize my system won&#8217;t work for everyone but it seems to work really well for me and the types of projects I do. I&#8217;m always changing and optimizing my workflow so if anyone has any comments or suggestions for improvement please let me know in the comments!</p>
<p>&#8212;</p>
<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.warmforestflash.com/blog/2009/10/folder-structure-and-project-organization-best-practices/';digg_title = 'Folder Structure and Project Organization Best Practices';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/' rel='bookmark' title='Permanent Link: 7 Tips to Make Your Flash Site iPhone and iPad Friendly'>7 Tips to Make Your Flash Site iPhone and iPad Friendly</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/10/folder-structure-and-project-organization-best-practices/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Sell Your Flash Templates Without FlashDen</title>
		<link>http://www.warmforestflash.com/blog/2009/08/how-to-sell-your-flash-templates-without-flashden/</link>
		<comments>http://www.warmforestflash.com/blog/2009/08/how-to-sell-your-flash-templates-without-flashden/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 19:37:52 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[flash templates]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=305</guid>
		<description><![CDATA[&#8220;Why don&#8217;t you use FlashDen to sell your Flash templates?&#8221; I&#8217;ve been asked that question several times since starting Warm Forest. In this post I&#8217;d like to explain why I choose to sell my products independently and show how easy it is for anyone to create their own site selling digital goods &#8211; whether it [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Why don&#8217;t you use FlashDen to sell your Flash templates?&#8221; I&#8217;ve been asked that question several times since starting <a href="http://www.warmforestflash.com/">Warm Forest</a>. In this post I&#8217;d like to explain why I choose to sell my products independently and show how easy it is for anyone to create their own site selling digital goods &#8211; whether it is Flash templates, WordPress themes, E-books, software, etc.</p>
<p>First off, I have nothing against <a href="http://flashden.net/">FlashDen</a>. I think the whole <a href="http://envato.com/">Envato</a> collection of sites is wonderful for the creative community. I actually used to sell on FlashDen back in the day before eventually deciding to go off on my own with Warm Forest. For me it came down to having control over everything (pricing/marketing/support) and just the fact that it&#8217;s more fun for me to do things myself.</p>
<p><strong>What I don&#8217;t like about FlashDen</strong></p>
<p>FlashDen has 200,000+ users. That&#8217;s a huge market to pass up. But there are a couple of reasons why I choose not to sell through them&#8230;</p>
<p><strong>They tend to focus on quantity over quality</strong></p>
<p>Do you want to search through <a href="http://flashden.net/category/menus-buttons">1,172 Flash menus</a> to find the right one to use in your project? Me neither. I think their logic is that the more options people have, the better. If there are 1,000+ options, then there has to be the perfect option for you, right? In reality I think people would rather see a small handful of really great options to choose from. Have a few options that are flexible and easy to customize and that&#8217;s all you need. Marketing studies have shown that having more choices of products makes consumer actually buy less. When presented with too many choices consumers feel overwhelmed and simply choose not to buy. For a great book that discusses these topics I recommend <a href="http://www.amazon.com/Paradox-Choice-Why-More-Less/dp/0060005696/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1250635243&amp;sr=8-1">The Paradox of Choice</a>.</p>
<p><strong>It&#8217;s hard to market your files on their site</strong></p>
<p>When you release a new file on FlashDen you get brief exposure on their homepage in their &#8220;Recent&#8221; section. After a few days though your file gets removed from the homepage and buried in the thousands of other files on the site to make room for the next new files. To have your highly polished, super-customizable template that you spent weeks and weeks planning and building being replaced on the homepage after a few days by an animated lobster SWF that someone threw together in 30 minutes would be frustrating. There are some very nice files on FlashDen but they tend to be mixed in with tons of products that aren&#8217;t very useful or very appealing from a design point of view.</p>
<p><strong>They price their site templates too low and they take a large cut of the sale</strong></p>
<p>I know, I know. The whole theory of stock sites is to sell lots of products at low prices. Having said that, getting a complete Flash website for $30 seems to me to be crazy below the market price. Any kind of professional who wants a website would probably have a budget of more than that I would hope. The max price they have for any template is $40 so no matter how nice of a template you design that is the most they will sell it for. I think customers would be willing to pay more for something that is really well designed and thought out. As far as their payment rates, you can earn from 25% up to 70% of each sale. They have expenses for running and promoting FlashDen and of course deserve to earn a profit and that&#8217;s fine. For me though, I would rather just price my products myself and get 100% of every sale.</p>
<p>Ok so I had a few gripes with FlashDen &#8211; how hard could it be to create my own site to sell my products?<br />
<strong> </strong></p>
<p><strong>How to sell your Flash templates or digital goods yourself</strong></p>
<p>These days the barrier to entry is extremely low for any kind of web-based business. Hosting is cheap. Domains are cheap. There are all kinds of online services that will handle your shopping cart, process your payments, track your expenses, manage your advertising, etc. Everything is simple to setup and dirt cheap. There is no reason not to have an online business.</p>
<p>It ended up being surprisingly easy getting my own site, <a href="http://www.warmforestflash.com/">Warm Forest</a>, up and running. I did a lot of research on the best way to set things up and the following is what I ended up using.</p>
<p>__</p>
<p><a href="http://www.e-junkie.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/e-junkie.gif" width="333" height="170" alt="E-junkie" /></a></p>
<p><strong>E-junkie for my shopping cart</strong><br />
<em><a href="http://www.e-junkie.com/">www.e-junkie.com</a></em><br />
<em>Cost: $10/month</em></p>
<p>No need to code my own shopping cart system when there are tons of ready-made services that will handle everything for me. E-junkie hosts my file downloads securely, then sends a temporary email download link to the customer after they make payment. It was super simple to integrate their shopping cart into my site. I like them because they don&#8217;t take a cut of each sale and instead just charge you a flat monthly rate depending on the number of products you have for sale.</p>
<p>__</p>
<p><a href="http://www.paypal.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/paypal.gif" width="333" height="170" alt="PayPal" /></a></p>
<p><strong>PayPal &amp; Google Checkout for my payment processing</strong><br />
<em><a href="http://www.paypal.com/">www.paypal.com</a></em><br />
<em> Cost: Small percentage of each sale</em></p>
<p>E-junkie actually doesn&#8217;t process any payments &#8211; they just integrate with PayPal and Google Checkout. Lots of customers already have PayPal and everyone trusts Google so it makes everyone feel secure in the payment process to use something they are already familiar with.</p>
<p>__</p>
<p><a href="http://www.buysellads.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/bsa.gif" width="333" height="170" alt="BSA" /></a></p>
<p><strong>BuySellAds.com for my advertising</strong><br />
<em><a href="http://www.buysellads.com/">www.buysellads.com</a></em><br />
<em>Cost: varies (but generally great prices)</em></p>
<p>BSA pretty much came out of nowhere to become the default ad system for tech/creative websites and blogs. It seems everyone uses it now to setup and manage their ads. The price of ads is cheap right now due to the recession and all so it&#8217;s a great time to be promoting your site through banner ads. You get a lot of bang for your buck and it&#8217;s easy to target the exact market you are looking for.</p>
<p>__</p>
<p><a href="http://www.mediatemple.net/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/media_temple.gif" width="333" height="170" alt="Basecamp" /></a></p>
<p><strong>Media Temple for my hosting</strong><br />
<em><a href="http://www.mediatemple.net/">www.mediatemple.net</a></em><br />
<em>Cost: $20/month</em></p>
<p>Media Temple can supposedly handle large spikes in site traffic with their grid service which is the main reason I went with them. Although I have had the occasional problems with site uptime, overall I think they are worth the money. There is cheaper hosting available but I&#8217;d rather pay a little extra to go with a well-known and respected name in the hosting business.</p>
<p>__</p>
<p><a href="http://www.phpbb.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/phpbb.gif" width="333" height="170" alt="phpBB" /></a></p>
<p><strong>phpBB for my customer support</strong><br />
<em><a href="http://www.phpbb.com/">www.phpbb.com</a></em><br />
<em>Cost: Free</em></p>
<p>No matter how well thought out a FAQ you have for your products, customers are still going to ask you a million questions. Even if the questions are in your FAQ they will still ask them. Instead of having people email me with questions, I installed a forum on my site for them to post their questions. I check it every so often and provide answers. That way instead of having to answer the same questions over and over again by email, customers will (hopefully) just search the forum and find the answer. phpBB is simple to setup and maintain.</p>
<p>__</p>
<p><a href="http://www.basecamphq.com"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/basecamp.gif" width="333" height="170" alt="Basecamp" /></a></p>
<p><strong>Basecamp for my tasks/planning</strong><br />
<em><a href="http://www.basecamphq.com">www.basecamphq.com</a></em><br />
<em>Cost: Free</em></p>
<p>I actually use the free plan on Basecamp to manage my upcoming tasks. I know that sounds cheap but really I just use their To-Do list feature and have a bunch of to-do lists, one for each area of Warm Forest I&#8217;m working on. I wonder if I&#8217;m the only one who does this? Regardless, it seems to work really well.</p>
<p>__</p>
<p><a href="http://docs.google.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/google_docs.gif" width="333" height="170" alt="Google Docs" /></a></p>
<p><strong>Google Docs for my notes and spreadsheets</strong><br />
<em><a href="http://docs.google.com/">docs.google.com</a></em><br />
<em>Cost: Free</em></p>
<p>I&#8217;m a big fan of cloud computing &#8211; I like to work on different computers and in different locations. With Google Docs, my desktop, laptop, and iPhone can all access the same files from anywhere. I like to have docs for future ideas I want to implement like blog ideas, marketing ideas, ideas for new templates, etc.</p>
<p>__</p>
<p><a href="http://www.google.com/apps/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/gmail.gif" width="333" height="170" alt="Gmail" /></a></p>
<p><strong>Gmail for my email</strong><br />
<em><a href="http://www.google.com/apps/">www.google.com/apps</a></em><br />
<em>Cost: Free</em></p>
<p>Like everyone else, I love Gmail. I use their Google Apps on my domain and couldn&#8217;t be happier.</p>
<p>__</p>
<p><a href="http://www.google.com/analytics/ "><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/google_analytics.gif" width="333" height="170" alt="Google Analytics" /></a></p>
<p><strong>Google Analytics for my tracking</strong><br />
<em><a href="http://www.google.com/analytics/ ">www.google.com/analytics</a></em><br />
<em>Cost: Free</em></p>
<p>It&#8217;s crucial to know where your website visitors are coming from and how they interact with your site. Professional analytics used to be crazy expensive but with Google it&#8217;s all free. Get this setup on your new site right away.</p>
<p>__</p>
<p><a href="http://www.wordpress.org/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/08/wordpress.gif" width="333" height="170" alt="WordPress" /></a></p>
<p><strong>WordPress for my blog</strong><em></em><br />
<em><a href="http://www.wordpress.org/">www.wordpress.org</a></em><br />
<em>Cost: Free</em></p>
<p>Getting the word out about your new site is by far the hardest thing so having a blog is a must. WordPress is pretty much the standard for blogging. There are also lots of <a href="http://themeshaper.com/acamas-theme-clarity-elegance-power/">great themes</a> out there you can buy to get you up and running quickly.</p>
<p>__</p>
<p><strong>So it&#8217;s really not that hard to do things yourself</strong></p>
<p>In the end I&#8217;m pretty happy I decided to create my own site and not use FlashDen to sell my products. Admittedly, the difficult thing so far has been making people aware that my site is out there. That&#8217;s always the tough part but the site has been growing steadily. I encourage anyone considering making their own site selling digital goods to just go for it. It&#8217;s easy to start things on your own and there is no reason you have to take the established route these days. Ultimately it&#8217;s better for me if everyone created their own independent template selling site &#8211; that way people will know they can look elsewhere besides FlashDen. I think it&#8217;s good that consumers have choices. Hopefully using the above tips others will follow in my footsteps.</p>
<p>_</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/08/how-to-sell-your-flash-templates-without-flashden/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</title>
		<link>http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/</link>
		<comments>http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:51:48 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=293</guid>
		<description><![CDATA[For a recent project I needed to create a Flash navigation menu for use in a HTML site that functioned as close as possible to a normal HTML nav. In HTML you can right-click links to open them in a new window/tab but normally with Flash menus you can&#8217;t do this. Therefore I had to [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For a recent project I needed to create a Flash navigation menu for use in a HTML site that functioned as close as possible to a normal HTML nav. In HTML you can right-click links to open them in a new window/tab but normally with Flash menus you can&#8217;t do this. Therefore I had to try to create that functionality from scratch with ActionScript.</p>
<p>You can see a working example of what I came up with above in my blog header nav.</p>
<p>Flash links inside of text fields (usually set with CDATA and XML) support right-clicking to open links in new windows by default but setting up a nav that way usually doesn&#8217;t make sense and you would lose a lot of functionality doing it that way. So the trick I found was to take advantage of the fact that you can add a custom right-click context menu not just to the Flash stage but also to each individual sprite itself.</p>
<p>Here is some sample code that you can add to each of your nav items to achieve this:</p>
<div class="geshi no actionscript">
<ol>
<li class="li1">
<div class="de1"><span class="kw2">var</span> navItem:Sprite = <span class="kw2">new</span> Sprite<span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> cm:<span class="kw3">ContextMenu</span> = <span class="kw2">new</span> <span class="kw3">ContextMenu</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">cm.<span class="kw3">hideBuiltInItems</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> openNewWindow:<span class="kw3">ContextMenuItem</span> = <span class="kw2">new</span> <span class="kw3">ContextMenuItem</span><span class="br0">&#40;</span><span class="st0">&quot;Open Link in New Window&quot;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">openNewWindow.<span class="me1">addEventListener</span><span class="br0">&#40;</span>ContextMenuEvent.<span class="me1">MENU_ITEM_SELECT</span>, onOpenNewWindowSelect, <span class="kw2">false</span>, <span class="nu0">0</span>, <span class="kw2">true</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">cm.<span class="kw3">customItems</span>.<span class="kw3">push</span><span class="br0">&#40;</span>openNewWindow<span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">navItem.<span class="kw3">contextMenu</span> = cm;</div>
</li>
</ol>
</div>
<p>I also tried to mimic the browser functionality of command (control on a PC) clicking to open links in new tabs and shift-clicking to open them in new windows. Using keyboard listeners I was able to get this working in Safari but sadly it doesn&#8217;t seem to work at all in Firefox for some reason. In Opera, shift-clicking opens a new tab but command-clicking just triggers the normal right-click menu. I guess it just depends on how the browser wants to handle the keyboard events.</p>
<p>I also added the ability to copy the URL to the clipboard for copying and pasting. Here is a quick snippet of code that will copy text to the system clipboard:</p>
<div class="geshi no actionscript">
<ol>
<li class="li1">
<div class="de1"><span class="kw3">System</span>.<span class="kw3">setClipboard</span><span class="br0">&#40;</span><span class="st0">&quot;Your text to copy&quot;</span><span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>So why create a menu in Flash at all if HTML natively supports these features? The main reason would be nice typography &#8211; no more using the same system fonts over and over again. Plus you can create lots of neat dividers/selected state graphics/rollovers without having to open up Photoshop.</p>
<p>Here are three versions of the Flash right-click nav that you can download for free below.</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/07/preview_01.gif" alt="TypeNav Font Option 1" /></p>
<p><a href="http://www.warmforestflash.com/products/typenav/free/typenav_font_option_1.zip">&raquo; Download now (zip)</a></p>
<p>&#8211;</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/07/preview_06.gif" alt="TypeNav Font Option 6" /></p>
<p><a href="http://www.warmforestflash.com/products/typenav/free/typenav_font_option_6.zip">&raquo; Download now (zip)</a></p>
<p>&#8211;</p>
<p><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/07/preview_08.gif" alt="TypeNav Font Option 8" /></p>
<p><a href="http://www.warmforestflash.com/products/typenav/free/typenav_font_option_8.zip">&raquo; Download now (zip)</a></p>
<p>&#8211;</p>
<p><em>For more info, see the <a href="http://www.warmforestflash.com/products/typenav/">TypeNav&#8482; page here</a>.</em></p>
<p>&#8211;</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Flash AS3 Contact Form Using PHP</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/</link>
		<comments>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:09:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264</guid>
		<description><![CDATA[To continue in the tradition of my AS3 scrollbar source code I released a few months back, I&#8217;m now giving away the source code for my AS3 contact form class I&#8217;ve been using in my other Flash templates, specifically the one from Cedar. The contact form class is super-customizable and simple to use. I&#8217;ve used [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To continue in the tradition of my <a href="http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/">AS3 scrollbar source code</a> I released a few months back, I&#8217;m now giving away the source code for my AS3 contact form class I&#8217;ve been using in my other Flash templates, specifically the one from <a href="http://www.warmforestflash.com/products/cedar/">Cedar</a>.</p>
<p>The contact form class is super-customizable and simple to use. I&#8217;ve used it in lots of projects and it&#8217;s easy to make it look different every time. Here is the basic usage:</p>
<div class="geshi no actionscript">
<ol>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">warmforestflash</span>.<span class="me1">ContactForm</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> contactForm:ContactForm = <span class="kw2">new</span> ContactForm<span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">addChild<span class="br0">&#40;</span>contactForm<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>And here is a preview:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_contact_form1_1443847494"
			class="flashmovie"
			width="650"
			height="230">
	<param name="movie" value="http://www.warmforestflash.com/blog/wp-content/uploads/2009/06/contact_form1.swf" />
	<param name="menu" value="false" />
	<param name="quality" value="high" />
	<param name="scale" value="noscale" />
	<param name="salign" value="tl" />
	<param name="wmode" value="window" />
	<param name="bgcolor" value="#ffffff" />
	<param name="allowscriptaccess" value="always" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.warmforestflash.com/blog/wp-content/uploads/2009/06/contact_form1.swf"
			name="fm_contact_form1_1443847494"
			width="650"
			height="230">
		<param name="menu" value="false" />
		<param name="quality" value="high" />
		<param name="scale" value="noscale" />
		<param name="salign" value="tl" />
		<param name="wmode" value="window" />
		<param name="bgcolor" value="#ffffff" />
		<param name="allowscriptaccess" value="always" />
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Pretty much everything can be easily customized including all the colors and text and validation copy. Here is how you would customize it:</p>
<div class="geshi no actionscript">
<ol>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">warmforestflash</span>.<span class="me1">ContactForm</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> contactForm:ContactForm = <span class="kw2">new</span> ContactForm<span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">// Label settings</span></div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">nameText</span> = <span class="st0">&quot;Type your name here&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">emailText</span> = <span class="st0">&quot;Type your email here&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">messageText</span> = <span class="st0">&quot;Type your message here&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">sendButtonText</span> = <span class="st0">&quot;CONTACT ME&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">sendingText</span> = <span class="st0">&quot;Sending message&#8230;&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">errorEmailText</span> = <span class="st0">&quot;Your email is not valid.&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">errorServerText</span> = <span class="st0">&quot;Server problems.&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">confirmationText</span> = <span class="st0">&quot;Thanks for contacting me!&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">// Color settings</span></div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="kw3">textColor</span> = 0xffffff;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="kw3">borderColor</span> = 0&#215;222222;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="kw3">backgroundColor</span> = 0&#215;000000;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">selectedBorderColor</span> = 0x05b59a;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">selectedBackgroundColor</span> = 0&#215;000000;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">selectedBlurAmount</span> = <span class="nu0">50</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">sendButtonTextColor</span> = 0xffffff;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">sendButtonTextRollOverColor</span> = 0xffffff;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">sendButtonColor</span> = 0x05b59a;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">sendButtonRollOverColor</span> = 0xff4400;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">errorColor</span> = 0xff4400;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">confirmationColor</span> = 0x05b59a;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">// Layout settings</span></div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">nameWidth</span> = <span class="nu0">400</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">emailWidth</span> = <span class="nu0">400</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">messageWidth</span> = <span class="nu0">550</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">messageHeight</span> = <span class="nu0">200</span>;</div>
</li>
<li class="li1">
<div class="de1">contactForm.<span class="me1">verticalSpacing</span> = <span class="nu0">10</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">addChild<span class="br0">&#40;</span>contactForm<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>And here it is customized:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_contact_form2_10161475"
			class="flashmovie"
			width="650"
			height="290">
	<param name="movie" value="http://www.warmforestflash.com/blog/wp-content/uploads/2009/06/contact_form2.swf" />
	<param name="menu" value="false" />
	<param name="quality" value="high" />
	<param name="scale" value="noscale" />
	<param name="salign" value="tl" />
	<param name="wmode" value="window" />
	<param name="bgcolor" value="#ffffff" />
	<param name="allowscriptaccess" value="always" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.warmforestflash.com/blog/wp-content/uploads/2009/06/contact_form2.swf"
			name="fm_contact_form2_10161475"
			width="650"
			height="290">
		<param name="menu" value="false" />
		<param name="quality" value="high" />
		<param name="scale" value="noscale" />
		<param name="salign" value="tl" />
		<param name="wmode" value="window" />
		<param name="bgcolor" value="#ffffff" />
		<param name="allowscriptaccess" value="always" />
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>I&#8217;m also including an XML-powered version for people who don&#8217;t own the Flash authoring software or who don&#8217;t know any ActionScript at all. You can just drop this into an HTML page and customize everything straight through the XML without having to open Flash or mess with any ActionScript. It&#8217;s a simple way to add a contact form to any website.</p>
<p>The script that actually sends the email is written in PHP so the web server you upload it to will need to support PHP in order for the email to send.</p>
<p><a href="http://www.warmforestflash.com/blog/wp-content/uploads/2009/06/as3_contact_form.zip">&raquo; Download the contact form class and XML version</a></p>
<p>Feel free to use this code in any way you want other than selling it.</p>
<p>Have fun!</p>
<p>__</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/feed/</wfw:commentRss>
		<slash:comments>132</slash:comments>
		</item>
		<item>
		<title>Free AS3 Scrollbar: Fullscreen and Resizable</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/</link>
		<comments>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:12:16 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246</guid>
		<description><![CDATA[In coincidence with the launch of my new Aspen template, I&#8217;ve decided to release for free the source code for the scrollbar I&#8217;ve been using in my other Flash templates. The scrollbar is coded in AS3 and will automatically resize according to the amount of content, unlike a lot of other Flash scrollbars. You can [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In coincidence with the launch of my new <a title="Aspen template" href="http://www.warmforestflash.com/products/aspen/">Aspen template</a>, I&#8217;ve decided to release for free the source code for the scrollbar I&#8217;ve been using in my other Flash templates. The scrollbar is coded in AS3 and will automatically resize according to the amount of content, unlike a lot of other Flash scrollbars. You can set the track color, grabber color, grabber press color, grip color, track thickness, grabber thickness, ease amount and whether or not the grabber is &#8220;shiny&#8221;.</p>
<p><em>Update [6-21-2009]: Now supports mouse wheel scrolling on the Mac using <a href="http://www.libspark.org/wiki/SWFWheel/en">SWFWheel</a>.</em></p>
<p>Here is a demo of the scrollbar in use. You can click &#8220;Add Copy&#8221; to see how it resizes:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_scrollbar_demo_1544427832"
			class="flashmovie"
			width="650"
			height="400">
	<param name="movie" value="http://www.warmforestflash.com/blog/wp-content/uploads/2009/04/scrollbar_demo.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.warmforestflash.com/blog/wp-content/uploads/2009/04/scrollbar_demo.swf"
			name="fm_scrollbar_demo_1544427832"
			width="650"
			height="400">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>You can also<a title="Sycamore template" href="http://www.warmforestflash.com/products/sycamore/"> view a demo</a> of it being used fullscreen in my Sycamore template.</p>
<p>Here is the usage for the scrollbar class:</p>
<div class="geshi no actionscript">
<div class="head">// Arguments: Content to scroll, track color, grabber color, grabber press color, grip color, track thickness, grabber thickness, ease amount, whether grabber is &#8220;shiny&#8221;</div>
<ol>
<li class="li1">
<div class="de1">_scrollBar = <span class="kw2">new</span> FullScreenScrollBar<span class="br0">&#40;</span>_content, 0&#215;222222, 0xff4400, 0x05b59a, 0xffffff, <span class="nu0">15</span>, <span class="nu0">15</span>, <span class="nu0">4</span>, <span class="kw2">true</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">addChild<span class="br0">&#40;</span>_scrollBar<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p><a title="AS3 Scrolbar zip" href="http://www.warmforestflash.com/blog/wp-content/uploads/2009/04/as3_scrollbar.zip">» Download the demo and source code</a></p>
<p>Feel free to use this code in any way you want other than selling it.</p>
<p>Enjoy!</p>
<p>&#8211;</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/feed/</wfw:commentRss>
		<slash:comments>129</slash:comments>
		</item>
		<item>
		<title>Simple Sanity-Saving Tip for All Timeline-Based Flash Projects</title>
		<link>http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/</link>
		<comments>http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:55:42 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=224</guid>
		<description><![CDATA[Here is a simple code snippet to use with any timeline-based Flash project that will save you from pulling your hair out. If you are like me you still occasionally find yourself doing Flash projects that are strictly timeline-based. No matter how much you love doing class-based AS projects, there are certain projects that just [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a simple code snippet to use with any timeline-based Flash project that will save you from pulling your hair out. If you are like me you still occasionally find yourself doing Flash projects that are strictly timeline-based. No matter how much you love doing class-based AS projects, there are certain projects that just make sense to do with the timeline. Think banner ad animations and  linear &#8220;Flash commercial&#8221; type projects, where it&#8217;s just two minutes straight of animation.</p>
<p><span id="more-224"></span></p>
<p>Testing these projects inside of Flash is a pain. If you are testing the movie and there is a certain section of the movie you want to review, you always end up having to sit through parts of the movie waiting for the part you want to come up. Anyone who has had to work with a 3,000 frame timeline knows what I am talking about.</p>
<p><em>The solution is simple but I can almost guarantee that once you use this trick you will start using it every single time you are working with a timeline.</em></p>
<p><strong>The trick is to add keyboard arrow controls to the movie.</strong></p>
<p>Up restarts the movie.</p>
<p>Down pauses/unpauses the movie.</p>
<p>Left jumps back 30 frames.</p>
<p>Right jumps forward 30 frames.</p>
<p>Now when you are testing you can just press the arrows to jump through the movie to get to the different parts.</p>
<p>So if you want to review how a certain text transition looks, or pause the screen to double check you have the correct copy, or skip ahead to a certain part of the movie to review, just use the arrows.</p>
<p>Add this script to the first frame of your animation and you are all set:</p>
<div class="geshi no actionscript">
<div class="head">import flash.events.KeyboardEvent;</div>
<ol>
<li class="li1">
<div class="de1"><span class="kw2">var</span> framesToSkip:<span class="kw3">int</span> = <span class="nu0">30</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> isPaused:<span class="kw3">Boolean</span> = <span class="kw2">false</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">function</span> arrowControl<span class="br0">&#40;</span>event:KeyboardEvent<span class="br0">&#41;</span>:<span class="kw3">void</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span>event.<span class="me1">keyCode</span> == <span class="nu0">38</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw3">gotoAndPlay</span><span class="br0">&#40;</span><span class="nu0">1</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span>event.<span class="me1">keyCode</span> == <span class="nu0">40</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">if</span> <span class="br0">&#40;</span>isPaused == <span class="kw2">true</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="kw3">play</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;isPaused = <span class="kw2">false</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">else</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="kw3">stop</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;isPaused = <span class="kw2">true</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span>event.<span class="me1">keyCode</span> == <span class="nu0">37</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw3">gotoAndPlay</span><span class="br0">&#40;</span><span class="br0">&#40;</span>currentFrame &#8211; framesToSkip<span class="br0">&#41;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span>event.<span class="me1">keyCode</span> == <span class="nu0">39</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw3">gotoAndPlay</span><span class="br0">&#40;</span><span class="br0">&#40;</span>currentFrame + framesToSkip<span class="br0">&#41;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">stage</span>.<span class="me1">addEventListener</span><span class="br0">&#40;</span>KeyboardEvent.<span class="me1">KEY_DOWN</span>, arrowControl<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>Feel free to download the example and use it however you like.</p>
<p><a href="http://www.warmforestflash.com/blog/wp-content/uploads/2009/03/arrow_control.zip">» Download the sample zip file</a></p>
<p>__</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/' rel='bookmark' title='Permanent Link: AS3 Dotted Line Class'>AS3 Dotted Line Class</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>21 Well-Designed Flash Portfolios</title>
		<link>http://www.warmforestflash.com/blog/2009/02/21-well-designed-flash-portfolios/</link>
		<comments>http://www.warmforestflash.com/blog/2009/02/21-well-designed-flash-portfolios/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:39:15 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=161</guid>
		<description><![CDATA[Even though I make my living designing and developing Flash sites, I have to admit I usually start to cringe whenever I see a Flash loading bar. It&#8217;s not that Flash is a bad technology, it&#8217;s just that unfortunately there tends to be a lot of poorly designed sites out there with a total disregard [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/' rel='bookmark' title='Permanent Link: 7 Tips to Make Your Flash Site iPhone and iPad Friendly'>7 Tips to Make Your Flash Site iPhone and iPad Friendly</a></li>
<li><a href='http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/' rel='bookmark' title='Permanent Link: 11 Myths About Flash That Won&#8217;t Die'>11 Myths About Flash That Won&#8217;t Die</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/' rel='bookmark' title='Permanent Link: Simple Sanity-Saving Tip for All Timeline-Based Flash Projects'>Simple Sanity-Saving Tip for All Timeline-Based Flash Projects</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Even though I make my living designing and developing Flash sites, I have to admit I usually start to cringe whenever I see a Flash loading bar. It&#8217;s not that Flash is a bad technology, it&#8217;s just that unfortunately there tends to be a lot of poorly designed sites out there with a total disregard for the user experience. When done right though, Flash sites can be <em>both</em> beautiful and usable.</p>
<p><span id="more-161"></span></p>
<p>So I scoured through my immense collection of Google Bookmarks and looked at literally hundreds of Flash sites and found my favorites. I&#8217;m only focusing on personal portfolio websites this time &#8211; I&#8217;ll leave design agency portfolio sites for another post.</p>
<p>My two biggest complaints about some of the sites I viewed:</p>
<ul>
<li>Music that starts blaring automatically (I have iTunes on with my own music, thanks)</li>
<li>Sites that takeover my browser window by trying to resize it</li>
</ul>
<p>I am happy to report that the sites I&#8217;ve collected here do neither of the above. So yeah, Flash <em>can</em> suck but in the rights hands it can be an unparalleled user experience which these sites show.</p>
<p><a href="http://www.32round.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/32round.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Andy Gugel</strong> :: <a href="http://www.32round.com/">www.32round.com</a></p>
<p>
If I had to pick an absolute favorite site from this list, Andy Gugel&#8217;s portfolio would have to be it. There are so many small details that went into it that make viewing the work such a smooth, seamless process. The way the image detail views are setup is the best I&#8217;ve seen. Instead of being cropped to a certain size like on most sites, the images (pretty much all web design comps) are full size so you can view the entire comp. Yeah it&#8217;s not optimized for 800&#215;600 screens, but that&#8217;s not the target audience, so who cares? All around excellent work.
</p>
<p>
__
</p>
<p><a href="http://www.oneover.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/oneover.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Jon Ruppel</strong> :: <a href="http://www.oneover.com/">www.oneover.com</a></p>
<p>
Normally I&#8217;m not a huge fan of sites that try to get too crazy with the navigation but on Jon Ruppel&#8217;s site it works. The way you can change the way the thumbs are laid out is just flatout badass. You&#8217;d think a 3D ring of rotating thumbs would hinder usability but it doesn&#8217;t. Very awesome site.
</p>
<p>
__
</p>
<p><a href="http://www.nadameconvence.com.ar/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/nadameconvence.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Nat Filippini</strong> :: <a href="http://www.nadameconvence.com.ar/">www.nadameconvence.com.ar</a></p>
<p>
This is a fairly simple site but what it does it does very well. The focus is on the actual portfolio work like it should be.
</p>
<p>
__
</p>
<p><a href="http://www.formatura.org/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/formatura.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Jonatan Hedberg</strong> :: <a href="http://www.formatura.org/">www.formatura.org</a></p>
<p>
This site has been around for a while but I&#8217;ve always liked it for some reason. Elegant typography with a clean layout always works.
</p>
<p>
__
</p>
<p><a href="http://www.imnotanaddict.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/imnotanaddict.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Chris Delia</strong> :: <a href="http://www.imnotanaddict.com/">www.imnotanaddict.com</a></p>
<p>
Sweet design work and the gradient rollover effect on the thumbs is awesome. I also dig the right-click navigation and how the HTML page holding the site grows to fit the different sections of the site. No Flash scrollbar needed.
</p>
<p>
__
</p>
<p><a href="http://www.hellocolor.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/hellocolor.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Pawel Nolbert</strong> :: <a href="http://www.hellocolor.com/">www.hellocolor.com</a></p>
<p>
One of my favorite sites and one of my favorite designers. Pawel&#8217;s design work is absolutely stunning. The colors on the site are constantly shifting and changing &#8211; I love how the thumb rollovers and logo are always different. Beautiful and creative work.
</p>
<p>
__
</p>
<p><a href="http://www.loveworn.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/loveworn.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Mario Hugo</strong> :: <a href="http://www.loveworn.com/">www.loveworn.com</a></p>
<p>
This has to be about as minimal you can get for a portfolio site. The focus is entirely on the design/art work. I love how the visited state of the links reveals an image.
</p>
<p>
__
</p>
<p><a href="http://www.tbgd.co.uk/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/tbgd.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Thom Bennett</strong> :: <a href="http://www.tbgd.co.uk/">www.tbgd.co.uk</a></p>
<p>
Beautiful typography, color and texture. Not much else to say about it.
</p>
<p>
__
</p>
<p><a href="http://www.adhemas.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/adhemas.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Adhemas Batista</strong> :: <a href="http://www.adhemas.com/">www.adhemas.com</a></p>
<p>
Slick site full of beautiful, colorful work. The Flash implementation is seamless and gets out of the way of the work.
</p>
<p>
__
</p>
<p><a href="http://www.nacionale.cc/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/nacionale.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Doug Alves</strong> :: <a href="http://www.nacionale.cc/">www.nacionale.cc</a></p>
<p>
Super smooth site with wonderful typography. I like the visited state on the thumbs.
</p>
<p>
__
</p>
<p><a href="http://www.dannyyount.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/dannyyount.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Danny Yount</strong> :: <a href="http://www.dannyyount.com/">www.dannyyount.com</a></p>
<p>
Not much to say here other than his design work kicks ass and the Flash work is as smooth as can be.
</p>
<p>
__
</p>
<p><a href="http://www.anovadesign.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/anovadesign.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Jesper Bentzen</strong> :: <a href="http://www.anovadesign.com/">www.anovadesign.com</a></p>
<p>
Something about this site is just so amazingly slick. I love how all the site elements are desaturated, then colorize when you rollover them.
</p>
<p>
__
</p>
<p><a href="http://www.kindnessandhumility.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/kindnessandhumility.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Chris Erickson</strong> :: <a href="http://www.kindnessandhumility.com/">www.kindnessandhumility.com</a></p>
<p>
Normally it&#8217;s bad to require 4 clicks before you can see any portfolio images but on Chris Erickson&#8217;s site this type of nav is what makes the site so cool. Very original and innovative and the site couldn&#8217;t be more usable in my opinion.
</p>
<p>
__
</p>
<p><a href="http://www.417north.com/v7/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/417north.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Greg Huntoon</strong> :: <a href="http://www.417north.com/v7/">www.417north.com</a></p>
<p>
I know wood paneling on site backgrounds is pretty played out these days but this is one of the first sites I remember seeing it on. Just an all around cool site even though it has been around a while. I love how the different section tabs get raised up off the page.
</p>
<p>
__
</p>
<p><a href="http://www.gabekean.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/gabekean.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Gabe Kean</strong> :: <a href="http://www.gabekean.com/">www.gabekean.com</a></p>
<p>
To say this site is grid based would be a huge understatement. Everything fits perfectly into the ruled notebook paper which goes perfectly with the educational/exhibit design work that Gabe Kean does.
</p>
<p>
__
</p>
<p><a href="http://iso50.com/iso50.html"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/iso50.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Scott Hansen</strong> :: <a href="http://iso50.com/iso50.html">www.iso50.com</a></p>
<p>
I know I said I despise sites where music starts automatically when the page loads. Well this is an exception. Not only is Scott Hansen probably my favorite designer around today but he makes his own music too. And surprisingly it&#8217;s actually really good. He is a true talent. Check out the print section if you want to see some stunning work. As far as the Flash work itself, there isn&#8217;t much to say other than it is done perfectly. Also the <a href="http://blog.iso50.com">ISO50 blog</a> is worth checking out and bookmarking too.
</p>
<p>
__
</p>
<p><a href="http://www.pr0jects.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/pr0jects.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Jason Hickner</strong> :: <a href="http://www.pr0jects.com/">www.pr0jects.com</a></p>
<p>
This guy is seriously talented and he does seriously cool work. He&#8217;s the one who did the Flash development work on <a href="http://www.thefwa.com/">The FWA site</a>. I think he builds robots in his spare time too and I&#8217;m not even joking. Hardcore stuff.
</p>
<p>
__
</p>
<p><a href="http://www.allaboutjames.co.uk/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/allaboutjames.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>James Monaghan</strong> :: <a href="http://www.allaboutjames.co.uk/">www.allaboutjames.co.uk</a></p>
<p>
There are a couple cool things I really like about this site. I love how when you rollover the project names, the site background becomes a project image. The horizontal drag to view the detail images is also pretty sweet. Nice work.
</p>
<p>
__
</p>
<p><a href="http://www.aeform.net/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/aeform.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Alexander Radsby</strong> :: <a href="http://www.aeform.net/">www.aeform.net</a></p>
<p>
A straight forward horizontal scrolling portfolio that is done very well. The way you can view all the projects by year is a cool feature.
</p>
<p>
__
</p>
<p><a href="http://www.imjonas.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/imjonas.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Jonas Eriksson</strong> :: <a href="http://www.imjonas.com/">www.imjonas.com</a></p>
<p>
A super minimal horizontal scrolling portfolio &#8211; no navigation, just a scroller and the portfolio images. Super simple but it works.
</p>
<p>
__
</p>
<p><a href="http://illustplosion.com/"><img src="http://www.warmforestflash.com/blog/wp-content/uploads/2009/02/illustplosion.jpg" alt="" title="" width="650" height="400" class="alignleft size-full wp-image-162" /></a></p>
<p><strong>Bruno Fujii</strong> :: <a href="http://illustplosion.com/">www.illustplosion.com</a></p>
<p>
Another horizontal site that is done well. I like the large portfolio images so you can really see his artwork. The way the whole site rotates when you click the &#8220;About&#8221; button is probably my favorite thing about it.
</p>
<p>
__</p>
<p><em>Know of any other well-designed Flash portfolio sites you think deserve to be on this list? Let me know in the comments section below.</em></p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2010/07/make-your-flash-site-iphone-friendly/' rel='bookmark' title='Permanent Link: 7 Tips to Make Your Flash Site iPhone and iPad Friendly'>7 Tips to Make Your Flash Site iPhone and iPad Friendly</a></li>
<li><a href='http://www.warmforestflash.com/blog/2010/01/11-myths-about-flash-that-wont-die/' rel='bookmark' title='Permanent Link: 11 Myths About Flash That Won&#8217;t Die'>11 Myths About Flash That Won&#8217;t Die</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/03/simple-sanity-saving-tip-for-all-timeline-based-flash-projects/' rel='bookmark' title='Permanent Link: Simple Sanity-Saving Tip for All Timeline-Based Flash Projects'>Simple Sanity-Saving Tip for All Timeline-Based Flash Projects</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/02/21-well-designed-flash-portfolios/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>AS3 Dotted Line Class</title>
		<link>http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/</link>
		<comments>http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 03:51:39 +0000</pubDate>
		<dc:creator>warmforest</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=120</guid>
		<description><![CDATA[Here is an ActionScript 3 class I use all the time to draw pixel perfect dotted lines in Flash. You can set the line width, line height, color, alpha, dot width, and dot spacing. Simple but useful! Dotted line preview: 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_dotted_line_474464972"
			class="flashmovie"
			width="650"
			height="20">
	<param name="movie" value="/blog/wp-content/uploads/2009/01/dotted_line.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/blog/wp-content/uploads/2009/01/dotted_line.swf"
			name="fm_dotted_line_474464972"
			width="650"
			height="20">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> Dotted line usage: import com.warmforestflash.drawing.DottedLine; var s:Shape = new DottedLine&#40;630, [...]


Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is an ActionScript 3 class I use all the time to draw pixel perfect dotted lines in Flash. You can set the line width, line height, color, alpha, dot width, and dot spacing. Simple but useful!</p>
<p><span id="more-120"></span></p>
<p>Dotted line preview:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_dotted_line_574466117"
			class="flashmovie"
			width="650"
			height="20">
	<param name="movie" value="/blog/wp-content/uploads/2009/01/dotted_line.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/blog/wp-content/uploads/2009/01/dotted_line.swf"
			name="fm_dotted_line_574466117"
			width="650"
			height="20">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Dotted line usage:</p>
<div class="geshi no actionscript">
<ol>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">warmforestflash</span>.<span class="me1">drawing</span>.<span class="me1">DottedLine</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> s:Shape = <span class="kw2">new</span> DottedLine<span class="br0">&#40;</span><span class="nu0">630</span>, <span class="nu0">1</span>, 0&#215;603120, <span class="nu0">0.9</span>, <span class="nu0">1</span>, <span class="nu0">2</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">addChild<span class="br0">&#40;</span>s<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>Dashed line preview:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_dashed_line_849279949"
			class="flashmovie"
			width="650"
			height="20">
	<param name="movie" value="/blog/wp-content/uploads/2009/01/dashed_line.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/blog/wp-content/uploads/2009/01/dashed_line.swf"
			name="fm_dashed_line_849279949"
			width="650"
			height="20">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Dashed line usage:</p>
<div class="geshi no actionscript">
<ol>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">warmforestflash</span>.<span class="me1">drawing</span>.<span class="me1">DottedLine</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> s:Shape = <span class="kw2">new</span> DottedLine<span class="br0">&#40;</span><span class="nu0">630</span>, <span class="nu0">1</span>, 0&#215;603120, <span class="nu0">0.9</span>, <span class="nu0">10</span>, <span class="nu0">8</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">addChild<span class="br0">&#40;</span>s<span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p><a href="http://www.warmforestflash.com/blog/wp-content/uploads/2009/01/as3_dotted_lines.zip">&raquo; Download the zip containing the class and the above samples</a></p>
<p>Feel free to use it in whatever way you see fit.</p>
<p>__</p>


<p>Related posts:<ol><li><a href='http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/' rel='bookmark' title='Permanent Link: Free AS3 Scrollbar: Fullscreen and Resizable'>Free AS3 Scrollbar: Fullscreen and Resizable</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/' rel='bookmark' title='Permanent Link: Flash AS3 Contact Form Using PHP'>Flash AS3 Contact Form Using PHP</a></li>
<li><a href='http://www.warmforestflash.com/blog/2009/07/accessible-flash-nav/' rel='bookmark' title='Permanent Link: Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3'>Accessible Flash Nav: Right-Click Links to Open in New Window Using AS3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

