<?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: AS3: DistortionTweener</title>
	<atom:link href="http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/</link>
	<description>Learn &#38; Interact with the ActionScript World</description>
	<lastBuildDate>Wed, 17 Mar 2010 15:44:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marc</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3787</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3787</guid>
		<description>Dear Matt, 
thank you very much for your answer. I tried to implement an update funcition, that refreshes the screenshot made of the clip i am distorting to make your class working with flvs, but i cannot get it to work. Do you have any idea how to approach this?</description>
		<content:encoded><![CDATA[<p>Dear Matt,<br />
thank you very much for your answer. I tried to implement an update funcition, that refreshes the screenshot made of the clip i am distorting to make your class working with flvs, but i cannot get it to work. Do you have any idea how to approach this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge list of external libraries &#124; DestroyYourComputer.com &#124; Blog - Interactive Design Agency</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3731</link>
		<dc:creator>Huge list of external libraries &#124; DestroyYourComputer.com &#124; Blog - Interactive Design Agency</dc:creator>
		<pubDate>Mon, 09 Nov 2009 23:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3731</guid>
		<description>[...] DistortionTweener http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/  [...]</description>
		<content:encoded><![CDATA[<p>[...] DistortionTweener <a href="http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/" rel="nofollow">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Przybylski</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3721</link>
		<dc:creator>Matt Przybylski</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3721</guid>
		<description>@lora: make sure you&#039;re importing the classes for the easing methods you want to use at the top of your file.</description>
		<content:encoded><![CDATA[<p>@lora: make sure you&#8217;re importing the classes for the easing methods you want to use at the top of your file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lora</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3719</link>
		<dc:creator>lora</dc:creator>
		<pubDate>Sat, 24 Oct 2009 05:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3719</guid>
		<description>Hi!
Ive just started usign your class, and some easing functions work fine (Elastic, for example), while for others I get the following error:
1120: Access of undefined property Cubic.
Do you know why this could be?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Ive just started usign your class, and some easing functions work fine (Elastic, for example), while for others I get the following error:<br />
1120: Access of undefined property Cubic.<br />
Do you know why this could be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Przybylski</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3713</link>
		<dc:creator>Matt Przybylski</dc:creator>
		<pubDate>Sat, 26 Sep 2009 16:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3713</guid>
		<description>@marc: I don&#039;t believe that would work.  What happens is it takes a screenshot of the clip you&#039;re distorting and draws it to a bitmapdata object which is the one you&#039;re distorting while hiding the original object.  this is why the audio is still playing but the video seems &quot;frozen&quot; on the first frame.  its hidden but hiding video doesnt stop audio.  unfortunately this class won&#039;t handle what you want to do, sorry :\</description>
		<content:encoded><![CDATA[<p>@marc: I don&#8217;t believe that would work.  What happens is it takes a screenshot of the clip you&#8217;re distorting and draws it to a bitmapdata object which is the one you&#8217;re distorting while hiding the original object.  this is why the audio is still playing but the video seems &#8220;frozen&#8221; on the first frame.  its hidden but hiding video doesnt stop audio.  unfortunately this class won&#8217;t handle what you want to do, sorry :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3712</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Sat, 26 Sep 2009 11:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3712</guid>
		<description>dear matt, 

awesome class! one little question though: i have a hard time using your class when i use .flv instead of pictures to transform. the video gets stuck in the first frame although the audio is still going on, so the movie is obviously playing somewhere, but i cannot see it. is there a way to use this with .flv?

thanks a lot in advance, 

marc</description>
		<content:encoded><![CDATA[<p>dear matt, </p>
<p>awesome class! one little question though: i have a hard time using your class when i use .flv instead of pictures to transform. the video gets stuck in the first frame although the audio is still going on, so the movie is obviously playing somewhere, but i cannot see it. is there a way to use this with .flv?</p>
<p>thanks a lot in advance, </p>
<p>marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DEVELOP + FRAME</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3635</link>
		<dc:creator>DEVELOP + FRAME</dc:creator>
		<pubDate>Sat, 08 Aug 2009 13:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3635</guid>
		<description>[...] DistortionTweener http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/  [...]</description>
		<content:encoded><![CDATA[<p>[...] DistortionTweener <a href="http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/" rel="nofollow">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: کتابخانه های اکشن اسکیپت 3 &#124; Let's share knowledge</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3600</link>
		<dc:creator>کتابخانه های اکشن اسکیپت 3 &#124; Let's share knowledge</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3600</guid>
		<description>[...] DistortionTweener http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/  [...]</description>
		<content:encoded><![CDATA[<p>[...] DistortionTweener <a href="http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/" rel="nofollow">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3 Code Libraries &#124; Let's share knowledge</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-3599</link>
		<dc:creator>AS3 Code Libraries &#124; Let's share knowledge</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-3599</guid>
		<description>[...] DistortionTweener http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/  [...]</description>
		<content:encoded><![CDATA[<p>[...] DistortionTweener <a href="http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/" rel="nofollow">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 101 Useful Web Developer and Web Designer Links &#124; Website Builders Resource</title>
		<link>http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/comment-page-1/#comment-2380</link>
		<dc:creator>101 Useful Web Developer and Web Designer Links &#124; Website Builders Resource</dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://evolve.reintroducing.com/2007/11/18/as3/as3-distortiontweener/#comment-2380</guid>
		<description>[...] Distortion Tweener  [...]</description>
		<content:encoded><![CDATA[<p>[...] Distortion Tweener  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
