<?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: Exporting Flash As A Quicktime Movie</title>
	<atom:link href="http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/</link>
	<description>Learn and Speak Actionscript</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:55:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: crissyb</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-192483</link>
		<dc:creator>crissyb</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-192483</guid>
		<description>Thanks to Sara for the movie clip tip!  That worked for me while converting my 13 frame fla, with 13 movie clips, into an iPad compatible file. So I made a layer for each swf and extended each layer out to the end of the frames needed for that swf and was able to then export each layer to a .mov which will then be strung together in Quicktime for the final product! Thank you Sara.</description>
		<content:encoded><![CDATA[<p>Thanks to Sara for the movie clip tip!  That worked for me while converting my 13 frame fla, with 13 movie clips, into an iPad compatible file. So I made a layer for each swf and extended each layer out to the end of the frames needed for that swf and was able to then export each layer to a .mov which will then be strung together in Quicktime for the final product! Thank you Sara.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toonlady</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-191664</link>
		<dc:creator>toonlady</dc:creator>
		<pubDate>Wed, 23 Nov 2011 16:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-191664</guid>
		<description>If you have intensive timeline animation with many keyframes and sounds set your original file up at 29.97 fps then in the export window make sure you chose that option. No a.s can be in the timeline or qt won&#039;t work from CS4 on. You will no longer get artifactng or dropped frames. 29.97 is QT &#039;s native frame rate.</description>
		<content:encoded><![CDATA[<p>If you have intensive timeline animation with many keyframes and sounds set your original file up at 29.97 fps then in the export window make sure you chose that option. No a.s can be in the timeline or qt won&#8217;t work from CS4 on. You will no longer get artifactng or dropped frames. 29.97 is QT &#8216;s native frame rate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thetoolsman</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-73613</link>
		<dc:creator>thetoolsman</dc:creator>
		<pubDate>Wed, 10 Nov 2010 16:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-73613</guid>
		<description>Guys, just take out any form of actionscript on the timeline and the export from flash to quicktime will work perfectly. </description>
		<content:encoded><![CDATA[<p>Guys, just take out any form of actionscript on the timeline and the export from flash to quicktime will work perfectly. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nemo</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-63866</link>
		<dc:creator>nemo</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-63866</guid>
		<description>Deadline is probably over, but i&#039;ve had this problem many times myself. Usually what causes it is the sounds being in nested movieclips with timelines shorter than the main timeline. If your sounds are contained in nested movieclips, these clips are probably reaching the end of their timeline before the animation is finished, then looping back to the beginning. You can either fix this with actionscript to stop playing the sound, or simply make sure that each nested movieclip&#039;s timeline is exactly as long as the main timeline. Hope this helps someone. </description>
		<content:encoded><![CDATA[<p>Deadline is probably over, but i&#039;ve had this problem many times myself. Usually what causes it is the sounds being in nested movieclips with timelines shorter than the main timeline. If your sounds are contained in nested movieclips, these clips are probably reaching the end of their timeline before the animation is finished, then looping back to the beginning. You can either fix this with actionscript to stop playing the sound, or simply make sure that each nested movieclip&#039;s timeline is exactly as long as the main timeline. Hope this helps someone. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-59361</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 27 Aug 2010 04:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-59361</guid>
		<description>I found that any AS code will mess up the animation export. I had a &quot;stop();&quot; called at the end of the animation. When I deleted the entire code, I found that I could export in no time.   
  
I used CS4 export to MOV settings, no sound, and  to stop exporting after last frame was reached. 240 frames long at 30 fps. Completed in a minute and ready in a working .mov file!  The flash file was on the desktop, and not a server, and exported back to desktop. No problem finally!!  
  
Thanks all! </description>
		<content:encoded><![CDATA[<p>I found that any AS code will mess up the animation export. I had a &quot;stop();&quot; called at the end of the animation. When I deleted the entire code, I found that I could export in no time.   </p>
<p>I used CS4 export to MOV settings, no sound, and  to stop exporting after last frame was reached. 240 frames long at 30 fps. Completed in a minute and ready in a working .mov file!  The flash file was on the desktop, and not a server, and exported back to desktop. No problem finally!!  </p>
<p>Thanks all! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hdc</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-55580</link>
		<dc:creator>hdc</dc:creator>
		<pubDate>Fri, 28 May 2010 08:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-55580</guid>
		<description>thanx! </description>
		<content:encoded><![CDATA[<p>thanx! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nazawon</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-53734</link>
		<dc:creator>nazawon</dc:creator>
		<pubDate>Thu, 22 Apr 2010 02:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-53734</guid>
		<description>anyone solved this problem yet? I&#039;m having the same problem. </description>
		<content:encoded><![CDATA[<p>anyone solved this problem yet? I&#039;m having the same problem. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JV Hernandez</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-53479</link>
		<dc:creator>JV Hernandez</dc:creator>
		<pubDate>Fri, 16 Apr 2010 11:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-53479</guid>
		<description>Thank you for this! This really really helped. </description>
		<content:encoded><![CDATA[<p>Thank you for this! This really really helped. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-48424</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 14 Jan 2010 23:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-48424</guid>
		<description>I&#039;m exporting a QuickTime mov from flash and it&#039;s been about an hour. Is this normal?</description>
		<content:encoded><![CDATA[<p>I&#8217;m exporting a QuickTime mov from flash and it&#8217;s been about an hour. Is this normal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navinder</title>
		<link>http://flashspeaksactionscript.com/exporting-flash-as-a-quicktime-movie/#comment-44894</link>
		<dc:creator>Navinder</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2402#comment-44894</guid>
		<description>Hi...thnx for the tips for exporting flash file to quick time movie..
we can compress the quick time movie size using compressor(mac)</description>
		<content:encoded><![CDATA[<p>Hi&#8230;thnx for the tips for exporting flash file to quick time movie..<br />
we can compress the quick time movie size using compressor(mac)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 433/433 objects using disk: basic

Served from: flashspeaksactionscript.com @ 2012-05-23 00:09:25 -->
