<?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>The Burned Out Hippy</title>
	<atom:link href="http://www.burnedouthippy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burnedouthippy.com</link>
	<description>~ Hugging Flash into submission ~</description>
	<lastBuildDate>Sun, 13 Jun 2010 13:17:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Strict XHTML target=&#8221;_blank&#8221; replacement</title>
		<link>http://www.burnedouthippy.com/2010/06/strict-xhtml-target_blank-replacement/</link>
		<comments>http://www.burnedouthippy.com/2010/06/strict-xhtml-target_blank-replacement/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 13:11:53 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[XHTML/HTML/CSS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=318</guid>
		<description><![CDATA[Occasionally, just occasionally, web standards really annoy me. Not because of what they stand for, but because of the stupidity of the people who came up with them. Case in point, if you want a link to to launch in a new window/tab, all you have to do in HTML is type&#8230; target="_blank" in your [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally, just occasionally, web standards really annoy me. Not because of what they stand for, but because of the stupidity of the people who came up with them. Case in point, if you want a link to to launch in a new window/tab, all you have to do in HTML is type&#8230;</p>
<p><code>target="_blank"</code></p>
<p>in your &lt;a&gt; tag. But I&#8217;ve just discovered that this doesn&#8217;t validate in Strict XHTML 1.0, the W3C recommended doctype. <span id="more-318"></span>There is of course a CSS3 replacement, but that renders the whole technique completely useless until all browsers have fully adopted CSS3. So the choice is, don&#8217;t do it at all or lose your XHTML validation to a number a errors. Or of course use CSS3, which means that only a fraction of your userbase is getting the experience you want them to have (doesn&#8217;t that defeat the point of accessibility standards?) Either way, it&#8217;s annoying as hell.</p>
<p>But here&#8217;s a solution, instead of using target inside your &lt;a&gt;, use the following:</p>
<p><code>onclick="window.open(this.href,'_blank');return false;"</code></p>
<p>It&#8217;s crude and it relies on javascript being enabled, but it does work and it does validate. The link will still open if it&#8217;s not enabled, but just not in a new  window &#8211; so it&#8217;s a reasonable, if long-winded, compromise.</p>
<p>If you&#8217;d prefer to use CSS3, <em><strong>target-new</strong></em> is the droid you&#8217;re looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/06/strict-xhtml-target_blank-replacement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash on the Beach 2010</title>
		<link>http://www.burnedouthippy.com/2010/04/flash-on-the-beach-2010/</link>
		<comments>http://www.burnedouthippy.com/2010/04/flash-on-the-beach-2010/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 17:56:57 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FOTB]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=308</guid>
		<description><![CDATA[Tickets for Flash on the Beach 2010 were released this morning and are selling like hotcakes. For those of you that don&#8217;t know, Flash on the Beach is the definitive conference for all things Flash/Flex/Design/Actionscript Development/General Web sexiness. If you&#8217;re in the industry and have never been: Shame on you; Buy a ticket NOW; Shame [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Flash on the Beach 2010" src="http://www.burnedouthippy.com/wp-content/uploads/2010/04/fotb2010.jpg" alt="Flash on the Beach: Brighton 26th-29th Sept 2010" /></p>
<p>Tickets for <a title="Flash on the Beach 2010" href="http://www.flashonthebeach.com/" target="_blank">Flash on the Beach 2010</a> were released this morning and are selling like hotcakes. For those of you that don&#8217;t know, <a title="Flash on the Beach" href="http://www.flashonthebeach.com/" target="_blank">Flash on the Beach</a> is the definitive conference for all things Flash/Flex/Design/Actionscript Development/General Web sexiness.</p>
<p>If you&#8217;re in the industry and have never been:</p>
<ol>
<li>Shame on you;</li>
<li><a title="Flash on the Beach tickets" href="http://www.flashonthebeach.com/tickets/" target="_blank">Buy a ticket NOW</a>;</li>
<li>Shame on you!</li>
</ol>
<p>I can&#8217;t stress enough how much of a great time you&#8217;ll have. To give you a taster of what to expect, check out my <a title="review of Flash on the Beach 2009" href="http://www.burnedouthippy.com/2009/09/flash-on-the-beach-2009-the-aftermath/">review of Flash on the Beach 2009</a>.</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/04/flash-on-the-beach-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Warning 1090: Migration issue</title>
		<link>http://www.burnedouthippy.com/2010/03/warning-1090-migration-issue/</link>
		<comments>http://www.burnedouthippy.com/2010/03/warning-1090-migration-issue/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 18:13:56 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Errors and Warnings]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[errors and warnings]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=272</guid>
		<description><![CDATA[Actionscript 3 errors and warnings are not always easy to understand &#8211; especially if you&#8217;re teaching yourself and aren&#8217;t completely up on all of the terminology. Sometimes I scream for the error message to be plainer English and spend far too long googling the solution. So from now on if I get an error and [...]]]></description>
			<content:encoded><![CDATA[<p>Actionscript 3 errors and warnings are not always easy to understand &#8211; especially if you&#8217;re teaching yourself and aren&#8217;t completely up on all of the terminology. Sometimes I scream for the error message to be plainer English and spend far too long googling the solution. So from now on if I get an error and found that the solution was simple but took a while to find, I&#8217;m going to blog it here. Hopefully it will help somebody else too! <span id="more-272"></span></p>
<h5>Warning: 1090: Migration issue: The onMouseDown event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0</h5>
<p>This warning occurs if you try to use Actionscript 2 event handler names in your Actionscript 3 code, eg onMouseDown, onMouseOver, onRelease etc etc. Simply change the name and it will go away! Apparently it was added as a way of warning you not to mix up AS2 with AS3, but personally I find it a bit irritating as I used those names so that I would easily remember them (having coded in AS2 for quite a long time).</p>
<p>So as an example, if you&#8217;ve coded something like&#8230;</p>
<p><code>this.addEventListener(MouseEvent.MOUSE_OVER, onMouseOver);<br />
public function onMouseOver(e:MouseEvent)<br />
{<br />
trace("over");<br />
}</code></p>
<p>&#8230;simply change it to something that wasn&#8217;t previously reserved in AS2, like&#8230;</p>
<p><code>this.addEventListener(MouseEvent.MOUSE_OVER, onBtnOver);<br />
public function onBtnOver(e:MouseEvent)<br />
{<br />
trace("over");<br />
}</code></p>
<p>One other thing about Warning 1090 &#8211; apparently it won&#8217;t appear if you don&#8217;t use the Flash IDE to compile. But if you&#8217;re like me and you code in <a href="http://www.flashdevelop.org" target="_blank">FlashDevelop</a> and compile in the IDE (because you like to mess around with detailed graphic designs), it will unfortunately continue to plague you. Fingers crossed they&#8217;ll ditch it in CS5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/03/warning-1090-migration-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Actionscript 3 getURL() class</title>
		<link>http://www.burnedouthippy.com/2010/02/actionscript-3-geturl-class/</link>
		<comments>http://www.burnedouthippy.com/2010/02/actionscript-3-geturl-class/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 17:48:59 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[loader]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=262</guid>
		<description><![CDATA[I don&#8217;t know about you, but one of the things that I miss most about AS2 is the simplicity to use&#8230; getURL("http:www.mysite.com", "_blank") &#8230;to launch a web address. Nowadays you have to set up a URLRequest and then use the navigateToURL command, like this: var link:URLRequest = new URLRequest("http://www.mysite.com"); navigateToURL(link, "_blank"); It&#8217;s straightforward enough, but [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you, but one of the things that I miss most about AS2 is the simplicity to use&#8230;</p>
<p><code>getURL("http:www.mysite.com", "_blank")</code></p>
<p>&#8230;to launch a web address.</p>
<p><span id="more-262"></span>Nowadays you have to set up a URLRequest and then use the navigateToURL command, like this:</p>
<p><code>var link:URLRequest = new URLRequest("http://www.mysite.com");<br />
navigateToURL(link, "_blank");</code></p>
<p>It&#8217;s straightforward enough, but it&#8217;s long winded and a bit annoying when you&#8217;re used to such a short command. So, I&#8217;ve gone ahead and created myself a <a href="http://www.burnedouthippy.com/downloads/geturl/geturl.zip">getURL class which you&#8217;re welcome to download and use</a> if it bugs you  too.</p>
<p>Once installed in your AS directory, all you have to type is&#8230;</p>
<p><code>new getURL("http://www.mysite.com");</code></p>
<p>&#8230;to launch a site. Don&#8217;t forget you&#8217;ll also need to import the class if your preferred coding application doesn&#8217;t immediately spot it.</p>
<p>Unlike the AS2 original, I&#8217;ve set it up so that the target is automatically &#8220;_blank&#8221;&#8230;this is simply because it&#8217;s my preference when launching URLs from a button (as they tend to be external websites). If you wish to change this, simply type something like&#8230;</p>
<p><code>new getURL("http://www.mysite.com", "_self");</code></p>
<p>&#8230;or replace &#8220;_self&#8221; with whatever your preferred target is.</p>
<p>Enjoy <img src='http://www.burnedouthippy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/02/actionscript-3-geturl-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the Windows 7 64bit Preview Pane for PDFs</title>
		<link>http://www.burnedouthippy.com/2010/02/fixing-the-windows-7-64bit-preview-pane-for-pdfs/</link>
		<comments>http://www.burnedouthippy.com/2010/02/fixing-the-windows-7-64bit-preview-pane-for-pdfs/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:48:05 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Miscellaneous Tech]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=242</guid>
		<description><![CDATA[I installed Windows 7 64bit edition a few weeks ago and I&#8217;m loving it. But one of the things that&#8217;s been bugging me for ages is that the &#8220;Preview Pane&#8221; doesn&#8217;t recognise PDFs, even with a full version of Adobe Acrobat installed. As I have a quite a lot of PDFs on my hard drive [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Windows 7 64bit edition a few weeks ago and I&#8217;m loving it. But one of the things that&#8217;s been bugging me for ages is that the &#8220;Preview Pane&#8221; doesn&#8217;t recognise PDFs, even with a full version of Adobe Acrobat installed. As I have a quite a lot of PDFs on my hard drive I sometimes have to plough through them all individually to find the one that I want&#8230;but if the preview pane was working properly my working life would be a heck of a lot more efficient.</p>
<p>But now I&#8217;ve found the fix&#8230;and it&#8217;s an easy one&#8230;<span id="more-242"></span></p>
<h5>Techie Version:</h5>
<p>Some text:</p>
<ol>
<li>Open RegEdit and navigate to:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}</li>
<li>Change the AppID value to:<br />
<strong>{534A1E02-D58F-44f0-B58B-36CBED287C7C}</strong></li>
<li>Test. It should work immediately.</li>
</ol>
<h5>
Non-techie Version:</h5>
<ol>
<li>Click on the &#8220;start menu&#8221;</li>
<li>Type &#8220;regedit&#8221; into the search box and hit return</li>
<li>In the left hand pane open the following folders:<strong>HKEY_LOCAL_MACHINE </strong><br />
then <strong>SOFTWARE</strong><br />
then <strong>Wow6432Node</strong><br />
then <strong>Classes</strong><br />
then <strong>CLSID<br />
</strong></li>
<li>Now find and click on the following folder:<br />
<strong>{DC6EFB56-9CFA-464D-8880-44885D7DC193}</p>
<p></strong></li>
<li>On the right hand side you should see a number of files appear. Mine showed four in total. Right hand click on <strong>AppID </strong>and select &#8220;Modify&#8221;</li>
<li>Delete the contents of the box and then copy and paste the following into it instead:<br />
<strong>{534A1E02-D58F-44f0-B58B-36CBED287C7C}<br />
</strong></li>
<li><strong></strong>When you click OK, you should now be able to view PDFs using the preview pane. click on and off a PDF a couple of times with the preview pane open.</li>
</ol>
<p>Hope that helps someone!</p>
<p><strong>Please note:</strong> Although I know that this worked perfectly fine with my machine, I can make no guarantees that it will work with yours. By doing this you are altering your computer&#8217;s registry&#8230;I cannot accept responsibility if anything goes wrong as a result of doing so. I am merely offering this help for those that are confident enough to try.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/02/fixing-the-windows-7-64bit-preview-pane-for-pdfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Partigen pt.1</title>
		<link>http://www.burnedouthippy.com/2010/01/fun-with-partigen-pt-1/</link>
		<comments>http://www.burnedouthippy.com/2010/01/fun-with-partigen-pt-1/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:37:59 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[3rd Party Plugins]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Partigen]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=227</guid>
		<description><![CDATA[I recently downloaded a copy of Partigen 2, the latest version of the outstanding particle engine by Desuade. To say that I&#8217;m impressed would be an understatement. Not only is the engine now written in Actionscript 3 and available as open source code, the full paid-for version comes with an amazingly easy to use Flash [...]]]></description>
			<content:encoded><![CDATA[<p>
<object width="458" height="412">
<param name="movie" value="http://www.burnedouthippy.com/examples/partigen/smoker.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<embed type="application/x-shockwave-flash" width="458" height="412" src="http://www.burnedouthippy.com/examples/partigen/smoker.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" ></embed>
</object>
</p>
<p>I recently downloaded a copy of <a href="http://www.desuade.com/partigen">Partigen 2</a>, the latest version of the outstanding particle engine by <a href="http://www.desuade.com/">Desuade</a>. To say that I&#8217;m impressed would be an understatement. </p>
<p>Not only is the engine now written in Actionscript 3 and available as open source code, the full paid-for version comes with an amazingly easy to use Flash extension panel which allows you to create particle effects in literally seconds. The smoking example above took less than a minute to create (not including the time it took to crop the photo and import it into flash).</p>
<p><span id="more-227"></span>So not only is <a href="http://www.desuade.com/partigen">Partigen</a> now code friendly for developers, it&#8217;s also timeline friendly for designers. An inspired move by <a href="http://www.desuade.com/">Desuade</a>.</p>
<p>Another extremely useful tool (especially for code &#8216;dabblers&#8217; like myself) is the option to create your desired effect inside the Flash panel and then export it as XML for future use in Actionscript. This is something I fully intend to utilise over the next few weeks as I play with <a href="http://www.desuade.com/partigen">Partigen</a>. However, for today I decided to stick with getting used to the internal control panel.</p>
<p>The example below was created to see if there would be any performance problems with multiple emitters. It utilises a total of 5 emitters &#8211; one for the smoke (sat behind a timeline mask) and four different snow emitters set at four different depths. It took about 30 minutes to create, but to be fair it actually only took 5 minutes to set up and then I spent the last 25 minutes pedantically tweaking the effects to acheive my desired look (I warn you now, it gets pretty addictive).</p>
<p>
<object width="458" height="412">
<param name="movie" value="http://www.burnedouthippy.com/examples/partigen/snowscene.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<embed type="application/x-shockwave-flash" width="458" height="412" src="http://www.burnedouthippy.com/examples/partigen/snowscene.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" ></embed>
</object>
</p>
<p>I know that this example isn&#8217;t exactly pushing the boundaries, but I&#8217;d say that it proves that the engine can cope with the majority of every-day requests that clients might make.</p>
<p>I&#8217;ve lost count of the number of times that I&#8217;ve cringed at a client&#8217;s request of something like &#8220;I want a realistic fire burning, with lots of smoke coming off it and rain in the background&#8221;. These things always sound much easier than they actually are. Time can be a killer on things like that. Well, now it really isn&#8217;t a problem. With <a href="http://www.desuade.com/partigen">Partigen</a> I could pull off that effect in under 10 minutes, with very little effort and quite a lot of style. Nice.</p>
<p>Over the next few weeks I&#8217;m going to be spending as much of my free time as possible with <a href="http://www.desuade.com/partigen">Partigen</a> to see exactly what it can do &#8211; and how easy it is to control with Actionscript. I want to try out custom emitters&#8230;and more interestingly moving emitters. Watch this space as I&#8217;ll post my findings as I go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2010/01/fun-with-partigen-pt-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://www.burnedouthippy.com/2009/12/merry-christmas/</link>
		<comments>http://www.burnedouthippy.com/2009/12/merry-christmas/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:15:23 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=216</guid>
		<description><![CDATA[Apologies for not updating the site for a couple of months, I&#8217;ve had quite a hectic last quarter. Lots of exciting new AS3 bits that I hope to put online in the early part of 2010, an entirely new plagro.com (some of the code will be posted here) will hopefully go live in the first [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.burnedouthippy.com/wp-content/uploads/2009/12/merrychristmas.gif"><img src="http://www.burnedouthippy.com/wp-content/uploads/2009/12/merrychristmas.gif" alt="A very Snoopy Christmas" title="Merry Christmas!" width="458" height="262" class="alignnone size-full wp-image-219" /></a><br />
Apologies for not updating the site for a couple of months, I&#8217;ve had quite a hectic last quarter. Lots of exciting new AS3 bits that I hope to put online in the early part of 2010, an entirely new <a href="http://www.plagro.com">plagro.com</a> (some of the code will be posted here) will hopefully go live in the first quarter and also I&#8217;ll be posting a few jquery/javascript nuggets that I&#8217;ve come across in the last couple of months as soon as I get chance.</p>
<p>So all there is to do now is to wish you all a very Merry Christmas&#8230;and a very happy new year. Have a good one!</p>
<p>The Hippy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2009/12/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel perfection in Papervision3D</title>
		<link>http://www.burnedouthippy.com/2009/10/pixel-perfection-in-papervision3d/</link>
		<comments>http://www.burnedouthippy.com/2009/10/pixel-perfection-in-papervision3d/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 17:27:28 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=199</guid>
		<description><![CDATA[I&#8217;ve been tearing my hair out for the last 24 hours trying to work out how the hell to get my precisely drawn design to scale correctly in Papervision. Anyone who&#8217;s tried this will know that it&#8217;s a frustrating blend of messing around with camera zoom, focus and field of view. But try as I [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Precision Papervision 3D" src="http://www.burnedouthippy.com/wp-content/uploads/2009/10/precision3D.jpg" alt="Precision Papervision 3D" /></p>
<p>I&#8217;ve been tearing my hair out for the last 24 hours trying to work out how the hell to get my precisely drawn design to scale correctly in Papervision. Anyone who&#8217;s tried this will know that it&#8217;s a frustrating blend of messing around with camera zoom, focus and field of view. But try as I might, I found it absolutely impossible to solve. I had come to the end of my patience and was ready to give up with PV3D and change the design completely&#8230;</p>
<p>&#8230;and then <a href="http://www.everydayflash.com/flash/pv3d/precision/" target="_blank">I came across this</a>.</p>
<p>The thing that crossed my mind first when seeing this demo was &#8220;not only is it possible to reproduce a good pixel perfect 2D design in Papervision, but potentially it could be really great&#8221;. </p>
<p><span id="more-199"></span>After a bit of mooching around I came across <a title="the article" href="http://www.everydayflash.com/blog/index.php/2008/07/07/pixel-precision-in-papervision3d/" target="_blank">the fantastic article</a> that it was produced as a demo for. Rather depressingly, the article explains in very few words that all you need do is apply the following formula to the z axis of your 3D object:</p>
<p><code>3dobj.z = (camera.zoom * camera.focus) - Math.abs(camera.z)</code></p>
<p>I&#8217;d just like to take this opportunity to thank the author of the post for collating that information and producing such a simple yet thoroughly inspiring demo. You&#8217;ve saved me an enormous amount of time and taught me one clear lesson&#8230;<em>when in doubt, stop getting frustrated and google it</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2009/10/pixel-perfection-in-papervision3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new era for Papervision3D</title>
		<link>http://www.burnedouthippy.com/2009/09/a-new-era-for-papervision3d/</link>
		<comments>http://www.burnedouthippy.com/2009/09/a-new-era-for-papervision3d/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 09:57:09 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[FOTB]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=185</guid>
		<description><![CDATA[So one of the things that I didn&#8217;t discuss in my last Flash on the Beach post is that on the Wednesday afternoon, Ralph Hauwert announced that he was leaving the Papervision3D team. This came as quite a shock to everyone other than the team itself. I wasn&#8217;t at the session when he made the [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Papervision3D logo" src="http://www.burnedouthippy.com/wp-content/uploads/2009/09/pv3d_logo.jpg" alt="Papervision3D logo" width="458" height="200" /></p>
<p>So one of the things that I didn&#8217;t discuss in <a title="my last Flash on the Beach post" href="http://www.burnedouthippy.com/2009/09/flash-on-the-beach-2009-the-aftermath/" target="_self">my last Flash on the Beach post</a> is that on the Wednesday afternoon, <a title="Ralph Hauwert" href="http://www.unitzeroone.com/blog/" target="_blank">Ralph Hauwert</a> announced that he was leaving the <a title="Papervision3D" href="http://papervision3d.org/" target="_blank">Papervision3D</a> team. This came as quite a shock to everyone other than the team itself. I wasn&#8217;t at the session when he made the announcement but apparently he stated the reason for his leaving is purely so that he can spend more time on other projects and had nothing to do with his relationship with the <a href="http://papervision3d.org/" target="_blank">Papervision3D</a> team &#8211; this is also backed up in his <a title="recent blog post" href="http://www.unitzeroone.com/blog/2009/09/28/goodbye-papervision/" target="_blank">recent blog post</a>.</p>
<p>Ralph leaving has caused quite a ripple amongst the community and I can completely understand why. Alongside <a title="Tim Kip" href="http://nl.floorplanner.com/" target="_blank">Tim Knip</a>, Ralph designed the majority of the PV3D engine and the release of Papervision X (the next gen ground-up build) was reliant on them completing it together. The following quote from Ralph&#8217;s blog backs up my concerns&#8230;</p>
<p><span id="more-185"></span></p>
<blockquote><p><em>One thing I&#8217;m not entirely sure of as of yet, is what to do with the PapervisionX code base. Built entirely from scratch by me and <a onclick="javascript:pageTracker._trackPageview('/outgoing/www.floorplanner.nl');" href="http://www.floorplanner.nl/">Tim Knip</a>, this project really has part of my soul in it. It&#8217;s been exclusively me and Tim working on it, with plans to have the rest of the team start on it a while back. Currently, that hasn&#8217;t happened yet and the engine is not ready for release and officially not part of the Papervision3D code base. In other words; it&#8217;s mine and Tim&#8217;s. While I&#8217;d love to release it at some point in time, currently it&#8217;s not ready for that and with me leaving the team, it&#8217;s most likely not going to be released under that name, if released at all. I might decide together with Tim to donate it to the Papervision3D project, but currently I&#8217;m not sure on that decision yet; as there would have to be a considerable effort to make it stable for release. As it is unfinished now and publishing source code is somewhat a personal thing when most of it is yours, I&#8217;d think this is not what should be done right now. As I am going to pursue my own goals for the time being, this decision might take a while.</p>
<p>I will discuss with the team and Tim closely to see what can be done in the future, but for now, I don&#8217;t think it should be released. It might also be better for the team to work on it&#8217;s own Flash 10 compatible version of the engine.</em></p></blockquote>
<p>Either way this is going to set PV3D back dramatically, which is such a shame. It was just beginning to get a foothold on the industry and many designers like myself are only just getting to grips with it. Not only does it have an impact on the technology, it also has a massive impact on how designers and developers are willing to push the boundaries with their work. I will continue to play with <a href="http://papervision3d.org/" target="_blank">Papervision3D</a> for the time being, but I have to be sceptical about the future of the technology and whether a potentially unsupported engine is the right thing to use for my clients.</p>
<p>Hopefully the <a href="http://papervision3d.org/" target="_blank">Papervision3D</a> team will make an announcement soon to put all our minds at rest&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2009/09/a-new-era-for-papervision3d/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash on the Beach 2009 &#8211; The Aftermath</title>
		<link>http://www.burnedouthippy.com/2009/09/flash-on-the-beach-2009-the-aftermath/</link>
		<comments>http://www.burnedouthippy.com/2009/09/flash-on-the-beach-2009-the-aftermath/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:20:16 +0000</pubDate>
		<dc:creator>The Hippy</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FOTB]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.burnedouthippy.com/?p=149</guid>
		<description><![CDATA[Well I&#8217;m back from Flash on the Beach 2009 in Brighton and yet again I wasn&#8217;t disappointed. There were a couple of sessions that weren&#8217;t as good as expected and a couple more that unexpectedly blew me away, all-in-all I had a blinding time. Needless to say I&#8217;d thrown out my previously organised schedule by [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.burnedouthippy.com/wp-content/uploads/2009/09/fotb0901.jpg" alt="Flash on the Beach 2009 - The Mariachis" /></p>
<p>Well I&#8217;m back from Flash on the Beach 2009 in Brighton and yet again I wasn&#8217;t disappointed. There were a couple of sessions that weren&#8217;t as good as expected and a couple more that unexpectedly blew me away, all-in-all I had a blinding time. Needless to say I&#8217;d thrown out <a title="my previously organised Flash on the Beach schedule" href="http://www.burnedouthippy.com/2009/09/flash-on-the-beach-2009/" target="_self">my previously organised schedule</a> by Monday lunchtime though <img src='http://www.burnedouthippy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This year was so enjoyable I&#8217;m still buzzing a week later, hence this post. I&#8217;m not going to go massively into detail about it all, but there are a few highlights and lowlights that I think are worth talking about&#8230;</p>
<p><span id="more-149"></span></p>
<p>First off, Sunday. I attended <a title="Seb Lee-Delisle" href="http://www.sebleedelisle.com/" target="_blank">Seb Lee-Delisle&#8217;s</a> <a title="Papervision 3D Workshop" href="http://www.flashonthebeach.com/sessions/index.php?pageid=2214" target="_blank">Papervision 3D workshop</a> for the entire day. It began a little bit over my head because it appeared that everybody else in the room (bar one) were pure developers, so it was a little unsympathetic to us lowly designers. However as the day progressed I seemed to get into the flow of it and by the end of the day I felt as though I could go away and work with it myself. If Seb ever does a follow up course I&#8217;ll be on it in a flash (pardon the pun) &#8211; he&#8217;s a great speaker and I really felt as though I learned a lot from him. As for Papervision&#8230;I&#8217;m playing already, so when anything significant occurs I&#8217;ll post it on this blog.</p>
<p>During the course I met one or two guys that seemed to be on the same wavelength as me and at the end of the day we set off to the <a title="Waggon and Horses" href="http://www.beerintheevening.com/pubs/s/35/3576/Waggon_and_Horses/Brighton" target="_blank">Waggon and Horses</a> near the FOTB venue to have a swift half. A half soon turned into a pint, a pint into six (ish) and before we knew it we were heading down to the beach to mindlessly throw pebbles into the sea. The perfect end to what was a completely exhausting day.</p>
<p>Monday morning, 9am, the conference began for real. Before the keynote, 3 Mariachi took the stage (see photo above) and performed a hilarious ode to designers. I loved it, but as it was never publicly revealed who the Mariachi were, I did get the feeling that I was witnessing some bizarre little in-joke between the speakers and the organisers. It was good fun though and the accompanying graphics were spot on.</p>
<p>The keynote was by Richard &amp; Mark from Adobe. It was interesting and showed a few new features in the latest Flash player update, but they were obviously saving the best stuff for the upcoming <a title="Adobe Max" href="http://max.adobe.com/">Adobe Max</a> conference. Roll on October so we can find out what they were actually holding back.</p>
<p><img src="http://www.burnedouthippy.com/wp-content/uploads/2009/09/fotb0902.jpg" alt="Carlos Ulloa" /></p>
<p>Monday&#8217;s highlights for me were <a title="Keith Peters" href="http://www.bit-101.com">Keith Peters</a>&#8216; developer inspiring session about game coding and <a title="Carlos Ulloa" href="http://blog.carlosulloa.com/">Carlos Ulloa</a> (above) taking us through how he developed four of his Papervision projects. Both were excellent as usual and I thought were the perfect start to the conference. Unfortunately I wasn&#8217;t as impressed by Hillman Curtis&#8217; end of the day session &#8211; I was expecting something interactive and inspiring from the ex-Art Director for Macromedia, but instead we watched a few of his &#8220;video portraits&#8221;. Artistic it was, but without being too harsh, a little dull.</p>
<p>The day concluded with Joel Gethin Lewis&#8217; evening inspiration session. It was a good and fitting end to a pretty good day, but the best was obviously yet to come. The party that night was at Audio. Last year I left early because it was so crammed, but this year I was with a great group of people and we found a pretty spacious corner to spread out in. Another great night.</p>
<p>Tuesday began at 9am with the new &#8220;Elevator Pitch&#8221; session &#8211; 20 new speakers each with the chance to make their mark in 3 minutes. Some were good, some not so good&#8230;all enthusiastic and inspiring the audience to get up next year and show off their own stuff. I think my favourite out of them had to be Jon Howard who demonstrated how to make 3 games in 3 minutes &#8211; funny and impressive. I think we may see more of him in the future. Also, a congrats to Erin from <a title="Plus Two" href="http://www.plus-two.com" target="_blank">Plus Two</a> (a company I&#8217;ve worked with in the past) for managing to explain their extremely impressive product in under 3 minutes. It was a pleasant surprise to see her up on stage.</p>
<p>Tuesday afternoon and evening brought some of my favourite sessions from the conference starting with a fascinating insight into the mind of <a title="Jennifer Shiman" href="http://www.flashonthebeach.com/speakers/index.php?pageid=1203" target="_blank">Jennifer Shiman</a>, creator of <a title="30 second bunny theatre" href="http://www.angryalien.com/" target="_blank">30 Second Bunny Theatre</a>. The afternoon continued with two surprisingly inspiring sessions &#8211; &#8220;Numbers in Art&#8221; by <a title="Joel Baumann" href="http://www.flashonthebeach.com/speakers/index.php?pageid=1213">Joel Baumann</a> and &#8220;Unconventional Web Applications&#8221; by the <a title="Contrast team" href="http://www.flashonthebeach.com/sessions/index.php?pageid=2211">Contrast team</a>. The first was much more art based than I had expected, being literally about how numbers feature in great works of art &#8211; I entered the session expecting to be mind-numbed about typographical positioning and layout standards. A truly pleasant surprise. The later was a truly thought provoking session encouraging the audience to reconsider &#8220;web standards&#8221; and push the boundaries of interactive design a little further. I had no idea what to expect from the session and I came away ready to completely reassess my approach to design.</p>
<p>Similarly that evening&#8217;s inspired session from <a title="Craig Swann" href="http://www.flashonthebeach.com/sessions/index.php?pageid=2105" target="_blank">Craig Swann</a> hammered home that as designers we need to remember our roots and keep a firm hold on what truly inspires us. A great talk from a very charismatic man. After the final session we all moved onto a local club and Tuesday came to an end at about 4am on Wednesday morning&#8230;enough said I think.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="458" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=b4a58b3d6c&amp;photo_id=3948073468&amp;flickr_show_info_box=true" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="458" height="344" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=b4a58b3d6c&amp;photo_id=3948073468&amp;flickr_show_info_box=true"></embed></object></p>
<p>Wednesday was sponsored by <a href="http://www.boots.com/en/Resolve-Extra-10-Sachets_6731" target="_blank">Resolve Extra</a>. By the time I had checked out of my hotel and my life and come back into focus, it was 11.30 and time to listen to the genius that is <a href="http://www.moock.org/" target="_blank">Colin Moock</a>. Having taught myself AS from a combination of his books over the years, I was hanging on the guy&#8217;s every word. Great session.</p>
<p>Next up was the moment I&#8217;d been waiting for all week &#8211; &#8220;The Jam Throwdown&#8221;. This came about for the first time at FOTB08 when a speaker was unavoidably detained and unable to turn up. John Davey (the organiser of FOTB) gathered together 6 of the best speakers from the conference and asked them if they would show off some of their latest work for 10 minutes each to fill the gap in the schedule. The result was astounding and by far the best session of the 2008 conference&#8230;and it rocketed <a title="Joa Ebert" href="http://www.flashonthebeach.com/speakers/index.php?pageid=1184" target="_blank">Joa Ebert</a> to notoriety with his demonstration of speed coding (I&#8217;ll get to that a minute). So needless to say, hangover or no hangover, this was a session I did not want to miss.</p>
<p>The standard of course was ridiculously high, a belittling experience in many ways. All of the work shown was outstanding, my personal favourite being Grant playing with his balls (see video above). And that&#8217;s a sentence you won&#8217;t hear me say very often. But even the speakers took a step back when Joa walked onto the stage for speed coding round 2. For those that don&#8217;t know what speed coding is, it is literally as it sounds&#8230;he codes as much as he can in the 10 minutes that he&#8217;s allotted. Sounds boring right? It really isn&#8217;t. The man types code faster than I can think about what I had for breakfast, he&#8217;s truly one of the world&#8217;s best (if not <em>the </em>best) programmers. The buzz in the air when he gets going is astounding, everyone trying to guess what the hell he&#8217;s doing&#8230;Joa just keeps his head down and keeps on typing. This year he&#8217;d obviously prepared himself beforehand (in 2008, he had no preparation and was making it up as he went along), but it still doesn&#8217;t take anything away from what he was able to produce in the 9 minutes and 40 seconds he spent at the keyboard. He produced an almost exact recreation of &#8220;<a title="Da Funk" href="http://www.youtube.com/watch?v=z014I7FvDCo" target="_blank">Da Funk</a>&#8221; by Daft Punk (including drum samples from scratch) with a 3D audio-visualiser that bounces along with it. A poor quality video of the end result can be found <a title="here" href="http://oysteinwika.com/#/blog/joa-ebert-speedjamming-at-fotb/" target="_blank">here</a>, but to be honest it doesn&#8217;t do it justice. Truly astounding&#8230;</p>
<p>&#8230;and if we weren&#8217;t all feeling small already after Joa&#8217;s performance, John revealed the keyboard that Joa had been using whilst speed coding. Completely black, no keys. Talk about kicking us while we were down <img src='http://www.burnedouthippy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="458" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=07b10d739a&amp;photo_id=3948418349&amp;flickr_show_info_box=true" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="458" height="344" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=07b10d739a&amp;photo_id=3948418349&amp;flickr_show_info_box=true"></embed></object></p>
<p>After a very relaxed and enjoyable session with artist <a title="James Jarvis" href="http://www.flashonthebeach.com/speakers/index.php?pageid=1209" target="_blank">James Jarvis</a>, it was time for the last session of the conference &#8211; <a title="Joshua Davis" href="http://www.joshuadavis.com/" target="_blank">Joshua Davis</a>. I&#8217;ve been a huge fan of Davis for years and I was really looking forward to seeing him in person. The man is a rock star. A funny, inspiring and slightly cuddly rock star. The video above doesn&#8217;t really do justice to how he makes you feel, but it should give you an idea of the pure energy he puts into his presentations. More than any other time over the last couple of FOTB conferences, I truly felt as though I was in the presence of greatness &#8211; and that really is saying something considering the artists and genii that speak at these things. He oozes charisma and like no other speaker I&#8217;ve ever seen reaches out to the audience and says &#8220;look guys, this is easy, you can do this&#8221;. It was a fitting end to an almost perfect conference.</p>
<p>Finally before I sign off this ridiculously long blog post, I&#8217;d just like to the thank everyone I met at FOTB09 for making it one of the best yet for me. I met up with a great bunch of people this year, all of which I hope will make it back next year. Most notably <a title="Kevin and Mike from Twisted" href="http://www.twisted-studio.com/" target="_blank">Kevin and Mike from Twisted</a>,  <a title="Sean and Marie from The Inspiration Engine" href="http://www.theinspirationengine.com/" target="_blank">Sean and Marie from The Inspiration Engine</a> and <a title="Pedro from Zig Zig Za" href="http://www.zigzigza.com.br/" target="_blank">Pedro from Zig Zig Za</a>. I hope you guys had as good a time as I did. Roll on FOTB2010!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burnedouthippy.com/2009/09/flash-on-the-beach-2009-the-aftermath/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
