<?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>calm in the chaos</title>
	<atom:link href="http://blog.wrench.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wrench.com.au</link>
	<description>Flash, Flex and Technology</description>
	<pubDate>Wed, 02 Nov 2011 16:35:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Native Extensions for Android with Air 3 and Flashdevelop</title>
		<link>http://blog.wrench.com.au/2011/11/02/native-extensions-for-android-with-air-3-and-flashdevelop/</link>
		<comments>http://blog.wrench.com.au/2011/11/02/native-extensions-for-android-with-air-3-and-flashdevelop/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 16:35:18 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Air]]></category>

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

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

		<category><![CDATA[Christian Cantrell]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=341</guid>
		<description><![CDATA[I spent a day or so recently wrangling with the new Native Extension capabilities introduced in Air 3, so thought I&#8217;d post up some details of my findings.
Firstly, I&#8217;ll be honest and say that I found the process (starting from scratch) to be quite convoluted. 
I got pointers in (mostly) the right direction from here, [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2011/11/02/native-extensions-for-android-with-air-3-and-flashdevelop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Textfield scaling issue</title>
		<link>http://blog.wrench.com.au/2011/08/16/textfield-scaling-issue/</link>
		<comments>http://blog.wrench.com.au/2011/08/16/textfield-scaling-issue/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 12:55:37 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=339</guid>
		<description><![CDATA[Thought I&#8217;d post about this issue unless anyone else comes across something similar and needs a fix.
On a recent site I worked on (www.sky.com/bintm) i&#8217;m scaling the content when the user goes into FullScreen mode to make use of slightly higher res photo assets available.
This knocks the double column text article page out of whack. [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2011/08/16/textfield-scaling-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FullScreen Flash mask gotcha</title>
		<link>http://blog.wrench.com.au/2011/07/08/fullscreen-flash-mask-gotcha/</link>
		<comments>http://blog.wrench.com.au/2011/07/08/fullscreen-flash-mask-gotcha/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 09:46:42 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=335</guid>
		<description><![CDATA[Long time between posts&#8230; but thought I&#8217;d document this so that anyone else coming across the issue can get a quicker fix than I found.
The problem I was having was with a masked area that wasn&#8217;t resizing along with the rest of the content when stage.displayState = StageDisplayState.FULL_SCREEN
The fix for this was to ensure that [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2011/07/08/fullscreen-flash-mask-gotcha/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash busted my bullocks last week</title>
		<link>http://blog.wrench.com.au/2010/10/13/flash-busted-my-bullocks-last-week/</link>
		<comments>http://blog.wrench.com.au/2010/10/13/flash-busted-my-bullocks-last-week/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 09:46:14 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[flash player 10]]></category>

		<category><![CDATA[mouse scroll]]></category>

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

		<category><![CDATA[stage dimensions]]></category>

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=321</guid>
		<description><![CDATA[Generally speaking, Flash and cross browser deployment go hand in hand&#8230; not so for me over the last week. I spent 4 days doing some work for an Agency in London, and I encountered 3 browser related Flash &#8220;bugs&#8221;.
1. The stage appears to initialise quicker in Firefox and Chrome on Windows than it does in [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/10/13/flash-busted-my-bullocks-last-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Passing a value object as a parameter to amphp&#8217;s browser</title>
		<link>http://blog.wrench.com.au/2010/08/22/passing-a-value-object-as-a-parameter-to-amphps-browser/</link>
		<comments>http://blog.wrench.com.au/2010/08/22/passing-a-value-object-as-a-parameter-to-amphps-browser/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 13:26:34 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=319</guid>
		<description><![CDATA[Unfortunately I don&#8217;t have the answer on how to do this, and after a bit of Googling it seems like I&#8217;m not the only one. 
Getting VO&#8217;s from AMFPHP back into my Flex app as strongly typed objects is fine. Sending a single VO to a method in AMFPHP has me somewhat bamboozled though, given [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/08/22/passing-a-value-object-as-a-parameter-to-amphps-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Be careful source controlling Flash Builders html-template folder</title>
		<link>http://blog.wrench.com.au/2010/06/28/be-careful-source-controlling-flash-builders-html-template-folder/</link>
		<comments>http://blog.wrench.com.au/2010/06/28/be-careful-source-controlling-flash-builders-html-template-folder/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 11:30:54 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Flex]]></category>

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

		<category><![CDATA[html-template]]></category>

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

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=316</guid>
		<description><![CDATA[As the title of this thread suggests, svn&#8217;ing the html-template that Flash Builder relies on to generate the container html files can lead to some headaches. One in particular that has just taken me about 5 hours to solve.
I&#8217;ve been migrating my SVN repo over to Springloops (check it out if you haven&#8217;t already) and [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/06/28/be-careful-source-controlling-flash-builders-html-template-folder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Flash spoof of Apple&#8217;s HTML5 page</title>
		<link>http://blog.wrench.com.au/2010/06/20/a-flash-spoof-of-apples-html5-page/</link>
		<comments>http://blog.wrench.com.au/2010/06/20/a-flash-spoof-of-apples-html5-page/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 05:48:25 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=309</guid>
		<description><![CDATA[This is absolute Gold!
http://www.flashlab.com/html5/
Bravo to those that created it; you&#8217;ve made some very salient points with the examples and comparisons given.
Now we just need to ensure that the same number of people (including Managers and tech decision makers) that read the dribble Apple&#8217;s CEO posted a few months back could see and experience this site. [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/06/20/a-flash-spoof-of-apples-html5-page/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FileReference.load() - keep it in scope!</title>
		<link>http://blog.wrench.com.au/2010/06/16/filereferenceload-keep-it-in-scope/</link>
		<comments>http://blog.wrench.com.au/2010/06/16/filereferenceload-keep-it-in-scope/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 05:27:26 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

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

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

		<category><![CDATA[local variable]]></category>

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=305</guid>
		<description><![CDATA[Just a quick note (possibly to self) that when dealing with FileReference you need to ensure that the scope of the FileReference is maintained. This was mentioned in the Actionscript documentation, but it took me a while to figure out that that could be the problem for my code failing silently. Originally I thought it [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/06/16/filereferenceload-keep-it-in-scope/feed/</wfw:commentRss>
		</item>
		<item>
		<title>why no AIR store?</title>
		<link>http://blog.wrench.com.au/2010/06/09/why-no-air-store/</link>
		<comments>http://blog.wrench.com.au/2010/06/09/why-no-air-store/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:35:50 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Air]]></category>

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

		<category><![CDATA[air applications]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=296</guid>
		<description><![CDATA[Does anyone else find it odd that there&#8217;s no Adobe backed central repository for distributing AIR applications? I know that the Central runtime never really went anywhere (apparently due to the technical limitations of the users computer at the time).
So is the world ready for a centralised, built for developers, run for users AIR (dare [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/06/09/why-no-air-store/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash 10.1 - Failure is not an option</title>
		<link>http://blog.wrench.com.au/2010/05/27/flash-101-failure-is-not-an-option/</link>
		<comments>http://blog.wrench.com.au/2010/05/27/flash-101-failure-is-not-an-option/#comments</comments>
		<pubDate>Thu, 27 May 2010 03:20:23 +0000</pubDate>
		<dc:creator>Jason Langdon</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<category><![CDATA[flash developers]]></category>

		<category><![CDATA[flash player 10.1]]></category>

		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://blog.wrench.com.au/?p=293</guid>
		<description><![CDATA[In light of the recent debate sparked by Steve Jobs&#8217; comments regarding Flash and it&#8217;s perceived weaknesses I thought I&#8217;d take an opportunity to make it patently clear - the perception of Flash is that it&#8217;s a slow, memory and cpu intensive, battery sucking sun of a gun!
Now while I found it relatively easy to [...]]]></description>
		<wfw:commentRss>http://blog.wrench.com.au/2010/05/27/flash-101-failure-is-not-an-option/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

