<?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 to the rescue!</title>
	<atom:link href="http://www.peterelst.com/blog/2003/09/15/jsfl-to-the-rescue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog/2003/09/15/jsfl-to-the-rescue/</link>
	<description>Flash Platform Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:31:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Timothee</title>
		<link>http://www.peterelst.com/blog/2003/09/15/jsfl-to-the-rescue/comment-page-1/#comment-13</link>
		<dc:creator>Timothee</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=14#comment-13</guid>
		<description>Hey Peter, congrats on your new blog :D! I was confused for a minute as to know whether the comments link was above or below the posts though :p.&lt;br /&gt;
&lt;br /&gt;
Anyway, Thanks for sharing this file. This is also typically what I do and probably most Flash developers too. I wish there were more info about JFSL available. Any insights on coming up documentation?</description>
		<content:encoded><![CDATA[<p>Hey Peter, congrats on your new blog :D! I was confused for a minute as to know whether the comments link was above or below the posts though :p.</p>
<p>Anyway, Thanks for sharing this file. This is also typically what I do and probably most Flash developers too. I wish there were more info about JFSL available. Any insights on coming up documentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Webster</title>
		<link>http://www.peterelst.com/blog/2003/09/15/jsfl-to-the-rescue/comment-page-1/#comment-16</link>
		<dc:creator>Steve Webster</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=14#comment-16</guid>
		<description>Hi Peter,&lt;br /&gt;
&lt;br /&gt;
Good to see you blogging! The JSFL file you&#039;ve got can be slimmed down some...&lt;br /&gt;
&lt;br /&gt;
// Get reference to current timeline&lt;br /&gt;
var cur_tl = fl.getDocumentDOM().getTimeline();&lt;br /&gt;
&lt;br /&gt;
// Add Labels layer and lock&lt;br /&gt;
cur_tl.addNewLayer(&quot;Labels&quot;);&lt;br /&gt;
cur_tl.setLayerProperty(&quot;locked&quot;, true);&lt;br /&gt;
&lt;br /&gt;
// Add Actions layer and lock&lt;br /&gt;
cur_tl.addNewLayer(&quot;Actions&quot;);&lt;br /&gt;
cur_tl.setLayerProperty(&quot;locked&quot;, true);&lt;br /&gt;
&lt;br /&gt;
Steve</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Good to see you blogging! The JSFL file you&#8217;ve got can be slimmed down some&#8230;</p>
<p>// Get reference to current timeline<br />
var cur_tl = fl.getDocumentDOM().getTimeline();</p>
<p>// Add Labels layer and lock<br />
cur_tl.addNewLayer(&#8220;Labels&#8221;);<br />
cur_tl.setLayerProperty(&#8220;locked&#8221;, true);</p>
<p>// Add Actions layer and lock<br />
cur_tl.addNewLayer(&#8220;Actions&#8221;);<br />
cur_tl.setLayerProperty(&#8220;locked&#8221;, true);</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2003/09/15/jsfl-to-the-rescue/comment-page-1/#comment-17</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=14#comment-17</guid>
		<description>Thanks for that Steve, you&#039;re absolutely right about the JSFL, this one got saved straight from the History Panel.&lt;br /&gt;
&lt;br /&gt;
It&#039;s certainly good practice to go in and remove all redundant code when you save something from the History Panel, especially when dealing with more complicated commands.</description>
		<content:encoded><![CDATA[<p>Thanks for that Steve, you&#8217;re absolutely right about the JSFL, this one got saved straight from the History Panel.</p>
<p>It&#8217;s certainly good practice to go in and remove all redundant code when you save something from the History Panel, especially when dealing with more complicated commands.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

