<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Kyle's Pile</title>
	<link>http://as3.kylebrekke.com</link>
	<description>A Heap of Code and Prose...</description>
	<lastBuildDate>Wed, 31 Dec 2008 19:49:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Clarification for &#8220;First Class Ever&#8221;</title>
		<description><![CDATA[It was brought to my attention that some people would like to access not only the features of the stage (addChild(), eventListeners, etc) but also the DisplayObjects that reside there. If you played around with the files provided in the original post and tried to do something like this:
private function checkText(evt:Event):void {
if (_stage.myInput.text == "test [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Clarification for &#8220;First Class Ever&#8221;", url: "http://as3.kylebrekke.com/?p=30" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=30</link>
			</item>
	<item>
		<title>AMFPHP AS3 Class and Wrapper &#8211; MySQL Query Example</title>
		<description><![CDATA[Mysql to Flash via AMFPHP
Hopefully you&#8217;ve had a chance to read my other postings on AMFPHP and the classes and wrappers I&#8217;ve written for it. This post will be an example on how to query a mysql database from php and pass it into flash, then parse it into a multi-dimensional associative array (a big [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "AMFPHP AS3 Class and Wrapper &#8211; MySQL Query Example", url: "http://as3.kylebrekke.com/?p=29" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=29</link>
			</item>
	<item>
		<title>Preloader Class Video Tutorial for AS3</title>
		<description><![CDATA[I can&#8217;t actually claim any credit for these videos, but I&#8217;ve been asked on several occasions to supply people with a way to preload your videos. I&#8217;m currently swamped right now with other work, but I figured I&#8217;d still provide you with some resources for getting started. I&#8217;ve watched most of these videos and they [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Preloader Class Video Tutorial for AS3", url: "http://as3.kylebrekke.com/?p=28" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=28</link>
			</item>
	<item>
		<title>Tutorial: Event Listeners in Flash AS3 explained</title>
		<description><![CDATA[Why should I care about Event Listeners?
If your ambitions in Flash AS3 extend beyond that of basic animation you will NEED to care about Event Listeners because the flow of your entire project will depend on them. They are the ignition to your movies. They allow you to respond to input from users (whether it [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Tutorial: Event Listeners in Flash AS3 explained", url: "http://as3.kylebrekke.com/?p=27" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=27</link>
			</item>
	<item>
		<title>Advanced Customizable AS3 Scrollbar Class for Adobe Flash CS3</title>
		<description><![CDATA[Why a Custom AS3 Scrollbar?
I&#8217;m sure this isn&#8217;t first nor will it be the last time you hear about the frustrations of dealing with Adobe&#8217;s pre-coded and pre-packaged components. Some complain about their design, their style, their customization, their size, and even (my personal experience) their functionality when embedded into pages with Facebook&#8217;s &#60;fb:swf&#62; tag. [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Advanced Customizable AS3 Scrollbar Class for Adobe Flash CS3", url: "http://as3.kylebrekke.com/?p=26" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=26</link>
			</item>
	<item>
		<title>Updated: AMFPHP Communication Class in Flash AS3</title>
		<description><![CDATA[This is a quick post to let everyone know minor updates have been made to the amfphp communication class. Thanks to the help of Joshua Logsdon I have been able to make several changes that either fixed bugs or added to the quality of the class. One very useful function is the assocResult function that [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Updated: AMFPHP Communication Class in Flash AS3", url: "http://as3.kylebrekke.com/?p=25" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=25</link>
			</item>
	<item>
		<title>AMFPHP AS3 Class and Wrapper &#8211; Communication between Flash and AMFPHP made even easier</title>
		<description><![CDATA[After getting some positive response to my last project, I decided to spend some time, fix a few bugs and give you guys a new, cleaner amfphp class&#8230; but wait, thats not all, I even through in a free amfphp WRAPPER, ABSOLUTELY FREE! (right&#8230; well the entire site is free, but still, that makes me [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "AMFPHP AS3 Class and Wrapper &#8211; Communication between Flash and AMFPHP made even easier", url: "http://as3.kylebrekke.com/?p=24" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=24</link>
			</item>
	<item>
		<title>Write your first class ever in Flash AS3 with access to the stage and event dispatching</title>
		<description><![CDATA[The switch for many users from Actionscript 2 (AS2) to Actionscript 3 (AS3) can be a difficult one mainly because of AS3&#8217;s preference for an Object Oriented (OOP) style of programming. Once users realize this they are often thrown head first into the realm of class creation in flash with really no idea how to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Write your first class ever in Flash AS3 with access to the stage and event dispatching", url: "http://as3.kylebrekke.com/?p=23" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=23</link>
			</item>
	<item>
		<title>Wordpress displays odd or foreign characters (after my web server switched platforms)</title>
		<description><![CDATA[Only a few days ago I was moved by my web server from their old vDeck platform to their newer, um, vDeck platform? Well, the actual platform is besides the point. The problem that arose was actually caused by MySQL&#8217;s faulty exporting function which may have been combined with some charset irregularities between my database [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Wordpress displays odd or foreign characters (after my web server switched platforms)", url: "http://as3.kylebrekke.com/?p=22" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=22</link>
			</item>
	<item>
		<title>Parsing Google Calendar XML in Flash CS3 AS3</title>
		<description><![CDATA[Honestly, when I first attempted to parse and access Google Calendar XML from flash I had a lot of trouble with it. I spent a lot of hours being frustrated by XML namespaces (it was the first time I&#8217;d had to use them) and consequently had to move to the forums at actionscript.org. I was [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Parsing Google Calendar XML in Flash CS3 AS3", url: "http://as3.kylebrekke.com/?p=21" });</script>]]></description>
		<link>http://as3.kylebrekke.com/?p=21</link>
			</item>
</channel>
</rss>
