<?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"
	>
<channel>
	<title>Comments on: JSFL: Publish All</title>
	<atom:link href="http://jessewarden.com/2004/05/jsfl-publish-all.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jessewarden.com/2004/05/jsfl-publish-all.html</link>
	<description>A blog on software development, technology, games &#038; movies.</description>
	<pubDate>Sat, 11 Oct 2008 07:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: William Ukoh</title>
		<link>http://jessewarden.com/2004/05/jsfl-publish-all.html#comment-92741</link>
		<dc:creator>William Ukoh</dc:creator>
		<pubDate>Fri, 13 Jun 2008 20:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=537#comment-92741</guid>
		<description>function publishAllDocuments()
{
        for(var doc in fl.documents){
            fl.documents[doc].publish();
        }
}

publishAllDocuments();

*************************
For Flash CS3</description>
		<content:encoded><![CDATA[<p>function publishAllDocuments()<br />
{<br />
        for(var doc in fl.documents){<br />
            fl.documents[doc].publish();<br />
        }<br />
}</p>
<p>publishAllDocuments();</p>
<p>*************************<br />
For Flash CS3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://jessewarden.com/2004/05/jsfl-publish-all.html#comment-1749</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Fri, 28 May 2004 23:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=537#comment-1749</guid>
		<description>In my case, I'm copying into specific directories for a C app, so they don't run on their own per se, but in that case, I probably would set a default FLA as the project in my project file; for now, it's just a plethora of SWC-headin' SWF's.
</description>
		<content:encoded><![CDATA[<p>In my case, I&#8217;m copying into specific directories for a C app, so they don&#8217;t run on their own per se, but in that case, I probably would set a default FLA as the project in my project file; for now, it&#8217;s just a plethora of SWC-headin&#8217; SWF&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hagel</title>
		<link>http://jessewarden.com/2004/05/jsfl-publish-all.html#comment-1748</link>
		<dc:creator>Michael Hagel</dc:creator>
		<pubDate>Fri, 28 May 2004 23:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=537#comment-1748</guid>
		<description>Not sure if all your files are for the same project, but if so why not set up a Flash Project in the Project Manager and then you can just hit Test Project and export everything out. I have come to LOVE this Panel.  I will defiantly try out that JSFL script though because sometimes I have multiple files open that aren't for the same project.  

Thanks...</description>
		<content:encoded><![CDATA[<p>Not sure if all your files are for the same project, but if so why not set up a Flash Project in the Project Manager and then you can just hit Test Project and export everything out. I have come to LOVE this Panel.  I will defiantly try out that JSFL script though because sometimes I have multiple files open that aren&#8217;t for the same project.  </p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
