<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Flash for the Masses</title>
	<atom:link href="http://delfeld.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://delfeld.wordpress.com</link>
	<description>AS3, Flex 4, JSFL, XUL, ASDoc, Flash, etc.</description>
	<lastBuildDate>Sat, 21 Jan 2012 08:48:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='delfeld.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Flash for the Masses</title>
		<link>http://delfeld.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://delfeld.wordpress.com/osd.xml" title="Flash for the Masses" />
	<atom:link rel='hub' href='http://delfeld.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JSFL swap &#8212; quick and foolproof.</title>
		<link>http://delfeld.wordpress.com/2012/01/21/jsfl-swap/</link>
		<comments>http://delfeld.wordpress.com/2012/01/21/jsfl-swap/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 08:36:28 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JSFL]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=655</guid>
		<description><![CDATA[Swap library items of an instance on the stage.  I was having some problems with the simple(r) version from FuelJSFL.  Mainly, the instance&#8217;s &#8220;Instance behavior&#8221; setting (changing from a &#8220;button&#8221; to &#8220;movie clip&#8221;, for example) is not updated using the dom.swap() method.  Plus Fuel&#8217;s won&#8217;t work on locked layers. Pick two library items, and all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=655&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2012/01/21/jsfl-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>JSFL notes (Adobe Flash)</title>
		<link>http://delfeld.wordpress.com/2012/01/13/jsfl-notes/</link>
		<comments>http://delfeld.wordpress.com/2012/01/13/jsfl-notes/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 08:16:02 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[JSFL]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[regular expresions]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=640</guid>
		<description><![CDATA[Adobe Flash JSFL quirks notes: Text boxes may store line returns as \r, rather than \n or \r\n. Because of this, the beginning of line symbol may not work.  Wrong: string.replace(/.*^.*/, &#8220;$1&#8243;);  Right: string.replace(/.*\r.*/, &#8220;$1&#8243;); Non-greedy seraches don&#8217;t always work, and may not work with multiline searches.  Try a greedy search instead, if possible.  Headache == [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=640&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2012/01/13/jsfl-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting the iPad and iPhone UDID (for Windows or Mac).</title>
		<link>http://delfeld.wordpress.com/2012/01/01/get-device-udid-using-windows-or-mac/</link>
		<comments>http://delfeld.wordpress.com/2012/01/01/get-device-udid-using-windows-or-mac/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 17:57:32 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Apple iOS development]]></category>
		<category><![CDATA[AS3.0]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[app development]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[UDID]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=629</guid>
		<description><![CDATA[You do not need a Mac to get the UDID of a device (iPhone, iPad, etc.).  You can use iTunes, or have the UDID emailed to you. Here are two different ways to do it, and you can pick which is easiest: iTunes method: Plugin your iPad to the computer and start iTunes. Select your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=629&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2012/01/01/get-device-udid-using-windows-or-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing iOS apps on Windows.</title>
		<link>http://delfeld.wordpress.com/2011/12/31/ios-apps-on-windows/</link>
		<comments>http://delfeld.wordpress.com/2011/12/31/ios-apps-on-windows/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 22:23:38 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3.0]]></category>
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=616</guid>
		<description><![CDATA[Free tools for making Adobe Air apps for iPhone, iPad, etc.  These tools and much of the process can also be used for making Android apps. There are very good instructions for developing apps on Windows for developing iPad and iPhone apps on a Windows machine from an Untold Entertainment blog tutorial.  (Adobe has an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=616&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2011/12/31/ios-apps-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>AS2 Changing line colors.</title>
		<link>http://delfeld.wordpress.com/2011/09/11/as2-changing-line-colors/</link>
		<comments>http://delfeld.wordpress.com/2011/09/11/as2-changing-line-colors/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 04:51:08 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AS2.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=611</guid>
		<description><![CDATA[Lots of discussion out there about making each line some different color in a ComboBox. But it is really simple &#8212; just not well explained. comboBoxInstance.setStyle("alternatingRowColors", [0xff0000, color 2, color 3, ...]); &#8216;Alternating&#8217;, in this case, really means &#8220;use a list of colors, and repeat the list if there are more lines than colors&#8221;. Filed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=611&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2011/09/11/as2-changing-line-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>Resize iframe to content height &#8212; actually works!</title>
		<link>http://delfeld.wordpress.com/2010/10/12/resize-iframe-to-content/</link>
		<comments>http://delfeld.wordpress.com/2010/10/12/resize-iframe-to-content/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 22:18:04 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[postMessage]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=589</guid>
		<description><![CDATA[I searched for a long time to find a solution to the whole &#8220;resize an iframe to fit the content height&#8221; problem.  Basically, browsers lock the content server (which provides the iframe src data) away from the parent server (which hosts the iframe) and vice versa.  You cannot access the iframe content at all, on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=589&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2010/10/12/resize-iframe-to-content/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>I am published!</title>
		<link>http://delfeld.wordpress.com/2010/10/01/i-am-published/</link>
		<comments>http://delfeld.wordpress.com/2010/10/01/i-am-published/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 20:33:21 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blender 3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=582</guid>
		<description><![CDATA[I wrote an article (tutorial) for BlenderArt, issue #29, called “Creating Blender icons for Adobe Flash”. Yay me! &#8220;Creating Blender icons for Adobe Flash.&#8221; Blenderart Magazine 23 Sep. 2010: 8-14. Web. 4 Oct 2010. &#60;http://blenderart.org/issues/&#62;. Read it online or download it (as PDF). Enjoy! - 30 - Filed under: Adobe, Blender 3D, Flash, Photoshop Tagged: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=582&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2010/10/01/i-am-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>FlashBuilder &#8220;HTML not found&#8221; error</title>
		<link>http://delfeld.wordpress.com/2010/08/31/flashbuilder-error-html-not-found/</link>
		<comments>http://delfeld.wordpress.com/2010/08/31/flashbuilder-error-html-not-found/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 16:23:00 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AS3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashBuilder]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex4]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=573</guid>
		<description><![CDATA[I have been receiving this error occasionally.  I use SVN for backup and versioning, and Flash Builder does not work well with it at all. How I come across this error I think FB may be using SVN; if I delete the &#8216;bin-debug&#8217; directory, it is immediately recreated along with the &#8216;.svn&#8217; directory.  There are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=573&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2010/08/31/flashbuilder-error-html-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>Split Selection into Layers in Photoshop</title>
		<link>http://delfeld.wordpress.com/2010/08/06/selection-to-layers-in-ps/</link>
		<comments>http://delfeld.wordpress.com/2010/08/06/selection-to-layers-in-ps/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 20:06:02 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[PSFL]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=503</guid>
		<description><![CDATA[This is the complimentary Photoshop script that is referenced in an article I wrote for BlenderArt, issue #29, called &#8220;Creating Blender icons for Adobe Flash&#8221;: Read it online &#8212; Download it (as PDF). Enjoy! Code follows: // enable double clicking from the Macintosh Finder or the Windows Explorer #target photoshop // debug level: 0-2 (0:disable, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=503&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2010/08/06/selection-to-layers-in-ps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
		<item>
		<title>Programming Wisdom!</title>
		<link>http://delfeld.wordpress.com/2010/07/20/programming-wisdom/</link>
		<comments>http://delfeld.wordpress.com/2010/07/20/programming-wisdom/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:44:08 +0000</pubDate>
		<dc:creator>delfeld</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AS3.0]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[SharedObject]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://delfeld.wordpress.com/?p=496</guid>
		<description><![CDATA[Rule #1: Never save what you don&#8217;t have to. In response to this post, using SharedObjects to store data is useful but can be easily misused.  I have not tried out serialization of objects, so there may be easier solutions to implement, but in my experience, many XML attributes and elements are fairly formalized, except [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=delfeld.wordpress.com&amp;blog=5932964&amp;post=496&amp;subd=delfeld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://delfeld.wordpress.com/2010/07/20/programming-wisdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2bf0e85893101e3999cfc7828bffd27b?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">delfeld</media:title>
		</media:content>
	</item>
	</channel>
</rss>
