<?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: Executing JSFL from the Command Line on OS X</title>
	<atom:link href="http://www.mikechambers.com/blog/2004/02/20/executing-jsfl-from-the-command-line-on-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2004/02/20/executing-jsfl-from-the-command-line-on-os-x/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Thomas Chen</title>
		<link>http://www.mikechambers.com/blog/2004/02/20/executing-jsfl-from-the-command-line-on-os-x/comment-page-1/#comment-4166</link>
		<dc:creator>Thomas Chen</dc:creator>
		<pubDate>Sun, 27 Nov 2005 02:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=730#comment-4166</guid>
		<description>Hi Mike,

I have to export fla to PNG sequence (.png) and QuickTime movie. there are 10+ fla files have to convert everyday. I know how to do it through FLASH 8.

Can I use flashcommand or JSFL to implement it?
I use AppleScript and I work in MAC OS X environment.

IF possible, can you give me a simple example about how to do it.

Thanks in advance,
</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>I have to export fla to PNG sequence (.png) and QuickTime movie. there are 10+ fla files have to convert everyday. I know how to do it through FLASH 8.</p>
<p>Can I use flashcommand or JSFL to implement it?<br />
I use AppleScript and I work in MAC OS X environment.</p>
<p>IF possible, can you give me a simple example about how to do it.</p>
<p>Thanks in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Bedar</title>
		<link>http://www.mikechambers.com/blog/2004/02/20/executing-jsfl-from-the-command-line-on-os-x/comment-page-1/#comment-4165</link>
		<dc:creator>Mike Bedar</dc:creator>
		<pubDate>Mon, 31 Jan 2005 21:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=730#comment-4165</guid>
		<description>I barely know what I am doing in the terminal, but i figured out how to get this to work on a folder of FLA&#039;s.
 
First, you need to be running bash. If you are not, open the Terminal preferences and change the shell to &quot;/bin/bash&quot;.
 
Next, &quot;cd&quot; to the directory that contains your FLA&#039;s. This script will search subfolders as well.
 
Last, the command to apply the flashcommand function to all FLA files in the current directory.
 
for file in `find . -type f -name &quot;*.fla&quot;`; do flashcommand -pv -s $file ${file%%fla};done

This will publish EVERY Fla it finds, so it is very important to make sure you are in the correct directory. 

The only problem is that it does not close the Fla&#039;s as it runs through them.</description>
		<content:encoded><![CDATA[<p>I barely know what I am doing in the terminal, but i figured out how to get this to work on a folder of FLA&#8217;s.</p>
<p>First, you need to be running bash. If you are not, open the Terminal preferences and change the shell to &#8220;/bin/bash&#8221;.</p>
<p>Next, &#8220;cd&#8221; to the directory that contains your FLA&#8217;s. This script will search subfolders as well.</p>
<p>Last, the command to apply the flashcommand function to all FLA files in the current directory.</p>
<p>for file in `find . -type f -name &#8220;*.fla&#8221;`; do flashcommand -pv -s $file ${file%%fla};done</p>
<p>This will publish EVERY Fla it finds, so it is very important to make sure you are in the correct directory. </p>
<p>The only problem is that it does not close the Fla&#8217;s as it runs through them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryuichi Matsuse</title>
		<link>http://www.mikechambers.com/blog/2004/02/20/executing-jsfl-from-the-command-line-on-os-x/comment-page-1/#comment-4164</link>
		<dc:creator>Ryuichi Matsuse</dc:creator>
		<pubDate>Wed, 25 Feb 2004 11:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=730#comment-4164</guid>
		<description>Hi, Mike.

MacOS X support &quot;open&quot; command(/usr/bin/open).

open myTestFile.jsfl

 or
 
open -a &quot;/Applications/Macromedia Flash MX 2004/Flash MX 2004&quot; myTestFile.jsfl</description>
		<content:encoded><![CDATA[<p>Hi, Mike.</p>
<p>MacOS X support &#8220;open&#8221; command(/usr/bin/open).</p>
<p>open myTestFile.jsfl</p>
<p> or</p>
<p>open -a &#8220;/Applications/Macromedia Flash MX 2004/Flash MX 2004&#8243; myTestFile.jsfl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

