<?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: Flash CS3 &#8220;Save As&#8221; Gotcha (and Adobe&#8217;s nasty &#8220;Save&#8221; trick)</title>
	<atom:link href="http://aralbalkan.com/935/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/935</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Sun, 12 Oct 2008 18:15:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Nigel</title>
		<link>http://aralbalkan.com/935#comment-188851</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Fri, 03 Oct 2008 12:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-188851</guid>
		<description>So, I got a bunch of files i need to update that were originally created in Flash 8. So if I run the swf files or even test the movies without touching them in ANY way, everything works properly. Now, with out touching the code or anything in the files, the moment i save the file as a Flash CS3 project the program doesnt work anymore. Has anyone experienced this problem?</description>
		<content:encoded><![CDATA[<p>So, I got a bunch of files i need to update that were originally created in Flash 8. So if I run the swf files or even test the movies without touching them in ANY way, everything works properly. Now, with out touching the code or anything in the files, the moment i save the file as a Flash CS3 project the program doesnt work anymore. Has anyone experienced this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stringycustard</title>
		<link>http://aralbalkan.com/935#comment-183187</link>
		<dc:creator>Stringycustard</dc:creator>
		<pubDate>Mon, 08 Sep 2008 08:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-183187</guid>
		<description>Man, this has been frustrating me a lot lately. The Mac OS version of Flash is far far inferior and more bugged than the Windows version. Not to say the Windows one is any good - I used to backtrack to Flash 8 all the time when I was on Windows cos the system was so messed up. Now I'm on Mac and only have licence to use CS3. Makes me sad.</description>
		<content:encoded><![CDATA[<p>Man, this has been frustrating me a lot lately. The Mac OS version of Flash is far far inferior and more bugged than the Windows version. Not to say the Windows one is any good - I used to backtrack to Flash 8 all the time when I was on Windows cos the system was so messed up. Now I&#8217;m on Mac and only have licence to use CS3. Makes me sad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://aralbalkan.com/935#comment-154786</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 11 Jun 2008 09:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-154786</guid>
		<description>Either this is a nasty trick, or a design flaw. Either way, it reflects poorly on Adobe.</description>
		<content:encoded><![CDATA[<p>Either this is a nasty trick, or a design flaw. Either way, it reflects poorly on Adobe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://aralbalkan.com/935#comment-145152</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 12 May 2008 04:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-145152</guid>
		<description>I came up with a JSFL workaround for a somewhat similar issue.  I wrote a script to import a bunch of images, set their linkage properties and other stuff, and build a code skeleton for use in my app.  But I couldn't find a way to "Save As" a specific filename without user intervention - very annoying - so here's the trick I used:  I created an empty .FLA document, set some publish settings, and saved it as "Template.fla".  The script uses FLfile.copy(templateURI, desiredFileNameURI), and opens the new copy of the template.  I do all my imports, etc., and then save and publish.  I don't know if there's any way this trick could apply to your purposes, but I thought I'd mention it in case it might be of some help.
Thanks for the informative site!
Andrew</description>
		<content:encoded><![CDATA[<p>I came up with a JSFL workaround for a somewhat similar issue.  I wrote a script to import a bunch of images, set their linkage properties and other stuff, and build a code skeleton for use in my app.  But I couldn&#8217;t find a way to &#8220;Save As&#8221; a specific filename without user intervention - very annoying - so here&#8217;s the trick I used:  I created an empty .FLA document, set some publish settings, and saved it as &#8220;Template.fla&#8221;.  The script uses FLfile.copy(templateURI, desiredFileNameURI), and opens the new copy of the template.  I do all my imports, etc., and then save and publish.  I don&#8217;t know if there&#8217;s any way this trick could apply to your purposes, but I thought I&#8217;d mention it in case it might be of some help.<br />
Thanks for the informative site!<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E</title>
		<link>http://aralbalkan.com/935#comment-126454</link>
		<dc:creator>E</dc:creator>
		<pubDate>Sat, 15 Mar 2008 15:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-126454</guid>
		<description>Hi. Does anyone know why files created in flash 8, seem to quadruple in size when  edited it flash CS3 and then "saved as" version 8 files? I have flash that are 1.2M and when I removed images form them, deleted unused items, and published at a lower jpg setting my fla files are ranging between 3-6.6M and the swf that once was 32K is 1.2M. a swf that was once 684K is now 2.4M. I only removed things from the file, added no new tweens or AS and saved as (getting a huge file) and then published, using the lowest possible settings! does anyone know what's going on here? Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hi. Does anyone know why files created in flash 8, seem to quadruple in size when  edited it flash CS3 and then &#8220;saved as&#8221; version 8 files? I have flash that are 1.2M and when I removed images form them, deleted unused items, and published at a lower jpg setting my fla files are ranging between 3-6.6M and the swf that once was 32K is 1.2M. a swf that was once 684K is now 2.4M. I only removed things from the file, added no new tweens or AS and saved as (getting a huge file) and then published, using the lowest possible settings! does anyone know what&#8217;s going on here? Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/935#comment-124470</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Sun, 09 Mar 2008 15:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-124470</guid>
		<description>Hi Kirk,

They're a large public company. I think it's a leap to say that "they suck" based on the implementation of a single feature. Historically, Macromedia/Adobe have been very responsive to community feedback on their products.</description>
		<content:encoded><![CDATA[<p>Hi Kirk,</p>
<p>They&#8217;re a large public company. I think it&#8217;s a leap to say that &#8220;they suck&#8221; based on the implementation of a single feature. Historically, Macromedia/Adobe have been very responsive to community feedback on their products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Zimmerman</title>
		<link>http://aralbalkan.com/935#comment-123875</link>
		<dc:creator>Kirk Zimmerman</dc:creator>
		<pubDate>Fri, 07 Mar 2008 20:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-123875</guid>
		<description>Adobe is the king of nasty tricks.  They suck, plain and simple.</description>
		<content:encoded><![CDATA[<p>Adobe is the king of nasty tricks.  They suck, plain and simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luuk Eigenraam</title>
		<link>http://aralbalkan.com/935#comment-119610</link>
		<dc:creator>Luuk Eigenraam</dc:creator>
		<pubDate>Wed, 27 Feb 2008 08:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-119610</guid>
		<description>Whenever I tend to save my Flash file (Opened in Flash CS3) as a Flash 8 document, the program shuts down. I tried updating, and reinstalling. Maybe it's my setup, but it's a legal version, so this shouldn't happen. People at adobe don't reply my messages, so I try to seek help elsewhere</description>
		<content:encoded><![CDATA[<p>Whenever I tend to save my Flash file (Opened in Flash CS3) as a Flash 8 document, the program shuts down. I tried updating, and reinstalling. Maybe it&#8217;s my setup, but it&#8217;s a legal version, so this shouldn&#8217;t happen. People at adobe don&#8217;t reply my messages, so I try to seek help elsewhere</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://aralbalkan.com/935#comment-94546</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 17 Dec 2007 15:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-94546</guid>
		<description>I just this problem today with student bring ing in late school work.  My students who fall behind will download the trial Flash version to work at home and then save as MX 2004 version since that is what we have at school.  This semester it has not worked. aaaugh!!!

I am putting the trial version on a laptop from the library to check their work, but any suggestions for dealing with this?

Thanks</description>
		<content:encoded><![CDATA[<p>I just this problem today with student bring ing in late school work.  My students who fall behind will download the trial Flash version to work at home and then save as MX 2004 version since that is what we have at school.  This semester it has not worked. aaaugh!!!</p>
<p>I am putting the trial version on a laptop from the library to check their work, but any suggestions for dealing with this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/935#comment-80760</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Tue, 30 Oct 2007 18:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/935#comment-80760</guid>
		<description>Hi Ed, 

Try clicking on the little arrow next to the file name and you should see a drop-down list with all your various places.</description>
		<content:encoded><![CDATA[<p>Hi Ed, </p>
<p>Try clicking on the little arrow next to the file name and you should see a drop-down list with all your various places.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
