<?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: Error #2025 &#8211; Clash between Flex 2 &amp; Flash CS3</title>
	<atom:link href="http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/</link>
	<description>Adobe Flex &#38; AIR Development</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:26:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: eriteric</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-27492</link>
		<dc:creator>eriteric</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-27492</guid>
		<description>So yea, it wasn&#039;t the preloader - it was a gallery. Unfortunately i deleted it so I can&#039;t report what exactly conflicted - but I think people get the idea. Thanks again for writing on this.</description>
		<content:encoded><![CDATA[<p>So yea, it wasn&#8217;t the preloader &#8211; it was a gallery. Unfortunately i deleted it so I can&#8217;t report what exactly conflicted &#8211; but I think people get the idea. Thanks again for writing on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eriteric</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-27354</link>
		<dc:creator>eriteric</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-27354</guid>
		<description>Just letting you know, I got the same exact error in a .fla that has nothing to do with a flex application. What a baffling error.... so thank you for writing about it. 

I&#039;m guessing others will come to this page when they experience the same thing. So here&#039;s what I have:

A common preloader in the first frame with this as3 code:

this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onLoadProgress);
this.loaderInfo.addEventListener(Event.COMPLETE, onLoadComplete);

function onLoadProgress(event:ProgressEvent):void
{
	var percent:Number = Math.round((event.bytesLoaded / event.bytesTotal) * 100 )
	this.loaderr.gotoAndStop(percent);
	this.loaderr.prcnt.text = percent + &quot;%&quot;;
	
	if (percent &gt; 95) {
		this.play();
	} else {
		this.stop();
	}
			 
}

function onLoadComplete(event:Event):void
		{
			this.gotoAndStop(2);
		}

-------------------------
And i get the same exact error #2025 when I try to tab from one input text box to the next.
Still not sure what the conflict is here...</description>
		<content:encoded><![CDATA[<p>Just letting you know, I got the same exact error in a .fla that has nothing to do with a flex application. What a baffling error&#8230;. so thank you for writing about it. </p>
<p>I&#8217;m guessing others will come to this page when they experience the same thing. So here&#8217;s what I have:</p>
<p>A common preloader in the first frame with this as3 code:</p>
<p>this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onLoadProgress);<br />
this.loaderInfo.addEventListener(Event.COMPLETE, onLoadComplete);</p>
<p>function onLoadProgress(event:ProgressEvent):void<br />
{<br />
	var percent:Number = Math.round((event.bytesLoaded / event.bytesTotal) * 100 )<br />
	this.loaderr.gotoAndStop(percent);<br />
	this.loaderr.prcnt.text = percent + &#8220;%&#8221;;</p>
<p>	if (percent &gt; 95) {<br />
		this.play();<br />
	} else {<br />
		this.stop();<br />
	}</p>
<p>}</p>
<p>function onLoadComplete(event:Event):void<br />
		{<br />
			this.gotoAndStop(2);<br />
		}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
And i get the same exact error #2025 when I try to tab from one input text box to the next.<br />
Still not sure what the conflict is here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkecman</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-19217</link>
		<dc:creator>mkecman</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-19217</guid>
		<description>I just had exactly this situation and solved it same way as you did.. Removed f** cs3 preloader bar and bug was gone!!
Thank you for this!</description>
		<content:encoded><![CDATA[<p>I just had exactly this situation and solved it same way as you did.. Removed f** cs3 preloader bar and bug was gone!!<br />
Thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex programmers</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-10134</link>
		<dc:creator>Flex programmers</dc:creator>
		<pubDate>Mon, 20 Oct 2008 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-10134</guid>
		<description>Hey I am just getting started with Flex. I would like to use php as the server side scripting...I have bought a book on Flex and they recommend that I use CF, however it can be expensive to host CF. Any recommendations?? Thanks</description>
		<content:encoded><![CDATA[<p>Hey I am just getting started with Flex. I would like to use php as the server side scripting&#8230;I have bought a book on Flex and they recommend that I use CF, however it can be expensive to host CF. Any recommendations?? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-7309</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 27 Feb 2008 04:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-7309</guid>
		<description>One one hand, it&#039;s nice someone&#039;s figured this out. On the other, I&#039;m disturbed that Adobe can&#039;t even make its own products work together. That doesn&#039;t bode well for the for the rest of their architecture.</description>
		<content:encoded><![CDATA[<p>One one hand, it&#8217;s nice someone&#8217;s figured this out. On the other, I&#8217;m disturbed that Adobe can&#8217;t even make its own products work together. That doesn&#8217;t bode well for the for the rest of their architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-6915</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Thu, 31 Jan 2008 06:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-6915</guid>
		<description>Thanks Justin, nice post, glad you contributed to the &quot;clash&quot; theme :).</description>
		<content:encoded><![CDATA[<p>Thanks Justin, nice post, glad you contributed to the &#8220;clash&#8221; theme <img src='http://www.thanksmister.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Winter</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-6914</link>
		<dc:creator>Justin Winter</dc:creator>
		<pubDate>Thu, 31 Jan 2008 05:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-6914</guid>
		<description>I recently came across a similar error related to the PopUpManager and the TileList component when using the Flex Component Kit for Flash CS3. 

I posted an entry on my blog here: 

&lt;a href=&quot;http://www.useflashmore.com/blog/&quot; rel=&quot;nofollow&quot;&gt;Error #2025 - Clash between Flex 3 (Beta 2) &amp; Flash CS3&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I recently came across a similar error related to the PopUpManager and the TileList component when using the Flex Component Kit for Flash CS3. </p>
<p>I posted an entry on my blog here: </p>
<p><a href="http://www.useflashmore.com/blog/" rel="nofollow">Error #2025 &#8211; Clash between Flex 3 (Beta 2) &amp; Flash CS3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonelli</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-5311</link>
		<dc:creator>Tonelli</dc:creator>
		<pubDate>Thu, 18 Oct 2007 19:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-5311</guid>
		<description>Hi,

I have a flex application, and I need to compile it to run with Flash Player 7.

Someone can tell me if it&#039;s posible to do, if it&#039;s possible, how can I do that.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a flex application, and I need to compile it to run with Flash Player 7.</p>
<p>Someone can tell me if it&#8217;s posible to do, if it&#8217;s possible, how can I do that.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek lakhanpal</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-5135</link>
		<dc:creator>vivek lakhanpal</dc:creator>
		<pubDate>Wed, 03 Oct 2007 08:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-5135</guid>
		<description>I have a Breeze like project in which a part or my project i.e. a small module have tree component and Web Service integration into it.

But i found that neither Tree component nor Webservices API is available in CS3.  So i thought to make that particular module in Flex and rest of my application in CS3.

The questions are:
1. Any idea what problems are there in store for me in this integration. (My project is FMS project something like Breeze but not exact replica.)
2. How can i call a method or update variables in CS3 file from flex file. Here i will be importing swf file created in flex into CS3. Please suggest me something here a small example or hint how can i accomplish that.</description>
		<content:encoded><![CDATA[<p>I have a Breeze like project in which a part or my project i.e. a small module have tree component and Web Service integration into it.</p>
<p>But i found that neither Tree component nor Webservices API is available in CS3.  So i thought to make that particular module in Flex and rest of my application in CS3.</p>
<p>The questions are:<br />
1. Any idea what problems are there in store for me in this integration. (My project is FMS project something like Breeze but not exact replica.)<br />
2. How can i call a method or update variables in CS3 file from flex file. Here i will be importing swf file created in flex into CS3. Please suggest me something here a small example or hint how can i accomplish that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.thanksmister.com/index.php/archive/error-2025-clash-between-flex-2-flash-cs3/#comment-4437</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Wed, 01 Aug 2007 22:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=64#comment-4437</guid>
		<description>You should be able to compile the Flash application and import the SWF using SWFLoader, this will give you access to the file in Flex 2.</description>
		<content:encoded><![CDATA[<p>You should be able to compile the Flash application and import the SWF using SWFLoader, this will give you access to the file in Flex 2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
