<?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>Piterwilson = Juan Carlos Ospina Gonzalez &#187; as3</title>
	<atom:link href="http://www.piterwilson.com/personal/tag/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piterwilson.com/personal</link>
	<description>Piterwilson is/es Juan Carlos Ospina Gonzalez</description>
	<lastBuildDate>Sat, 17 Sep 2011 16:08:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Photoshop style color picker gradient in as3</title>
		<link>http://www.piterwilson.com/personal/2010/11/11/photoshop-style-color-picker-gradient-in-as3/</link>
		<comments>http://www.piterwilson.com/personal/2010/11/11/photoshop-style-color-picker-gradient-in-as3/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 15:23:27 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=660</guid>
		<description><![CDATA[Have you ever tried to make a &#8220;Photshop style&#8221; color picker gradient in ActionScript 3.0? I have! Here it is! pretty colors are neat! This example builds upon the color scpectrum examples by boostworthyisryantaylor (http://www.boostworthy.com/blog/?p=200) and Paul Coyle&#8217;s AngularColour (http://paulcoyle.com/) 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ColorPicker_1802014528"
			class="flashmovie"
			width="450"
			height="370">
	<param name="movie" value="http://www.piterwilson.com/personal/wp-content/uploads/2010/11/ColorPicker.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.piterwilson.com/personal/wp-content/uploads/2010/11/ColorPicker.swf"
			name="fm_ColorPicker_1802014528"
			width="450"
			height="370">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> And here&#8217;s the code PhotoshopStyleColorPicker]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to make a &#8220;Photshop style&#8221; color picker gradient in ActionScript 3.0? </p>
<p>I have! Here it is! pretty colors are neat! </p>
<p>This example builds upon the color scpectrum examples by boostworthyisryantaylor (<a href="http://www.boostworthy.com/blog/?p=200">http://www.boostworthy.com/blog/?p=200</a>) and Paul Coyle&#8217;s AngularColour (<a href="http://paulcoyle.com/">http://paulcoyle.com/</a>)</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ColorPicker_1269501297"
			class="flashmovie"
			width="450"
			height="370">
	<param name="movie" value="http://www.piterwilson.com/personal/wp-content/uploads/2010/11/ColorPicker.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.piterwilson.com/personal/wp-content/uploads/2010/11/ColorPicker.swf"
			name="fm_ColorPicker_1269501297"
			width="450"
			height="370">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>And here&#8217;s the code <a href='http://www.piterwilson.com/personal/wp-content/uploads/2010/11/PhotoshopStyleColorPicker.zip'>PhotoshopStyleColorPicker</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2010/11/11/photoshop-style-color-picker-gradient-in-as3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pie Chart example in AS3</title>
		<link>http://www.piterwilson.com/personal/2008/09/04/pie-chart-example-in-as3/</link>
		<comments>http://www.piterwilson.com/personal/2008/09/04/pie-chart-example-in-as3/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:02:20 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[code example / ejemplos de codigo]]></category>
		<category><![CDATA[hobby]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=94</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_piecharttest1_1543311193"
			class="flashmovie"
			width="450"
			height="400">
	<param name="movie" value="http://www.piterwilson.com/personal/wp-content/uploads/2008/09/piecharttest1.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.piterwilson.com/personal/wp-content/uploads/2008/09/piecharttest1.swf"
			name="fm_piecharttest1_1543311193"
			width="450"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> Download source A sample class to make a dynamic pie chart in Actionscript 3, it includes a sample Tooltip class.]]></description>
			<content:encoded><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_piecharttest1_2134837435"
			class="flashmovie"
			width="450"
			height="400">
	<param name="movie" value="http://www.piterwilson.com/personal/wp-content/uploads/2008/09/piecharttest1.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.piterwilson.com/personal/wp-content/uploads/2008/09/piecharttest1.swf"
			name="fm_piecharttest1_2134837435"
			width="450"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href="http://www.piterwilson.com/personal/wp-content/uploads/2008/09/piechartexample1.zip">Download source<br />
</a></p>
<p>A sample class to make a dynamic pie chart in Actionscript 3, it includes a sample Tooltip class.</p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2008/09/04/pie-chart-example-in-as3/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Reach for the stars!</title>
		<link>http://www.piterwilson.com/personal/2008/07/22/reach-for-the-stars/</link>
		<comments>http://www.piterwilson.com/personal/2008/07/22/reach-for-the-stars/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:42:07 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[code example / ejemplos de codigo]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[drawing]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=77</guid>
		<description><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_test_856683541"
			class="flashmovie"
			width="400"
			height="400">
	<param name="movie" value="http://www.piterwilson.com/personal/wp-content/uploads/2008/07/test.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.piterwilson.com/personal/wp-content/uploads/2008/07/test.swf"
			name="fm_test_856683541"
			width="400"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> Updated this excellent example of how to draw a star to AS3 (original was 6 years old!) Download source and example]]></description>
			<content:encoded><![CDATA[
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_test_1225255684"
			class="flashmovie"
			width="400"
			height="400">
	<param name="movie" value="http://www.piterwilson.com/personal/wp-content/uploads/2008/07/test.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.piterwilson.com/personal/wp-content/uploads/2008/07/test.swf"
			name="fm_test_1225255684"
			width="400"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Updated <a href="http://www.adobe.com/devnet/flash/articles/adv_draw_methods.html" target="_blank">this excellent example of how to draw a star</a> to AS3 (original was 6 years old!)</p>
<p><a href="http://www.piterwilson.com/personal/wp-content/uploads/2008/07/stardrawingexample.zip" target="_blank">Download source and example</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2008/07/22/reach-for-the-stars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

