<?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>We simply make websites simple. &#187; Adobe Flash Tutorials</title>
	<atom:link href="http://blog.nothinggrinder.com/category/general-flash/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nothinggrinder.com</link>
	<description>Cool websites that do everything.</description>
	<lastBuildDate>Thu, 25 Nov 2010 18:45:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<script type="text/javascript">

if (typeof Meebo == 'undefined') {

Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'nothinggrinder_la14pa'});	}</script>	<item>
		<title>Flash is good for the Soul (wire?)</title>
		<link>http://blog.nothinggrinder.com/flash-soul-wire-tutoria</link>
		<comments>http://blog.nothinggrinder.com/flash-soul-wire-tutoria#comments</comments>
		<pubDate>Fri, 11 Dec 2009 04:00:16 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[nGn Developement]]></category>
		<category><![CDATA[Flash Tutorial menu animation soulwire source code]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/?p=86</guid>
		<description><![CDATA[I found a great Flash blog yesterday when I was looking for source code to do Image masking and clipping. Soulwire Blog This is the post that found very useful for a current project and decided to integrate his work into mine. G94 Animated Menu List I have made some useful modifications to his code. [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/flash-soul-wire-tutoria/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL safe characters and SWFAddress</title>
		<link>http://blog.nothinggrinder.com/url-safe-characters-and-swfaddress</link>
		<comments>http://blog.nothinggrinder.com/url-safe-characters-and-swfaddress#comments</comments>
		<pubDate>Thu, 26 Nov 2009 02:09:05 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Accessibility]]></category>
		<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flash Deeplinks]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SWFAddress]]></category>
		<category><![CDATA[url safe characters]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/?p=54</guid>
		<description><![CDATA[Now I knew that certain characters and punctuation marks were not recognized in URLs. What I did not know was how they effect the mod_rewrite module and SWFAddress functionality of my Flash website. Upon clicking a link the site would revert back to its base url. For example I would call: ( for those of [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/url-safe-characters-and-swfaddress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tutorial : Custom CellRenderer and the List Component.</title>
		<link>http://blog.nothinggrinder.com/flash-tutorial-custom-cellrenderer-and-the-list-component</link>
		<comments>http://blog.nothinggrinder.com/flash-tutorial-custom-cellrenderer-and-the-list-component#comments</comments>
		<pubDate>Fri, 30 May 2008 01:15:59 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[Custom CellRenderer]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash Development]]></category>
		<category><![CDATA[Flash Tutorials]]></category>
		<category><![CDATA[HTML CellRenderer]]></category>
		<category><![CDATA[Image Cellrenderer]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/?p=25</guid>
		<description><![CDATA[All Flash developers dealing with components like the DataGrid or the List component eventually run into the design limitations in Flash 8. We need a solution to load images into the grid or list. There are many solutions out there but 2 are most known. 1. HTML CellRenderer 2. Sephiroth Image CellRenderer Each of these [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/flash-tutorial-custom-cellrenderer-and-the-list-component/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Tutorial : TypeError: Error #2007: Parameter child must be non-null</title>
		<link>http://blog.nothinggrinder.com/flash-tutorial-typeerror-error-2007-parameter-child-must-be-non-null</link>
		<comments>http://blog.nothinggrinder.com/flash-tutorial-typeerror-error-2007-parameter-child-must-be-non-null#comments</comments>
		<pubDate>Tue, 15 Apr 2008 05:56:58 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Platform]]></category>
		<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[ActionScript Errors]]></category>
		<category><![CDATA[Flash Tutorials]]></category>
		<category><![CDATA[null object reference]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/?p=23</guid>
		<description><![CDATA[Just some quick information on something I found today. When loading multiple SWFs into a main SWF there are some important issues to consider, especially with library assets. A breakdown of my situation: I had had a textfield on the main stage of my main movie. I was loading a menu into a loader object [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/flash-tutorial-typeerror-error-2007-parameter-child-must-be-non-null/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flash Tutorial : Dragging and Bitmap drawing.</title>
		<link>http://blog.nothinggrinder.com/flash-tutorial-dragging-and-bitmap-drawing</link>
		<comments>http://blog.nothinggrinder.com/flash-tutorial-dragging-and-bitmap-drawing#comments</comments>
		<pubDate>Wed, 02 Apr 2008 04:33:43 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[AS2.0]]></category>
		<category><![CDATA[Flash Development]]></category>
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/flash-tutorial-dragging-and-bitmap-drawing</guid>
		<description><![CDATA[I have recently been working on a Logo creating application. We will be releasing it this month, until then I cannot post a link. Part of the task was to move some items around on the stage and then take a &#8216;photo&#8217; of them, photo being a bitmap. In the application itself this process was [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/flash-tutorial-dragging-and-bitmap-drawing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tutorial : Flash Menu in ActionScript 3.0</title>
		<link>http://blog.nothinggrinder.com/flash-tutorial-flash-menu-in-actionscript-30</link>
		<comments>http://blog.nothinggrinder.com/flash-tutorial-flash-menu-in-actionscript-30#comments</comments>
		<pubDate>Wed, 02 Apr 2008 04:23:01 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[AS3.0]]></category>
		<category><![CDATA[Flash Development]]></category>
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/flash-tutorial-flash-menu-in-actionscript-30</guid>
		<description><![CDATA[One of my favorite websites, Nike Skateboarding, has a great navigation system. The floating menu has been around for a long time, in both flash and javascript. It is nothing new. But the thing that really grabbed me was the rollovers. A very simple drop shadow used so effectively. Very nice work. After seeing this, [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/flash-tutorial-flash-menu-in-actionscript-30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tutorial: Shared Libraries and Japanese Fonts</title>
		<link>http://blog.nothinggrinder.com/flash-and-japanese-fonts</link>
		<comments>http://blog.nothinggrinder.com/flash-and-japanese-fonts#comments</comments>
		<pubDate>Wed, 02 Apr 2008 04:15:43 +0000</pubDate>
		<dc:creator>Aaron Franco</dc:creator>
				<category><![CDATA[Adobe Flash Accessibility]]></category>
		<category><![CDATA[Adobe Flash Tutorials]]></category>
		<category><![CDATA[Flash Development]]></category>
		<category><![CDATA[Flash Fonts]]></category>
		<category><![CDATA[Flash Shared Libraries]]></category>
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://blog.nothinggrinder.com/flash-and-japanese-fonts</guid>
		<description><![CDATA[Have been working on a new project for a Japanese client. We are building a system to create and edit personal and professional logos. The tricky part of this application is the fonts. Usually , in English, a font weighs anywhere from 10k to 60k. In Japanese you are looking at about 3mb to 9mb [...]]]></description>
		<wfw:commentRss>http://blog.nothinggrinder.com/flash-and-japanese-fonts/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

