<?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"
	>

<channel>
	<title>Airtight News</title>
	<atom:link href="http://www.airtightinteractive.com/news/wp-rss2.php" rel="self" type="application/rss+xml" />
	<link>http://www.airtightinteractive.com/news</link>
	<description>News about Flash, games, photography and web development.</description>
	<pubDate>Tue, 12 Aug 2008 08:35:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>More 3D Ribbons</title>
		<link>http://www.airtightinteractive.com/news/?p=120</link>
		<comments>http://www.airtightinteractive.com/news/?p=120#comments</comments>
		<pubDate>Sun, 13 Jul 2008 09:47:55 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[3D]]></category>

		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=120</guid>
		<description><![CDATA[
If you follow this blog you&#8217;ll know I&#8217;ve been obsessed with 3D ribbons for a while now. I ported my AS ribbon code to Processing and I&#8217;m very happy with how it turned out. It&#8217;s refreshing to not have to worry about frame rates, since processing&#8217;s 3D performance is so good
Here&#8217;s the processing sketch and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/felixturner/2663548132/sizes/o/"><img src="http://www.airtightinteractive.com/news/imgs/ribbonp.jpg" alt="ribbons!" /></a></p>
<p>If you follow this blog you&#8217;ll know I&#8217;ve been obsessed with 3D ribbons <a href="http://www.airtightinteractive.com/news/?p=99">for a while now</a>. I ported my AS ribbon code to <a href="http://processing.org/">Processing </a>and I&#8217;m very happy with how it turned out. It&#8217;s refreshing to not have to worry about frame rates, since processing&#8217;s 3D performance is so good</p>
<p>Here&#8217;s the <a href="http://www.airtightinteractive.com/processing/bezier_ribbon/">processing sketch and source code</a>. You will need a fast machine with OpenGL support to run the sketch - basically don&#8217;t blame me if it crashes your browser ;). </p>
<p>[UPDATE - it seems OpenGL sketches don't like to run off the web. I uploaded a <a href="http://www.airtightinteractive.com/processing/bezier_ribbon_p3d/">P3D version here</a> that should be more compatible. Since it's not using additive blending you get a strange pink color instead of the glowy white...]</p>
<p><object width="550" height="310"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1330733&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1330733&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="310"></embed></object><br /><a href="http://www.vimeo.com/1330733?pg=embed&#038;sec=1330733">Untitled</a> from <a href="http://www.vimeo.com/felixturner?pg=embed&#038;sec=1330733">felixturner</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1330733">Vimeo</a>.</p>
<p>It would be nice to get some realtime glow/blur in here to smooth things out a bit. I think <a href="http://users.design.ucla.edu/~acolubri/processing/glgraphics/home/index.html">this library</a> may do the trick but it could take me a while to figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=120</wfw:commentRss>
		</item>
		<item>
		<title>New Site - Angeleno</title>
		<link>http://www.airtightinteractive.com/news/?p=119</link>
		<comments>http://www.airtightinteractive.com/news/?p=119#comments</comments>
		<pubDate>Tue, 08 Jul 2008 23:09:48 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=119</guid>
		<description><![CDATA[
I just finished up a new site for the Los Angeles lifestyle magazine &#8216;Angeleno&#8217;, working with talented guys at Faction7. I did the Flash front-end for the Features and Scene sections.
The idea was to create a &#8216;HTML style&#8217; site with simple navigation and a focus on the content. This gives a familiar + intuitive user [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.modernluxury.com/angeleno/"><img src="http://www.airtightinteractive.com/news/imgs/angeleno.jpg" alt="Angeleno" /></a></p>
<p>I just finished up a <a href="http://www.modernluxury.com/angeleno/">new site</a> for the Los Angeles lifestyle magazine &#8216;Angeleno&#8217;, working with talented guys at <a href="http://faction7.com">Faction7</a>. I did the Flash front-end for the Features and Scene sections.</p>
<p>The idea was to create a &#8216;HTML style&#8217; site with simple navigation and a focus on the content. This gives a familiar + intuitive user experience while still allowing some nice Flash flourishes. To allow <a href="http://www.modernluxury.com/angeleno/scene/#/orange_bounty/4">deep linking</a> and back button support we used <a href="http://www.asual.com/swfaddress/">SWFAddress</a>.  SWFaddress has the benefit of working with Google Analytics, to provide per-page tracking. One issue I found with SWFAddress is that it seems to give a noticeable lag when navigating between pages on Vista/IE7. </p>
<p>The <a href="http://www.modernluxury.com/angeleno/featured/">features section</a> includes a full-screen option which really shows off the large format photography. The <a href="http://www.modernluxury.com/angeleno/scene/">scene section</a> also includes a user-submitted commenting system which is quite cool (registration required). All content is completely dynamic, powered by a custom PHP CMS. The Flash XML content is written into the HTML pages, to allow for SEO.</p>
<p>One snag we hit was integrating <a href="http://www.doubleclick.com/">DoubleClick </a>ads. Since DoubleClick <a href="http://jessewarden.com/2007/10/doubleclick-and-actionscript-3.html">still does not support AS3</a> (!), we had to do some CSS/JS hacking to overlay ads in a HTML div. Hopefully DoubleClick will get this working soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=119</wfw:commentRss>
		</item>
		<item>
		<title>New MySpace Video Player</title>
		<link>http://www.airtightinteractive.com/news/?p=118</link>
		<comments>http://www.airtightinteractive.com/news/?p=118#comments</comments>
		<pubDate>Thu, 03 Jul 2008 05:23:32 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=118</guid>
		<description><![CDATA[I was recently brought into MySpace to consult on rebuilding their Video Player. The previous version was a bit long in the tooth and was proving difficult to update, so it was decided to re-code from scratch in AS3. I worked on the interaction design and prototyping as well as building out the new AS3 [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently brought into MySpace to consult on rebuilding their Video Player. The previous version was a bit long in the tooth and was proving difficult to update, so it was decided to re-code from scratch in AS3. I worked on the interaction design and prototyping as well as building out the new AS3 framework.</p>
<p>The new player features flash full-screen mode, a related videos menu, skinning support, ad support, localization support, HD video support, plus the usual sharing features. Kudos to the MySpaceTV team for knocking out a quality product in a short time-frame.</p>
<p><a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&#038;videoid=34157215">The Dark Knight in HD</a><br /><object width="550px" height="360px" ><param name="allowFullScreen" value="true"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=34157215,t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m=34157215,t=1,mt=video" width="550" height="360" allowFullScreen="true" type="application/x-shockwave-flash"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=118</wfw:commentRss>
		</item>
		<item>
		<title>Messing with P5Sunflow</title>
		<link>http://www.airtightinteractive.com/news/?p=117</link>
		<comments>http://www.airtightinteractive.com/news/?p=117#comments</comments>
		<pubDate>Tue, 01 Jul 2008 04:25:45 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[3D]]></category>

		<category><![CDATA[Processing]]></category>

		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=117</guid>
		<description><![CDATA[
Ray tracing is the CG rendering technique used in Pixar movies and most other broadcast quality CG. Basically it bounces millions of virtual photons around the scene to simulate how objects reflect light and cast shadows on each other. This produces super realistic images at the cost of being very computationally expensive.
P5Sunflow is a Processing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/felixturner/2584772077/sizes/o/"><img src="http://www.airtightinteractive.com/news/imgs/cubes.jpg" alt="Cube Explosion" /></a></p>
<p>Ray tracing is the CG rendering technique used in Pixar movies and most other broadcast quality CG. Basically it bounces millions of virtual photons around the scene to simulate how objects reflect light and cast shadows on each other. This produces <a href="http://sunflow.sourceforge.net/gallery/v0070/teapots.png">super realistic images</a> at the cost of being very computationally expensive.</p>
<p><a href="http://hipstersinc.com/p5sunflow/">P5Sunflow</a> is a <a href="http://processing.org/">Processing </a>version of the <a href="http://sunflow.sourceforge.net/">SunFlow</a> open source Java ray tracing implementation created by <a href="http://hipstersinc.com/">Mark Chadwick</a>.</p>
<p>P5Sunflow produces images with creamy shadows and a solid sculptural feel that are quite different to anything you can achieve with most real-time 3D engines. Unfortunately rendering times are really slow. The videos below are overnight renders. I&#8217;d be interested to find out if there is some kind of &#8216;fake&#8217; ray tracing that produces similar results quicker.</p>
<p>Click through to see the HD and downloadable QuickTime versions. These work well looped in QT.</p>
<p><object width="550" height="310"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1200859&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1200859&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="310"></embed></object><br /><a href="http://www.vimeo.com/1200859?pg=embed&#038;sec=1200859">Cube Wall</a> from <a href="http://www.vimeo.com/felixturner?pg=embed&#038;sec=1200859">felixturner</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1200859">Vimeo</a>.</p>
<p><object width="550" height="310"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1153012&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1153012&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="310"></embed></object><br /><a href="http://www.vimeo.com/1153012?pg=embed&#038;sec=1153012">Sunflow Phase Towers</a> from <a href="http://www.vimeo.com/felixturner?pg=embed&#038;sec=1153012">felixturner</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1153012">Vimeo</a>.</p>
<p>You can download the Processing sketch for the cube wall animation <a href="http://www.airtightinteractive.com/news/files/cubeWall.pde">here</a>. To use it you need to install the P5Sunflow library as described <a href="http://hipstersinc.com/p5sunflow/">here</a>. To run P5Sunflow you need to use the version of Processing that comes <a href="http://processing.org/download/index.html">without Java</a>,  since it requires Java v1.5 and Processing comes with Java1.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=117</wfw:commentRss>
		</item>
		<item>
		<title>Top Ten Things They Don&#8217;t Tell You About Switching</title>
		<link>http://www.airtightinteractive.com/news/?p=115</link>
		<comments>http://www.airtightinteractive.com/news/?p=115#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:26:55 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=115</guid>
		<description><![CDATA[
So I finally got myself a MacBook Pro. I&#8217;ve had a love / hate relationship with Apple products over the years and I&#8217;ve considered switching for a while. One of the things that turned me off was the Mac fanboys who insist that switching will bring you closer to God. This post is an attempt [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.airtightinteractive.com/news/imgs/oss.jpg" alt="2 OSs" /></p>
<p>So I finally got myself a MacBook Pro. I&#8217;ve had a love / <a href="http://www.airtightinteractive.com/news/?p=63">hate</a> relationship with Apple products over the years and I&#8217;ve considered switching for a while. One of the things that turned me off was the Mac fanboys who insist that switching will bring you closer to God. This post is an attempt to give a less biased opinion on the pros and cons of switching. </p>
<p>In my case I&#8217;m switching from a <a href="http://reviews.cnet.com/laptops/lenovo-thinkpad-t60-2623/4505-3121_7-31703194.html">Lenovo Thinkpad T60</a> running Vista to a <a href="http://reviews.cnet.com/laptops/apple-macbook-pro-2008/4505-3121_7-32868776.html?tag=prod.txt.1">MacBook Pro</a> running OS X Leopard. Let me know if I&#8217;ve missed anything in the comments.</p>
<h3>THE GOOD</h3>
<h3>1. Design Aesthetic</h3>
<p>Using my Mac I feel cooler, calmer and more zen-like. The makers of OS X have paid a lot more attention to it&#8217;s visual design aesthetic. OS X is nicer to look at, and there is a focus on simplicity that makes the OS a pleasure to use. If you care about visual design you should probably be using a Mac.</p>
<p>The hardware is also beautiful, from the glowing logo on the back of the brushed metal case to the keys that automatically light up. The magnetic power cord is another clever touch.</p>
<p>The built in screen savers, desktop wallpapers, and sounds are all very tasteful and well done. One niggle is the default &#8216;Aqua&#8217; OS X scrollbars that are, dare I say it, a bit cheesy (bright blue jelly tubes - really?).</p>
<p>Fonts are <a href="http://www.joelonsoftware.com/items/2007/06/12.html">handled differently on OS X</a>. The fonts are more &#8216;correct&#8217; in that they match their intended shape better, but they are also softer + blurrier. Whether you like this is largely a matter of taste. I personally like the crisper pixelated look of the PC fonts, although the OS X fonts are growing on me.</p>
<h3>2. It Just Works</h3>
<p>In general the Mac just works. Since I&#8217;ve been running it for the last month the OS has never crashed. Force quit always kills an app instantly (on Vista killing an app can take a couple of minutes of bashing the keyboard). You can delete any file instantly (on Vista <a href="http://www.airtightinteractive.com/news/?p=108">forget about it</a>). </p>
<p>There is a simplicity to OS X that is very refreshing. There are less options to configure in OS X&#8217;s System Preferences than the maze-like nested dialog boxes that comprise the Windows Control Panel. The options that are there are better laid out and make more sense. Installing new apps on the mac is incredibly simple. Just drag the app icon into your applications folder - that&#8217;s it! </p>
<h3>3. Security Handling</h3>
<p>Vista is like an over protective grandmother - it&#8217;s constantly trying to scare you that anything you do could lead to irrevocable harm to your machine. Even after disabling <a href="http://arstechnica.com/news.ars/post/20080411-vistas-uac-security-prompt-was-designed-to-annoy-you.html">UAC</a> you are constantly offered warnings and &#8220;are you sure?&#8221; prompts.</p>
<p>Mac security is fantastic in it&#8217;s simplicity. There are 2 main components: If you download and run an executable for the internet, the OS will warn you and ask if you really want to run it. Also, installers that modify system settings require you to type in your OS password. That&#8217;s it. No other warnings or prompts.</p>
<p>To be fair, part of what makes security less of an issue on the Mac is that virus writers target it less often. Since Windows is by far the dominant Business OS, it&#8217;s a more valuable target. Regardless, I think that Vista&#8217;s focus on security over all other concerns, throws the baby out with the bath water in terms of usability.</p>
<h3>4. Power Management</h3>
<p>Open the lid on my MacBook and the screen lights up and you are ready to go in 5 seconds every time. Open the screen on my Vista Thinkpad and it&#8217;s a crap shoot whether it turns on, stays asleep or requires a reboot. Mac reboots are also a lot faster than Vista, and since the OS is more stable you will be rebooting less often.</p>
<h3>5. Multitouch Trackpad</h3>
<p>Two finger dragging to scroll is genius - it&#8217;s so natural I keep trying to do it on my PC. I haven&#8217;t used the pinch gesture much but it&#8217;s nice to know it&#8217;s there.</p>
<h3>THE BAD</h3>
<h3>1. Missing Keys/Too Many Keys</h3>
<p>This is the biggest hurdle for I&#8217;ve found switching, and it&#8217;s the reason I&#8217;m not typing this on my Mac right now.</p>
<p>From years of PC usage, my hands are hardwired to constantly use the following keys: <strong>Home, End, Page-Up, Page-Down</strong> and <strong>Delete</strong> (forward delete). The Mac has none of these. Every time I compose a doc on the Mac, my hands are tripping up and I find myself laboriously cursoring to where I need to be.</p>
<p>I am aware that there are key combinations for the above functionality on the Mac, but using them is compounded by the other flaw on the Mac keyboard: too many modifier keys. On the PC there are 3 modifiers: <strong>Ctrl, Alt</strong> and the <strong>Windows </strong>key. In general you only ever use Ctrl. Alt is used for &#8216;advanced&#8217; operations that overload Ctrl. The Windows key is reserved strictly for OS operations. </p>
<p>On the Mac there are 4 modifier keys: <strong>Fn, Control, Option/Alt</strong> and <strong>Command/Clover</strong>. There does not seem to be any logic as to which modifier does what. For example for Page-Up you do Fn-Up and for End you do Command-Right. Make sense?</p>
<p><img src="http://www.airtightinteractive.com/news/imgs/mac_keys.jpg" alt="Mac modifiers" /></p>
<p>I realize that using keyboard shortcuts is partly a matter of what you are used to, but in my opinion the windows keyboard is more usable and makes more sense.</p>
<h3>2. No Maximize</h3>
<p>On the Mac there is no way to have an app go fullscreen. The little green plus button at top left of a Mac window is a kind of mystery button: it may enlarge your app, it may shrink it, but it will never make it fill the screen. When my app is not maximized I feel distracted by the clutter of the dock and extra window chrome, plus it&#8217;s a waste of valuable screen real-estate. This one is odd, since it seems to run counter to the Mac UI principals of focus and simplicity. </p>
<h3>3. No Right-Click Button</h3>
<p>Two finger tapping for right-click is cool, but it would be cooler for Apple to finally cave on the fact that the Mac needs 2 mouse buttons. Most Mac apps use right-click (sorry command-click) extensively. Apple even sell a <a href="http://www.apple.com/mightymouse/">2 button mouse</a>. However they refuse to add a second button to the Mac itself. I imagine there is some pride and politics in this decision. Mac design could never follow the PC - unthinkable! </p>
<p>A couple of other hardware niggles: The MacBook Pro runs very hot - I mean burn your thighs hot. Also, the keyboard tactile feedback and key depth is not great when compared to the Thinkpad.</p>
<h3>4. Finder is Lame</h3>
<p>The OS X Finder seems a bit underpowered compared to Windows Explorer. It&#8217;s hard to copy files from one folder to another without having multiple windows open. I always seem to have way too many Finder windows open and be closing and respawning them. On Vista, I can have one Explorer window open all day and drag files between the folders in the folder tree. Also there&#8217;s no way to view file details in column view.</p>
<h3>5. Cost</h3>
<p>Buying a Mac is still very expensive when compared to a PC with the equivalent CPU power. Regarding the OS software price, on Windows you buy the OS once then Service Packs are free. New Windows OSs come about once every 5 years. The Mac OS seems to be updated about once a year and you have to pay to upgrade each time. </p>
<p>When it comes to 3rd-party apps, the PC has more true freeware, whereas many smaller apps on the Mac cost around $50 (e.g. <a href="http://macromates.com/">TextMate </a>versus <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>)</p>
<p>Regardless of this, if you are using a computer for 8 hours a day, then it really makes sense to buy the best one you can afford.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=115</wfw:commentRss>
		</item>
		<item>
		<title>Flash Player 10 3D versus Away3D</title>
		<link>http://www.airtightinteractive.com/news/?p=114</link>
		<comments>http://www.airtightinteractive.com/news/?p=114#comments</comments>
		<pubDate>Tue, 20 May 2008 09:21:09 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[3D]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=114</guid>
		<description><![CDATA[
One of the most exciting new features of the new Flash Player is the native 3D support. I put together a couple of demos to compare FP10&#8217;s 3D performance versus the &#8216;old-school&#8217; approach, using the Away3D library (I didn&#8217;t have time to build a PaperVision example, but I imagine the performance would be similar to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.airtightinteractive.com/news/imgs/3dcomp.jpg" alt="3d test" /></p>
<p>One of the most exciting new features of the <a href="http://labs.adobe.com/downloads/flashplayer10.html">new Flash Player</a> is the native 3D support. I put together a couple of demos to compare FP10&#8217;s 3D performance versus the &#8216;old-school&#8217; approach, using the <a href="http://away3d.com/">Away3D</a> library (I didn&#8217;t have time to build a PaperVision example, but I imagine the performance would be similar to the Away3D one). </p>
<p>These demos display video and text on multiple 3D planes. Take a look and see what kind of frame rates you get.</p>
<ul>
<li><a href="http://www.airtightinteractive.com/demos/3dcomp/fp10.html">Flash Player 10 Demo</a></li>
<li><a href="http://www.airtightinteractive.com/demos/3dcomp/away3d.html">Away3D  Demo</a></li>
</ul>
<p>Here are some observations based on the demos:</p>
<ul>
<li>FP10 wins in terms of performance. This make sense when you consider that the 3D math is being handled internally.</li>
<li>FP10 wins in terms of SWF size (6k versus 110k). Away3D has to load in all the 3D code externally.</li>
<li>FP10 3D has no concept of depth sort. Depth sort must be handled manually. For simple scenes this is trivial, but once you get many polygons intersecting, depth sort can become a complex problem.</li>
<li>The FP10 perspective distortion looks a little odd to me. The plane seems to get bigger at the right and bottom of the view.</li>
</ul>
<p>FP10 offers a very limited subset of the functionality offered by Away3D and PV3D (no cameras, complex objects, collada import etc), but for simple 3D scenes it gives much better performance. In the near future I imagine the PV3D and Away3D teams will incorporate FP10&#8217;s native 3D support to give the best of both worlds.</p>
<p>(Thanks to Keith Peters for his <a href="http://www.bit-101.com/minimalcomps/">minimal components</a> used here.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=114</wfw:commentRss>
		</item>
		<item>
		<title>Firefox Clear Cache Button</title>
		<link>http://www.airtightinteractive.com/news/?p=113</link>
		<comments>http://www.airtightinteractive.com/news/?p=113#comments</comments>
		<pubDate>Tue, 13 May 2008 03:18:13 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Useful]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=113</guid>
		<description><![CDATA[Yay!
]]></description>
			<content:encoded><![CDATA[<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1801">Yay!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=113</wfw:commentRss>
		</item>
		<item>
		<title>AS3 Embedded MovieClip Gotcha</title>
		<link>http://www.airtightinteractive.com/news/?p=112</link>
		<comments>http://www.airtightinteractive.com/news/?p=112#comments</comments>
		<pubDate>Wed, 07 May 2008 00:47:34 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=112</guid>
		<description><![CDATA[In AS3 you can load an asset from a SWF using the Embed metatag like this:
PLAIN TEXT
Actionscript:




&#91;Embed&#40;source="Assets.swf", symbol="MySymbol"&#41;&#93;&#160; &#160;


var mcClass:Class; 


var myMC:MovieClip = new mcClass&#40;&#41;;


addChild&#40;myMC&#41;; 






Where 'Assets.swf' is a swf that contains a symbol with linkage class name 'MySymbol'. Sometimes when you do this you will get the following error: 
TypeError: Error #1034: Type Coercion [...]]]></description>
			<content:encoded><![CDATA[<p>In AS3 you can load an asset from a SWF using the Embed metatag like this:</p>
<div class="igBar"><span id="lactionscript-2"><a href="#" onclick="javascript:showPlainTxt('actionscript-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-2">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#91;</span>Embed<span style="color: #66cc66;">&#40;</span>source=<span style="color: #ff0000;">"Assets.swf"</span>, symbol=<span style="color: #ff0000;">"MySymbol"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>&nbsp; &nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> mcClass:<span style="color: #000000; font-weight: bold;">Class</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> myMC:<span style="color: #0066CC;">MovieClip</span> = <span style="color: #000000; font-weight: bold;">new</span> mcClass<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">addChild<span style="color: #66cc66;">&#40;</span>myMC<span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Where 'Assets.swf' is a swf that contains a symbol with linkage class name 'MySymbol'. Sometimes when you do this you will get the following error: </p>
<p><strong>TypeError: Error #1034: Type Coercion failed: cannot convert MyClass_mcClass@12510d1 to flash.display.MovieClip.</strong></p>
<p>I finally figured out why: Flash will type the symbol based on the number of frames in it's timeline. If the symbol has only 1 frame it will be typed as a Sprite, 2 or more frames it will be typed as a MovieClip.</p>
<p>So to fix the above error, just add another frame in your symbol's timeline. Of course you could type your object as a sprite instead of a movieclip, but there are reasons why you may not want to (for example accessing sub-movieclips, adding dynamic properties etc).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=112</wfw:commentRss>
		</item>
		<item>
		<title>Fixing &#8220;Flex Builder requires a more recent version of the Flash Player&#8221; Error</title>
		<link>http://www.airtightinteractive.com/news/?p=111</link>
		<comments>http://www.airtightinteractive.com/news/?p=111#comments</comments>
		<pubDate>Fri, 02 May 2008 18:50:41 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Useful]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=111</guid>
		<description><![CDATA[If you uncheck "Generate HTML wrapper file" in your Flex Builder Project ActionScript Compiler options (which is good idea if you want to use SWFObject to wrap your SWF rather than the crud that Flex Builder generates), Flex Builder uses the system default application for opening SWFs when you run/debug your project.
If you get the [...]]]></description>
			<content:encoded><![CDATA[<p>If you uncheck "Generate HTML wrapper file" in your Flex Builder Project ActionScript Compiler options (which is good idea if you want to use <a href="http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation">SWFObject</a> to wrap your SWF rather than the crud that Flex Builder generates), Flex Builder uses the system default application for opening SWFs when you run/debug your project.</p>
<p>If you get the <em>"Flex Builder requires a more recent version of the Flash Player. You might need to install the Flash Player or reinstall Flex Builder."</em> error, the solution is to set the system default application for opening SWFs to point to the latest debug player. To do this on Windows right click a SWF in explorer. The latest debug player may be in the following location: <strong>C:\Program Files\Adobe\Adobe Flash CS3\Players\sa_flashplayer_9_debug.exe</strong>, otherwise <a href="http://www.adobe.com/support/flashplayer/downloads.html#fp9">download the latest</a> Projector content debugger and point to it.</p>
<p>Here is some more <a href="http://labs.bigspaceship.com/2008/03/19/connecting-flex-to-content-debugger/">Mac specific help</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=111</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Go Massive</title>
		<link>http://www.airtightinteractive.com/news/?p=110</link>
		<comments>http://www.airtightinteractive.com/news/?p=110#comments</comments>
		<pubDate>Thu, 01 May 2008 07:12:33 +0000</pubDate>
		<dc:creator>Felix Turner</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.airtightinteractive.com/news/?p=110</guid>
		<description><![CDATA[
With the Open Screen Project, Adobe is betting everything on making Flash the world's number one universal runtime. 
They are opening up the SWF specification which will allow anyone to build their own Flash player. They are also removing licensing fees for using Flash on devices. This means loss of revenue in the short term [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.airtightinteractive.com/news/imgs/devices_376x200.jpg" alt="devices" /></p>
<p>With the <a href="http://www.adobe.com/openscreenproject/">Open Screen Project</a>, Adobe is betting everything on making Flash the world's number one universal runtime. </p>
<p>They are opening up the SWF specification which will allow anyone to build their own Flash player. They are also removing licensing fees for using Flash on devices. This means loss of revenue in the short term in order to entrench the Flash player on as many devices as possible.</p>
<p>It's great to see Adobe continue to open up Flash, which makes it more appealing to a broad range of developers. While anyone can now build their own Flash player, Adobe are betting that their version is strong enough to remain the world standard. I guess they plan to make revenue from selling the dev tools to build SWFs.</p>
<p>Techies have always dismissed Flash, because of its origins as a web animation tool. Techies are scared of anything with a timeline. In spite of this, Flash may be able to sneak under the radar to become the world's most ubiquitous platform, ahead of Java, Silverlight etc. It's interesting that the web and technology in general is moving towards better designed user experiences, something that Flash has always excelled at.</p>
<p>According to techcruch's <a href="http://www.techcrunch.com/2008/04/30/adobes-open-screen-project-write-once-flash-everywhere/">great analysis</a>, Silverlight's answer to Flash's increased ubiquity is "Live Mesh". With good timing, Joel Spolsky just posted a <a href="http://www.joelonsoftware.com/items/2008/05/01.html">scathing attack on Live Mesh.</a> Frankly I am not at all worried that Silverlight will crush Flash, especially judging by the embarrassing state of their <a href="http://silverlight.net/showcase/">showcase</a> (hello 1998). Maybe MS should just build their own version of flash player.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.airtightinteractive.com/news/?feed=rss2&amp;p=110</wfw:commentRss>
		</item>
	</channel>
</rss>
