<?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: Introducing KitchenSync &#8211; an open-source animation library for AS3</title>
	<atom:link href="http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/</link>
	<description>Collective thoughts on Flash and Flex programming</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob Flisser</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-77304</link>
		<dc:creator>Bob Flisser</dc:creator>
		<pubDate>Mon, 04 Feb 2008 21:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-77304</guid>
		<description>No, no...sorry for the confusion. What I meant was that when I test one movie on several computers, each computer will play the animation and the sound in different time. On one computer, the sound will be a little faster than the animation and on another machine, the sound will be a little slower than the animation.

As long as I&#039;m loading external sound or sound from the library using AS3 (or AS2 for that matter), I am unable to sync it to what&#039;s happening on the stage. Not one person in several forums I&#039;ve posted to knows how to solve the problem.

I can only synchronize sound when it&#039;s attached to the timeline, and then I have to match the number of frames in each MC with the number of frames on the main timeline. It seems ridiculous, but I can&#039;t get Flash to sync any other way. That&#039;s why I was wondering if your code would help! I&#039;ll definitely check it out.</description>
		<content:encoded><![CDATA[<p>No, no&#8230;sorry for the confusion. What I meant was that when I test one movie on several computers, each computer will play the animation and the sound in different time. On one computer, the sound will be a little faster than the animation and on another machine, the sound will be a little slower than the animation.</p>
<p>As long as I&#8217;m loading external sound or sound from the library using AS3 (or AS2 for that matter), I am unable to sync it to what&#8217;s happening on the stage. Not one person in several forums I&#8217;ve posted to knows how to solve the problem.</p>
<p>I can only synchronize sound when it&#8217;s attached to the timeline, and then I have to match the number of frames in each MC with the number of frames on the main timeline. It seems ridiculous, but I can&#8217;t get Flash to sync any other way. That&#8217;s why I was wondering if your code would help! I&#8217;ll definitely check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims Wright</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-77281</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Mon, 04 Feb 2008 20:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-77281</guid>
		<description>@Bob,

That sounds tricky. I&#039;m not sure how the sequence of MCs would work but it sounds like it may be prone to errors. I don&#039;t really know of a way to get sound to play on two machines at the exact same time unless you maybe preloaded the sound but didn&#039;t start it until a certain UTC date but even then it may be off by a small amount.

What kitchen sync could do (if you used sync mode http://code.google.com/p/kitchensynclib/wiki/TimeUnit) is make animations, functions, or gotoandplay() happen at exactly (or very near to exactly) the right time while staying synced with the sound. 

You may find more success by moving away from timeline based animations and coding. ActionScript 3.0 makes working with the timeline much more difficult in my opinion.</description>
		<content:encoded><![CDATA[<p>@Bob,</p>
<p>That sounds tricky. I&#8217;m not sure how the sequence of MCs would work but it sounds like it may be prone to errors. I don&#8217;t really know of a way to get sound to play on two machines at the exact same time unless you maybe preloaded the sound but didn&#8217;t start it until a certain UTC date but even then it may be off by a small amount.</p>
<p>What kitchen sync could do (if you used sync mode <a href="http://code.google.com/p/kitchensynclib/wiki/TimeUnit)" rel="nofollow">http://code.google.com/p/kitchensynclib/wiki/TimeUnit)</a> is make animations, functions, or gotoandplay() happen at exactly (or very near to exactly) the right time while staying synced with the sound. </p>
<p>You may find more success by moving away from timeline based animations and coding. ActionScript 3.0 makes working with the timeline much more difficult in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Flisser</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-77266</link>
		<dc:creator>Bob Flisser</dc:creator>
		<pubDate>Mon, 04 Feb 2008 19:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-77266</guid>
		<description>Mims, this looks great. I bought your AS3 Bible and it really rocks, so I&#039;m sure your library rocks, too.

One thing I need to know: will your code force loaded sound (external or embedded, but not on the timeline) to sync with animation? Nobody seems to know if that&#039;s even possible.

My projects tend to be a sequence of MCs called from the main timeline, with one sound file playing across the whole movie. Trying to get even 2 machines to play the same thing at the same time is impossible. Can your library solve that problem?</description>
		<content:encoded><![CDATA[<p>Mims, this looks great. I bought your AS3 Bible and it really rocks, so I&#8217;m sure your library rocks, too.</p>
<p>One thing I need to know: will your code force loaded sound (external or embedded, but not on the timeline) to sync with animation? Nobody seems to know if that&#8217;s even possible.</p>
<p>My projects tend to be a sequence of MCs called from the main timeline, with one sound file playing across the whole movie. Trying to get even 2 machines to play the same thing at the same time is impossible. Can your library solve that problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Flater</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-76511</link>
		<dc:creator>Adam Flater</dc:creator>
		<pubDate>Fri, 01 Feb 2008 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-76511</guid>
		<description>Looks cool man.. did a quick post link back for ya: http://adamflater.blogspot.com/2008/02/new-3d-library-from-mims-wright.html

-adam

----
Adam Flater
Flex Developer
Universal Mind</description>
		<content:encoded><![CDATA[<p>Looks cool man.. did a quick post link back for ya: <a href="http://adamflater.blogspot.com/2008/02/new-3d-library-from-mims-wright.html" rel="nofollow">http://adamflater.blogspot.com/2008/02/new-3d-library-from-mims-wright.html</a></p>
<p>-adam</p>
<p>&#8212;-<br />
Adam Flater<br />
Flex Developer<br />
Universal Mind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Braunstein</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-75667</link>
		<dc:creator>Roger Braunstein</dc:creator>
		<pubDate>Tue, 29 Jan 2008 21:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-75667</guid>
		<description>You should make a little banner with the toastman mascot, it is so effing cute!</description>
		<content:encoded><![CDATA[<p>You should make a little banner with the toastman mascot, it is so effing cute!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims Wright</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74810</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Fri, 25 Jan 2008 23:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74810</guid>
		<description>OK. I&#039;ve added source code to some of the demos. check them out again. They should say &quot;right click to view source&quot;

Also, if you&#039;ve got other questions or comments about KS, or if you want to keep up on the latest developments, check out the groups page:
http://groups.google.com/group/kitchensynclib/</description>
		<content:encoded><![CDATA[<p>OK. I&#8217;ve added source code to some of the demos. check them out again. They should say &#8220;right click to view source&#8221;</p>
<p>Also, if you&#8217;ve got other questions or comments about KS, or if you want to keep up on the latest developments, check out the groups page:<br />
<a href="http://groups.google.com/group/kitchensynclib/" rel="nofollow">http://groups.google.com/group/kitchensynclib/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Fitzpatrick</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74689</link>
		<dc:creator>Tom Fitzpatrick</dc:creator>
		<pubDate>Fri, 25 Jan 2008 13:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74689</guid>
		<description>Until you get some Flex samples posted, here&#039;s a quick question. I&#039;m able to run the first Tween demo fine as an .as application, but I&#039;m not sure how to make it work as an .mxml application. It keeps getting hung up on the very first step - initializing the Synchronizer. Error message says something like &quot;framerate seed must be a member of the displayList&quot;. Any quick tips on how to structure the Tween sample in .mxml?</description>
		<content:encoded><![CDATA[<p>Until you get some Flex samples posted, here&#8217;s a quick question. I&#8217;m able to run the first Tween demo fine as an .as application, but I&#8217;m not sure how to make it work as an .mxml application. It keeps getting hung up on the very first step &#8211; initializing the Synchronizer. Error message says something like &#8220;framerate seed must be a member of the displayList&#8221;. Any quick tips on how to structure the Tween sample in .mxml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims Wright</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74497</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74497</guid>
		<description>kiruban, 

Thanks very much. It was lots of effort but I hope people find it useful.</description>
		<content:encoded><![CDATA[<p>kiruban, </p>
<p>Thanks very much. It was lots of effort but I hope people find it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiruban Naidoo</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74447</link>
		<dc:creator>Kiruban Naidoo</dc:creator>
		<pubDate>Thu, 24 Jan 2008 09:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74447</guid>
		<description>Congrats Mims !  Looks like you put in tons of effort here :)

Well done - will follow this project very keenly...</description>
		<content:encoded><![CDATA[<p>Congrats Mims !  Looks like you put in tons of effort here :)</p>
<p>Well done &#8211; will follow this project very keenly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims Wright</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74341</link>
		<dc:creator>Mims Wright</dc:creator>
		<pubDate>Wed, 23 Jan 2008 15:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74341</guid>
		<description>Tom,
Thanks. The demo source is not up at the moment but I&#039;ll add it soon so check back in a couple of days.

Steve,
Thanks/you&#039;re welcome! Hope you enjoy it.</description>
		<content:encoded><![CDATA[<p>Tom,<br />
Thanks. The demo source is not up at the moment but I&#8217;ll add it soon so check back in a couple of days.</p>
<p>Steve,<br />
Thanks/you&#8217;re welcome! Hope you enjoy it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Baker</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74336</link>
		<dc:creator>Stephen Baker</dc:creator>
		<pubDate>Wed, 23 Jan 2008 15:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74336</guid>
		<description>Mims, this looks great!  Thanks for putting this together...</description>
		<content:encoded><![CDATA[<p>Mims, this looks great!  Thanks for putting this together&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Fitzpatrick</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74329</link>
		<dc:creator>Tom Fitzpatrick</dc:creator>
		<pubDate>Wed, 23 Jan 2008 14:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74329</guid>
		<description>This looks great. Is the source code for the demo samples available?

Thanks!</description>
		<content:encoded><![CDATA[<p>This looks great. Is the source code for the demo samples available?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: building blocks</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74116</link>
		<dc:creator>building blocks</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74116</guid>
		<description>&lt;strong&gt;KitchenSync - open-source Actionscript 3 tweening and timing animation library...&lt;/strong&gt;


&#160;
Mims Wright has released an open-source animation library for Actionscript 3. This has a lot of promise. From the author:
&#160;

KitchenSync was designed for developers who want a smart way to handle animation or other time-based functionality...</description>
		<content:encoded><![CDATA[<p><strong>KitchenSync &#8211; open-source Actionscript 3 tweening and timing animation library&#8230;</strong></p>
<p>&nbsp;<br />
Mims Wright has released an open-source animation library for Actionscript 3. This has a lot of promise. From the author:<br />
&nbsp;</p>
<p>KitchenSync was designed for developers who want a smart way to handle animation or other time-based functionality&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mims H. Wright</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-74035</link>
		<dc:creator>Mims H. Wright</dc:creator>
		<pubDate>Tue, 22 Jan 2008 05:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-74035</guid>
		<description>Thanks a lot Jeff!</description>
		<content:encoded><![CDATA[<p>Thanks a lot Jeff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Yamada</title>
		<link>http://dispatchevent.org/mims/introducing-kitchensync-animation-library-for-as3/comment-page-1/#comment-73985</link>
		<dc:creator>Jeff Yamada</dc:creator>
		<pubDate>Mon, 21 Jan 2008 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://mimswright.com/blog/?p=223#comment-73985</guid>
		<description>Very awesome! Love the logo too!</description>
		<content:encoded><![CDATA[<p>Very awesome! Love the logo too!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
