<?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>squirrel_factory &#187; Flex</title>
	<atom:link href="http://www.flamingsquirrel.co.uk/blog/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingsquirrel.co.uk/blog</link>
	<description>Creative development</description>
	<lastBuildDate>Wed, 15 Apr 2009 09:06:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Actionscript 3 Simple click EventListener</title>
		<link>http://www.flamingsquirrel.co.uk/blog/actionscript-3-simple-click-eventlistener/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/actionscript-3-simple-click-eventlistener/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 16:01:02 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=96</guid>
		<description><![CDATA[If like me you are making the transition from Actionscript 2 to 3 you may well find that creating simple onPress functions don&#8217;t use the same syntax. I checked the Adobe help files but got confused by the overly complex details.
If you want a simple clickable moveClip use the following code. The first line means [...]]]></description>
			<content:encoded><![CDATA[<p>If like me you are making the transition from Actionscript 2 to 3 you may well find that creating simple onPress functions don&#8217;t use the same syntax. I checked the Adobe help files but got confused by the overly complex details.</p>
<p>If you want a simple clickable moveClip use the following code. The first line means that the movie clip will act like a button and the cursor will change when the mouse is hovering over.</p>
<p>movieclip_name.buttonMode = true;<br />
movieclip_name.addEventListener(MouseEvent.CLICK, onClick);</p>
<p>function onClick(event:MouseEvent):void{<br />
trace(&#8220;Yes, this works!&#8221;)<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/actionscript-3-simple-click-eventlistener/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex bandwidth profiler</title>
		<link>http://www.flamingsquirrel.co.uk/blog/flex-bandwidth-profiler/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/flex-bandwidth-profiler/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 09:31:19 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=90</guid>
		<description><![CDATA[I have just started learning Flex and realised there is no way to test the download speed of your movie and whether your preloader is working as it should &#8211; like you can with the bandwidth profiler in Flash.
After a quick search I decided that Charles met my requirements. I have had a quick play [...]]]></description>
			<content:encoded><![CDATA[<p>I have just started learning Flex and realised there is no way to test the download speed of your movie and whether your preloader is working as it should &#8211; like you can with the bandwidth profiler in Flash.</p>
<p>After a quick search I decided that <a href="http://www.charlesproxy.com/">Charles</a> met my requirements. I have had a quick play with it and the interface is well designed, it has a Firefox extension and most importantly I can test my Flex preloaders are working! It also works on OSX which means I can use it on my home machine as well. Its seems to be a great bit of software and well worth testing.</p>
<p>Update &#8211; I couldn&#8217;t figure out how to get it to throttle my bin-bug folder which resides on my local drive. To get around this I created a new workspace on my local server (http://localhost/flex/&#8230;.) which solved the problem. This probably isn&#8217;t the correct way to set-up your Flex development environment&#8230;.. any advice appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/flex-bandwidth-profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
