<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flash CS3 TransitionManager issue</title>
	<atom:link href="http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/</link>
	<description>Not another WordPress.com weblog :)</description>
	<lastBuildDate>Fri, 19 Jun 2009 02:37:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: uma kanth</title>
		<link>http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-903</link>
		<dc:creator>uma kanth</dc:creator>
		<pubDate>Tue, 01 Jul 2008 06:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-903</guid>
		<description>in detail xplonation abt tutorials,
thank u</description>
		<content:encoded><![CDATA[<p>in detail xplonation abt tutorials,<br />
thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metashock</title>
		<link>http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-892</link>
		<dc:creator>metashock</dc:creator>
		<pubDate>Mon, 05 May 2008 16:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-892</guid>
		<description>Yes the documentation is imperfect in this case.

here is a way to make to explore the events. check the 

%flash_install%/%language%/Classes/mx/transitions

folder to take a short look into the source files Transition.as, TransitionManager.as to see which events are supported.

Hope that helps.. greetz</description>
		<content:encoded><![CDATA[<p>Yes the documentation is imperfect in this case.</p>
<p>here is a way to make to explore the events. check the </p>
<p>%flash_install%/%language%/Classes/mx/transitions</p>
<p>folder to take a short look into the source files Transition.as, TransitionManager.as to see which events are supported.</p>
<p>Hope that helps.. greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-886</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 12 Mar 2008 13:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-886</guid>
		<description>I know this works in AS2. Hope this help someone.

theTM.transitionOutDone = function():Void  {
	trace(&quot;Transition Out Is Done&quot;);
};

theTM.transitionInDone = function():Void  {
	trace(&quot;Transition In Is Done&quot;);
};</description>
		<content:encoded><![CDATA[<p>I know this works in AS2. Hope this help someone.</p>
<p>theTM.transitionOutDone = function():Void  {<br />
	trace(&#8220;Transition Out Is Done&#8221;);<br />
};</p>
<p>theTM.transitionInDone = function():Void  {<br />
	trace(&#8220;Transition In Is Done&#8221;);<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SikDave</title>
		<link>http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-11</link>
		<dc:creator>SikDave</dc:creator>
		<pubDate>Mon, 02 Jul 2007 14:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-11</guid>
		<description>I agree, details the Transistion Manager class and it&#039;s events are well hidden, and scarce on the net.

Details can be referenced by using the CS3 help system, and selecting the ActionScript 3.0 Components &gt; All Classes &gt; TransitionManager class, however there is no info on the triggered events.

For info on AS2 triggered events then I suggest that in the Help system you select ActionScript 2.0 Components &gt; ActionScript 2.0 Components Language Reference &gt; TransitionManager class &gt; TransitionManager class summary and review the page.

I had a heck of a time instansiating and handling the TransitionManager events inside a function (in AS2) - couldn&#039;t get it running very well so i opted to use the Tween class instead and achieved the same result with much less code.

Enjoy!

Dave</description>
		<content:encoded><![CDATA[<p>I agree, details the Transistion Manager class and it&#8217;s events are well hidden, and scarce on the net.</p>
<p>Details can be referenced by using the CS3 help system, and selecting the ActionScript 3.0 Components &gt; All Classes &gt; TransitionManager class, however there is no info on the triggered events.</p>
<p>For info on AS2 triggered events then I suggest that in the Help system you select ActionScript 2.0 Components &gt; ActionScript 2.0 Components Language Reference &gt; TransitionManager class &gt; TransitionManager class summary and review the page.</p>
<p>I had a heck of a time instansiating and handling the TransitionManager events inside a function (in AS2) &#8211; couldn&#8217;t get it running very well so i opted to use the Tween class instead and achieved the same result with much less code.</p>
<p>Enjoy!</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash CS3 TransitionManager issue AS3 &#171; Flash Enabled - Get Ready With Flash&#8230;</title>
		<link>http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-2</link>
		<dc:creator>Flash CS3 TransitionManager issue AS3 &#171; Flash Enabled - Get Ready With Flash&#8230;</dc:creator>
		<pubDate>Thu, 21 Jun 2007 10:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexion.wordpress.com/2007/06/12/flash-cs3-transitionmanager-issue/#comment-2</guid>
		<description>[...] CS3 TransitionManager issue&#160;AS3    Flexion wrote: Recently I had an issue with AS3 and it’s TransitionManager class. It seems to me that it [...]</description>
		<content:encoded><![CDATA[<p>[...] CS3 TransitionManager issue&nbsp;AS3    Flexion wrote: Recently I had an issue with AS3 and it’s TransitionManager class. It seems to me that it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
