<?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: JSFL, Actionscript and MMExecute Shortcut</title>
	<atom:link href="http://www.stevensacks.net/2008/03/07/jsfl-actionscript-and-mmexecute-shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net/2008/03/07/jsfl-actionscript-and-mmexecute-shortcut/</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Wed, 08 Sep 2010 05:40:20 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Steven Sacks</title>
		<link>http://www.stevensacks.net/2008/03/07/jsfl-actionscript-and-mmexecute-shortcut/comment-page-1/#comment-1173</link>
		<dc:creator>Steven Sacks</dc:creator>
		<pubDate>Fri, 14 Mar 2008 17:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/03/07/jsfl-actionscript-and-mmexecute-shortcut/#comment-1173</guid>
		<description>Right you are!  Thanks!</description>
		<content:encoded><![CDATA[<p>Right you are!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Hargrove</title>
		<link>http://www.stevensacks.net/2008/03/07/jsfl-actionscript-and-mmexecute-shortcut/comment-page-1/#comment-1170</link>
		<dc:creator>Steven Hargrove</dc:creator>
		<pubDate>Fri, 14 Mar 2008 14:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/2008/03/07/jsfl-actionscript-and-mmexecute-shortcut/#comment-1170</guid>
		<description>I may be totally off  because I&#039;m not 100% certain on what you&#039;re doing with that function, but couldn&#039;t you shorten it just to:

function runScript()
{
        var str:String = &#039;fl.runScript(&quot;&#039; + arguments.join(&#039;&quot;,&quot;&#039;) + &#039;&quot;);&#039;;
        return MMExecute(str);
}

what do you think?</description>
		<content:encoded><![CDATA[<p>I may be totally off  because I&#039;m not 100% certain on what you&#039;re doing with that function, but couldn&#039;t you shorten it just to:</p>
<p>function runScript()<br />
{<br />
        var str:String = &#039;fl.runScript(&#034;&#039; + arguments.join(&#039;&#034;,&#034;&#039;) + &#039;&#034;);&#039;;<br />
        return MMExecute(str);<br />
}</p>
<p>what do you think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
