<?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>Leo From 5 to7</title>
	<atom:link href="http://www.leonardovelazquez.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.leonardovelazquez.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jan 2011 21:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Check your OS (and other nifty stuff) with Actionscript 3.0</title>
		<link>http://www.leonardovelazquez.com/blog/?p=143</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=143#comments</comments>
		<pubDate>Tue, 18 Jan 2011 16:36:02 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=143</guid>
		<description><![CDATA[It&#8217;s funny how you find things when you&#8217;re not looking for them, in the case that you require to know which OS is your client running, there&#8217;s a pretty cool system class by the name of Capabilities in AS3 that handles this. import flash.system.Capabilities; trace("my Operative System is "+Capabilities.os); You can also use it to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny how you find things when you&#8217;re not looking for them, in the case that you require to know which OS is your client running, there&#8217;s a pretty cool system class by the name of Capabilities in AS3 that handles this.<br />
<code><br />
import flash.system.Capabilities;</p>
<p>trace("my Operative System is "+Capabilities.os);<br />
</code></p>
<p>You can also use it to find out the running Flash player version (down to Flash Player 6), test media decoders and even screen resolution, the values can also be sent from the server via GET and POST methods. You can read up properties in here: <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html?filter_flex=4.1&#038;filter_flashplayer=10.1&#038;filter_air=2">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.leonardovelazquez.com/blog/?p=134</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=134#comments</comments>
		<pubDate>Fri, 24 Sep 2010 21:39:39 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Print]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=134</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/disenos-e-ilustraciones/poster2.jpg" title="14x22 poster" class="shutterset_singlepic21" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/21__500x_poster2.jpg" alt="Iktus Poster" title="Iktus Poster" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.leonardovelazquez.com/blog/?p=92</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=92#comments</comments>
		<pubDate>Tue, 27 Jul 2010 14:46:47 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Collage]]></category>
		<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=92</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/bestita.jpg" title="" class="shutterset_singlepic1" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/1__500x_bestita.jpg" alt="bestita" title="bestita" />
</a>
<br />

<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/pescadores.jpg" title="" class="shutterset_singlepic4" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/4__500x_pescadores.jpg" alt="pescadores" title="pescadores" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=92</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debugging in FDT</title>
		<link>http://www.leonardovelazquez.com/blog/?p=6</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=6#comments</comments>
		<pubDate>Mon, 26 Jul 2010 00:28:19 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[FDT]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=6</guid>
		<description><![CDATA[If you&#8217;re like me, you googled up &#8220;debugging fdt&#8221; and probably wound up using this tutorial or a similar one. Some of you might have found the end of your problems either there or reinstalling your Flash Debug Player but if you didn&#8217;t, check if you entered a newline break while adding &#8220;debug=true&#8221; to the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, you googled up &#8220;debugging fdt&#8221; and probably wound up using <a href="http://www.sebastian-weyrauch.de/tutorials/fdt_debugging_tutorial/</p>
<p>">this tutorial</a> or a similar one. Some of you might have found the end of your problems either there or <a href="http://kb2.adobe.com/cps/192/tn_19245.html">reinstalling your Flash Debug Player</a> but if you didn&#8217;t, check if you entered a newline break while adding &#8220;debug=true&#8221; to the Compiler Arguments. I was mislead by the image on the aforementioned tutorial and spent some time breaking my head over this.<br />
Hope this helps anyone that&#8217;s going through the same issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grown Balún</title>
		<link>http://www.leonardovelazquez.com/blog/?p=95</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=95#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:47:34 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=95</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/grownbalun.jpg" title="" class="shutterset_singlepic3" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/3__500x_grownbalun.jpg" alt="grownbalun" title="grownbalun" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=95</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.leonardovelazquez.com/blog/?p=103</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=103#comments</comments>
		<pubDate>Sat, 20 Mar 2010 20:20:40 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Collage]]></category>
		<category><![CDATA[Illustration]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=103</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/flamingo_1.jpg" title="" class="shutterset_singlepic18" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/18__500x500_flamingo_1.jpg" alt="flamingo_1" title="flamingo_1" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.leonardovelazquez.com/blog/?p=74</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=74#comments</comments>
		<pubDate>Sat, 21 Nov 2009 10:34:48 +0000</pubDate>
		<dc:creator>leo</dc:creator>
		
		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=74</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/dibujoi.jpg" title="" class="shutterset_singlepic6" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/6__500x700_dibujoi.jpg" alt="dibujoi" title="dibujoi" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Baby Jesus</title>
		<link>http://www.leonardovelazquez.com/blog/?p=72</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=72#comments</comments>
		<pubDate>Wed, 28 Oct 2009 10:59:07 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=72</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/babyjesus.jpg" title="" class="shutterset_singlepic11" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/11__500x500_babyjesus.jpg" alt="babyjesus" title="babyjesus" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.leonardovelazquez.com/blog/?p=71</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=71#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:34:50 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=71</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/summerman12.jpg" title="" class="shutterset_singlepic10" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/10__500x_summerman12.jpg" alt="summerman12" title="summerman12" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.leonardovelazquez.com/blog/?p=60</link>
		<comments>http://www.leonardovelazquez.com/blog/?p=60#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:50:14 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://www.leonardovelazquez.com/blog/?p=60</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href="http://www.leonardovelazquez.com/blog/wp-content/gallery/dibujos/manwithgun_1.jpg" title="" class="shutterset_singlepic19" >
	<img class="ngg-singlepic" src="http://www.leonardovelazquez.com/blog/wp-content/gallery/cache/19__500x500_manwithgun_1.jpg" alt="manwithgun_1" title="manwithgun_1" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://www.leonardovelazquez.com/blog/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

