﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Resizing Flash Documents to Fit Contents in JSFL</title>
	<atom:link href="http://keith-hair.net/blog/2010/03/21/resizing-flash-documents-to-fit-contents-in-jsfl/feed/" rel="self" type="application/rss+xml" />
	<link>http://keith-hair.net/blog/2010/03/21/resizing-flash-documents-to-fit-contents-in-jsfl/</link>
	<description>Scripting is fun like any other hobby</description>
	<lastBuildDate>Thu, 03 May 2012 19:44:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://keith-hair.net/blog/2010/03/21/resizing-flash-documents-to-fit-contents-in-jsfl/comment-page-1/#comment-1663</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Thu, 29 Mar 2012 00:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://keith-hair.net/blog/?p=219#comment-1663</guid>
		<description>You might want to check out my new framework, xJSFL.

The same can be achieved in 4 lines of code!

$(&#039;*&#039;).move(0, 0);
var bounds = new Bounds($selection);
$dom.width = bounds.width;
$dom.height = bounds.height;

Cheers,
Dave</description>
		<content:encoded><![CDATA[<p>You might want to check out my new framework, xJSFL.</p>
<p>The same can be achieved in 4 lines of code!</p>
<p>$(&#8216;*&#8217;).move(0, 0);<br />
var bounds = new Bounds($selection);<br />
$dom.width = bounds.width;<br />
$dom.height = bounds.height;</p>
<p>Cheers,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aapo</title>
		<link>http://keith-hair.net/blog/2010/03/21/resizing-flash-documents-to-fit-contents-in-jsfl/comment-page-1/#comment-1640</link>
		<dc:creator>Aapo</dc:creator>
		<pubDate>Wed, 15 Feb 2012 06:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://keith-hair.net/blog/?p=219#comment-1640</guid>
		<description>Yeah, just what I needed too! Thanks!!</description>
		<content:encoded><![CDATA[<p>Yeah, just what I needed too! Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Clark</title>
		<link>http://keith-hair.net/blog/2010/03/21/resizing-flash-documents-to-fit-contents-in-jsfl/comment-page-1/#comment-741</link>
		<dc:creator>Jon Clark</dc:creator>
		<pubDate>Tue, 22 Jun 2010 01:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://keith-hair.net/blog/?p=219#comment-741</guid>
		<description>Thanks a lot!  This is exactly what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!  This is exactly what I was looking for!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

