<?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>Tim Ashworth &#187; Flash</title>
	<atom:link href="http://www.timashworth.co.uk/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timashworth.co.uk</link>
	<description>Code, cooking and opinion, all my own work!</description>
	<lastBuildDate>Tue, 06 Jul 2010 15:57:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ExternalInterface not working in IE!!!</title>
		<link>http://www.timashworth.co.uk/2008/09/externalinterface-not-working-in-ie/</link>
		<comments>http://www.timashworth.co.uk/2008/09/externalinterface-not-working-in-ie/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 12:23:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=76</guid>
		<description><![CDATA[OK, so here&#8217;s the situation, you&#8217;ve got a swf that is using the ExternalInterface class for communicating with Javascript.  You&#8217;ve got it running on ASP.net.  You&#8217;re using SWFObject to embed the flash.  It all works hunky dory in Firefox, Safari and in IE it&#8217;s OK when you call the function from the flash.  However when [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/09/externalinterface-not-working-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First go at Papervision 3D</title>
		<link>http://www.timashworth.co.uk/2008/06/my-first-go-at-papervision-3d/</link>
		<comments>http://www.timashworth.co.uk/2008/06/my-first-go-at-papervision-3d/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 09:22:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Papervision 3D]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=57</guid>
		<description><![CDATA[OK, not much to write home about, but as a first go I&#8217;m quite pleased with myself.
Have a butchers!
]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/06/my-first-go-at-papervision-3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Flex Preloaders Part Five : A few more examples</title>
		<link>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-five-a-few-more-examples/</link>
		<comments>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-five-a-few-more-examples/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 10:27:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=54</guid>
		<description><![CDATA[In Part Four we tidied up the code a bit with another class I&#8217;ve called CustomPreloader to extend the DownloadProgressBar class and hold the required functions for CustomPreloaders.  Now if we extend the CustomPreloader class all we need to do is override the listener functions to control our preloader.  So lets have a look at [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-five-a-few-more-examples/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Flex Preloaders Part Four : Tidying up the Code</title>
		<link>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-four-tidying-up-the-code/</link>
		<comments>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-four-tidying-up-the-code/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 15:32:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=52</guid>
		<description><![CDATA[Right so in Part Three we actually got to write a bit of code and see a working custom flex preloader (even if it doesn&#8217;t really look very pretty).
Looking at the code I can tidy this up a bit.  We are always going to need to override the set preloader function to add the listeners.  [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-four-tidying-up-the-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Flex Preloaders : Part Three Finally we&#8217;re playing with Flex</title>
		<link>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-3-finally-were-playing-with-flex/</link>
		<comments>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-3-finally-were-playing-with-flex/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 14:07:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=49</guid>
		<description><![CDATA[OK &#8211; so check out Part Two for see the flash assets we&#8217;ve produced and download them from here if you need them &#8211; &#62; Basic Flash Assets.
Now we want to create a new flex project.  Open flex and create a new project, call it whatever you feel like and click on finish.
Create an assets [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders-part-3-finally-were-playing-with-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Flex Preload Part Two : Producing the SWF</title>
		<link>http://www.timashworth.co.uk/2008/06/custom-flex-preload-part-two-producing-the-swf/</link>
		<comments>http://www.timashworth.co.uk/2008/06/custom-flex-preload-part-two-producing-the-swf/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 11:26:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=44</guid>
		<description><![CDATA[Please see Part One for the introduction to this post
We are going to embed a swf into a class that extends the DownloadProgressBar to take the place of the standard flex preloader.  Rather than just dumping a swf into the preloader we want to have some form of access to the assets in the swf [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/06/custom-flex-preload-part-two-producing-the-swf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Flex Preloaders : Part One &#8211; Credit where credit is due</title>
		<link>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders/</link>
		<comments>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=42</guid>
		<description><![CDATA[So &#8211; I&#8217;ve got bored of the standard flex preloader.  (Actually the company I&#8217;m working at has)  I&#8217;ve got away with it so far as the applications I&#8217;ve been working on have either been back-end systems or prototypes so the great unwashed (in which I include myself, expecially today as Charlie was up most of [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/06/custom-flex-preloaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
