<?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"
	>

<channel>
	<title>monkeyflash.com</title>
	<atom:link href="http://www.monkeyflash.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monkeyflash.com</link>
	<description>Tutorials on Flash, CSS, HTML and more!</description>
	<pubDate>Mon, 18 Aug 2008 23:34:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Creating a Custom Preloader in Flash CS3</title>
		<link>http://www.monkeyflash.com/flash/creating_a_custom_preloader/</link>
		<comments>http://www.monkeyflash.com/flash/creating_a_custom_preloader/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 22:57:33 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.monkeyflash.com/flash/creating_a_custom_preloader/</guid>
		<description><![CDATA[The ability to create a custom preloader is a must in any Flash developer&#8217;s toolbox, but the process is very different in ActionScript 3.0. External files are no longer loaded into a waiting empty movie clip on the stage like you might have done in earlier versions. Instead images, SWF files, and any other external [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/creating_a_custom_preloader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding a Poster Frame to Flash Video</title>
		<link>http://www.monkeyflash.com/flash/poster_frame_for_flash_video/</link>
		<comments>http://www.monkeyflash.com/flash/poster_frame_for_flash_video/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 04:00:02 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.monkeyflash.com/flash/preview_image_for_video/</guid>
		<description><![CDATA[One of the new features of the video playback component in Flash CS3 is the ability to assign a preview image, or a poster frame, to an FLV to make it easier to position and adjust. However, this new feature comes with a footnote that reads, &#8220;The preview image is displayed at authoring time only. [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/poster_frame_for_flash_video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Full-Screen Video in Flash CS3</title>
		<link>http://www.monkeyflash.com/flash/full-screen-video/</link>
		<comments>http://www.monkeyflash.com/flash/full-screen-video/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 03:45:43 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/flash/full-screen-video/</guid>
		<description><![CDATA[One of the best new features in Flash Player 9 is its ability to play video full-screen, using the same outside-the-browser technique you&#8217;ve seen on YouTube and other video sites. One click opens the video to the full width of your monitor with a black background, and even includes a message letting the user know [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/full-screen-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using the Tween Class</title>
		<link>http://www.monkeyflash.com/flash/tween-class/</link>
		<comments>http://www.monkeyflash.com/flash/tween-class/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 01:18:52 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/flash/tween-class/</guid>
		<description><![CDATA[In the past, if you wanted to create a bouncing animation using code, you&#8217;d spend hours pouring over physics equations and adjusting variables until you got it just right. By using the Tween class instead, you can create the same effect with just a few lines of code, and skip the high school physics review. [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/tween-class/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drag and Drop in ActionScript 3.0</title>
		<link>http://www.monkeyflash.com/flash/drag-and-drop-in-as3/</link>
		<comments>http://www.monkeyflash.com/flash/drag-and-drop-in-as3/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 20:22:51 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/flash/drag-and-drop-in-as3/</guid>
		<description><![CDATA[Creating drag and drop functionality in Flash CS3 is quite different than in older versions if you&#8217;re using the new ActionScript 3.0. While still relatively straightforward, the code can be a little more intimidating to users who are less familiar with ActionScript programming. If you&#8217;re like me, you&#8217;re here to try to keep your knowledge [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/drag-and-drop-in-as3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ActionScript Best Practices</title>
		<link>http://www.monkeyflash.com/flash/actionscript-best-practices/</link>
		<comments>http://www.monkeyflash.com/flash/actionscript-best-practices/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 04:23:22 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/flash/actionscript-best-practices/</guid>
		<description><![CDATA[When starting out with ActionScript, it&#8217;s easy to be confused by the many varying styles used to enter code into the Flash environment. There are many books and tutorials on Flash and ActionScript, each with their own styles and conventions that may vary drastically from one to the next. Adobe suggests adhering to several best [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/actionscript-best-practices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drag and Drop - Part Two</title>
		<link>http://www.monkeyflash.com/flash/drag-and-drop-2/</link>
		<comments>http://www.monkeyflash.com/flash/drag-and-drop-2/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 20:09:31 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/flash/drag-and-drop-2/</guid>
		<description><![CDATA[I&#8217;ve decided to continue the Flash Drag and Drop tutorial and show several ways that you can improve on that example. Although the end product of the previous tutorial was functional, it lacked the polish necessary to use it in a real-world project. This tutorial will take a look at several techniques, including the swapDepths() [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/drag-and-drop-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash Drag and Drop</title>
		<link>http://www.monkeyflash.com/flash/drag-and-drop/</link>
		<comments>http://www.monkeyflash.com/flash/drag-and-drop/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 17:41:32 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/flash/drag-and-drop/</guid>
		<description><![CDATA[Creating drag and drop interaction in Flash is actually very simple, it just requires a little setup to make it work. Fortunately, I&#8217;ve already done some of that for you. Download the FLA and follow along with these steps.
1. Open dragdrop.fla and review its organization.
There are five layers in the file – one containing the [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/flash/drag-and-drop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Index your site using Vspider</title>
		<link>http://www.monkeyflash.com/coldfusion/using-vspider/</link>
		<comments>http://www.monkeyflash.com/coldfusion/using-vspider/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 18:22:59 +0000</pubDate>
		<dc:creator>Richard Baldwin</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/coldfusion/using-vspider/</guid>
		<description><![CDATA[Recently I needed to use Verity’s Spider (Vspider) to crawl my dynamic website to create a collection that could then be searched.  I was able to find useful information here and there but not just one place that had all the answers.  I’m not going to pretend to have all the answers, but [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/coldfusion/using-vspider/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aligning List Bullet Images</title>
		<link>http://www.monkeyflash.com/css/aligning-list-bullet-images/</link>
		<comments>http://www.monkeyflash.com/css/aligning-list-bullet-images/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 16:34:58 +0000</pubDate>
		<dc:creator>Greg Lunn</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://beta.monkeyflash.com/css/aligning-list-bullet-images/</guid>
		<description><![CDATA[Recently, I fought another browser inconsistency battle over the placement of image bullets to the left of an unordered list.  While Firefox places the bullets where I expect, Internet Explorer places them too high, moving them out of alignment with the text. IE also occasionally moves the text too close to the bullet, and [...]]]></description>
		<wfw:commentRss>http://www.monkeyflash.com/css/aligning-list-bullet-images/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
