<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FLEX{er} &#187; Errors</title>
	<atom:link href="http://www.flexer.info/category/errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Tue, 04 Oct 2011 16:23:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.flexer.info</link>
  <url>http://www.flexer.info/favicon.ico</url>
  <title>FLEX{er}</title>
</image>
		<item>
		<title>Undefined Error in Debug Session Because of Sequence</title>
		<link>http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/</link>
		<comments>http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:10:41 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[undefined]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1215</guid>
		<description><![CDATA[If you ever got into the following error (see bellow after this paragraph) you must know how you can overcome it. 
The error is triggered only in debugging. No trace of it in the normal run. But if you need to debug and get this error it will pause the debug session and even after [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F10%2F13%2Fundefined-error-in-debug-session-because-of-sequence%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F10%2F13%2Fundefined-error-in-debug-session-because-of-sequence%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/&title=Undefined+Error+in+Debug+Session+Because+of+Sequence&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>If you ever got into the following error (see bellow after this paragraph) you must know how you can overcome it. </p>
<p>The error is triggered only in debugging. No trace of it in the normal run. But if you need to debug and get this error it will pause the debug session and even after lots of resume pressed you&#8217;ll won&#8217;t get over it because is a cyclic error.</p>
<pre>undefined
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.effects::Effect/effectStartHandler()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\Effect.as:1310]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.effects::EffectInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:580]
	at mx.effects.effectClasses::CompositeEffectInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\CompositeEffectInstance.as:172]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:150]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]</pre>
<p>The error is triggered by Sequence and the code looks like this&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #66cc66;">&lt;</span>mx:Sequence id=<span style="color: #ff0000;">&quot;movement&quot;</span> repeatCount=<span style="color: #ff0000;">&quot;0&quot;</span> startDelay=<span style="color: #ff0000;">&quot;{delay}&quot;</span><span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:Move id=<span style="color: #ff0000;">&quot;movementUp&quot;</span> <span style="color: #0066CC;">target</span>=<span style="color: #ff0000;">&quot;{this}&quot;</span> <span style="color: #0066CC;">duration</span>=<span style="color: #ff0000;">&quot;{interval}&quot;</span> 
        yTo=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:Move id=<span style="color: #ff0000;">&quot;movementDown&quot;</span> <span style="color: #0066CC;">target</span>=<span style="color: #ff0000;">&quot;{this}&quot;</span> <span style="color: #0066CC;">duration</span>=<span style="color: #ff0000;">&quot;{interval}&quot;</span> 
        yTo=<span style="color: #ff0000;">&quot;{_startYPos}&quot;</span> <span style="color: #66cc66;">/&gt;</span>
<span style="color: #66cc66;">&lt;/</span>mx:Sequence<span style="color: #66cc66;">&gt;</span></pre></div></div>

<p>What&#8217;s the problem? After trying different things on the code I noticed that instead of setting the <strong>target</strong> property of the <strong>Sequence</strong> I did set up the <strong>target</strong> of each <strong>Move</strong> item. So by removing the target from each <strong>Move</strong> and adding one to <strong>Sequence</strong> may fix the problem.</p>
<p>Another thing to check is that the sequence is called only once for the target object. If the same effect is called twice or more on the same object and the previous effect did not finished their job a conflict appears. That means that starting the effect on a event that triggers more than once (ex: <strong>updateComplete</strong>, <strong>addedToStage</strong>) will end in this error also. Try use <strong>creationComplete</strong> event instead.</p>
<p>It is important to tell you that the Flex SDK I used to test this are 3.4 and 3.5 from <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" target="_blank">Adobe Nightly Builds</a>.</p>
<p>Hope this helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Import Error: &#8220;One or more files were not imported because there were problems reading them&#8221;</title>
		<link>http://www.flexer.info/2009/07/27/flash-import-error-one-or-more-files-were-not-imported-because-there-were-problems-reading-them/</link>
		<comments>http://www.flexer.info/2009/07/27/flash-import-error-one-or-more-files-were-not-imported-because-there-were-problems-reading-them/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 18:54:52 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash CS4 Professional]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1011</guid>
		<description><![CDATA[The last week I have been working on a Flash/Actionscript 3 project and everything worked well. The project got in an 75% finalized. Meanwhile I needed to install a software product and it crashed my Windows Vista. Saved the important data and tried to fix it without having to reinstall the whole OS and all [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F07%2F27%2Fflash-import-error-one-or-more-files-were-not-imported-because-there-were-problems-reading-them%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F07%2F27%2Fflash-import-error-one-or-more-files-were-not-imported-because-there-were-problems-reading-them%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/07/27/flash-import-error-one-or-more-files-were-not-imported-because-there-were-problems-reading-them/&title=Flash+Import+Error:+&#8220;One+or+more+files+were+not+imported+because+there+were+problems+reading+them&#8221;&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>The last week I have been working on a Flash/Actionscript 3 project and everything worked well. The project got in an 75% finalized. Meanwhile I needed to install a software product and it crashed my Windows Vista. Saved the important data and tried to fix it without having to reinstall the whole OS and all my needed applications but no success. The inevitable has occurred &#8211; must reinstall the OS.</p>
<p>After re-installation I returned to my Flash/Actionscript 3 project. At a point in my development needed to delete an mp3 file but deleted the wrong one. So I wanted to add it back to the project&#8217;s library but I had a big surprise &#8211; an error occurred:</p>
<blockquote><p>One or more files were not imported because there were problems reading them.</p></blockquote>
<p>It was the same file that I added to the project before the windows&#8217; crash but this time could not add it to the library. Tried all kinds of ways to add it but no success. Tried to modify its bit-rate also without success.</p>
<p>Started googling about the problem and found this on <a href="http://kb2.adobe.com/cps/162/tn_16235.html" target="_blank">Adobe&#8217;s site</a>:</p>
<blockquote><p>Flash does not internally support MP3 files with a bitrate over 160kbps. Importing sound files over this size will cause Macromedia Flash to ask Quicktime to handle the import via Quicktime&#8217;s audio subsystem. </p></blockquote>
<p>Although Adobe is saying that if the mp3 having a bit-rate lower than 160kbps will not be affected by this I can say that I tried to lower the bit-rate to that file and than import it in the library but didn&#8217;t work. It seems that the problem is not the bit-rate only.</p>
<p>Truly I didn&#8217;t reinstalled the Apple Quicktime after the crash (but had it installed before the crash). So out of my curiosity and because I wanted to get over this issue as faster as possible I installed Quicktime. And the import worked like a charm.</p>
<p>It seems that Flash authoring tool is &#8211; in a small measure &#8211; dependent on the system codecs.</p>
<p>So if you get into this problem install Quicktime and you should not have the problem anymore. If you already have Quicktime installed Adobe&#8217;s advice is to uninstall it and install the latest version by downloading it from <a href="http://www.apple.com/quicktime/download/" target="_blank">quicktime.com</a>.</p>
<p>Wish you won&#8217;t get this error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/07/27/flash-import-error-one-or-more-files-were-not-imported-because-there-were-problems-reading-them/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>getDefinitionByName Error: &#8220;Variable &#8230; is not defined.&#8221;</title>
		<link>http://www.flexer.info/2009/05/01/getdefinitionbyname-error-variable-is-not-defined/</link>
		<comments>http://www.flexer.info/2009/05/01/getdefinitionbyname-error-variable-is-not-defined/#comments</comments>
		<pubDate>Fri, 01 May 2009 18:14:48 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[runtime errors]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=751</guid>
		<description><![CDATA[I&#8217;ve been playing with Tweensy these days. Tried to understand how it works and how to create effects using particles generator. At some point I run into an error like the following one:
ReferenceError: Error #1065: Variable Box is not defined.
    at global/flash.utils::getDefinitionByName()
    &#8230;
What triggered it is this part of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F05%2F01%2Fgetdefinitionbyname-error-variable-is-not-defined%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F05%2F01%2Fgetdefinitionbyname-error-variable-is-not-defined%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/05/01/getdefinitionbyname-error-variable-is-not-defined/&title=getDefinitionByName+Error:+&#8220;Variable+&#8230;+is+not+defined.&#8221;&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>I&#8217;ve been playing with Tweensy these days. Tried to understand how it works and how to create effects using particles generator. At some point I run into an error like the following one:</p>
<blockquote><p>ReferenceError: Error #1065: Variable Box is not defined.<br />
    at global/flash.utils::getDefinitionByName()<br />
    &#8230;</p></blockquote>
<p>What triggered it is this part of code:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> myClass:<span style="color: #000000; font-weight: bold;">Class</span> = getDefinitionByName<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;Box&quot;</span><span style="color: #66cc66;">&#41;</span> as <span style="color: #000000; font-weight: bold;">Class</span>;</pre></div></div>

<p>The error is saying that the it cannot retrieve the class code because the class is not compiled with the application. Even though you put something like</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">import</span> mx.<span style="color: #006600;">containers</span>.<span style="color: #006600;">Box</span>;</pre></div></div>

<p>the class is not compiled with the application because the linker and the compiler do not add classes that are not referenced in the code.</p>
<p>What is the solution&#8230; Pretty simple and straight forward:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">var</span> _dummyVarToAddBoxToAppCompilation:Box;</pre></div></div>

<p>Even though you&#8217;ll never use the <strong>_dummyVarToAddBoxToAppCompilation</strong> variable it is necessary to use that line to instruct the compiler to include <strong>mx.containers.Box</strong> in the compilation.</p>
<p>You&#8217;ll find the same answer on multiple blogs and forums but still needed to make an article on it. More is always better and easier to find.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/05/01/getdefinitionbyname-error-variable-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.</title>
		<link>http://www.flexer.info/2009/01/27/securityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/</link>
		<comments>http://www.flexer.info/2009/01/27/securityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:04:46 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[runtime errors]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=537</guid>
		<description><![CDATA[Today I managed to find this error twice. It is happening in AIR applications. I had the same application in Flex and then I ported it to AIR. The error that appeared is this:
SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.
The error is saying that you&#8217;re no more allowed to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F01%2F27%2Fsecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F01%2F27%2Fsecurityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/01/27/securityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/&title=SecurityError:+Error+#3015:+Loader.loadBytes()+is+not+permitted+to+load+content+with+executable+code.&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>Today I managed to find this error twice. It is happening in AIR applications. I had the same application in Flex and then I ported it to AIR. The error that appeared is this:<br />
<blockquote>SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.</p></blockquote>
<p>The error is saying that you&#8217;re no more allowed to load executable byte arrays. </p>
<p>To resolve it just use <strong>allowLoadBytesCodeExecution </strong>property of <strong>LoaderContext</strong> class like this:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> myLoaderContext:LoaderContext = <span style="color: #000000; font-weight: bold;">new</span> LoaderContext<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
myLoaderContext.<span style="color: #006600;">allowLoadBytesCodeExecution</span> = <span style="color: #000000; font-weight: bold;">true</span>;
&nbsp;
<span style="color: #000000; font-weight: bold;">var</span> mySwfLoader:SWFLoader = <span style="color: #000000; font-weight: bold;">new</span> SWFLoader<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
mySwfLoader.<span style="color: #006600;">loaderContext</span> = loaderContext;
mySwfLoader.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>Event.<span style="color: #006600;">COMPLETE</span>, handleLoadComplete<span style="color: #66cc66;">&#41;</span>;
mySwfLoader.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>HTTPStatusEvent.<span style="color: #006600;">HTTP_STATUS</span>, handleLoadFault<span style="color: #66cc66;">&#41;</span>;
mySwfLoader.<span style="color: #0066CC;">load</span><span style="color: #66cc66;">&#40;</span>myByteArray<span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>This is all. Hope this helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/01/27/securityerror-error-3015-loaderloadbytes-is-not-permitted-to-load-content-with-executable-code/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VerifyError: Error #1053: Illegal override of&#8230;</title>
		<link>http://www.flexer.info/2009/01/14/verifyerror-error-1053-illegal-override-of/</link>
		<comments>http://www.flexer.info/2009/01/14/verifyerror-error-1053-illegal-override-of/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:42:06 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flex Builder 3]]></category>
		<category><![CDATA[Flex IDE]]></category>
		<category><![CDATA[Flex resources]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=496</guid>
		<description><![CDATA[I think some of you may encountered this &#8220;wonderful&#8221; runtime error, mostly when you work in a team, building different applications that will load in another one.
Shortly the application is telling us that parts are build using different versions of Flex SDK. In my case the main application was build using Flex SDK version 3.1.0 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F01%2F14%2Fverifyerror-error-1053-illegal-override-of%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F01%2F14%2Fverifyerror-error-1053-illegal-override-of%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/01/14/verifyerror-error-1053-illegal-override-of/&title=VerifyError:+Error+#1053:+Illegal+override+of&#8230;&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>I think some of you may encountered this &#8220;wonderful&#8221; runtime error, mostly when you work in a team, building different applications that will load in another one.</p>
<p>Shortly the application is telling us that parts are build using different versions of Flex SDK. In my case the main application was build using Flex SDK version 3.1.0 and the application to be loaded was build using Flex SDK 3.2.0</p>
<p>This are some possible errors:</p>
<blockquote><p>VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy.</p>
<p>ReferenceError: Error #1065: Variable _*_mx_managers_SystemManager is not defined.</p>
<p>VerifyError: Error #1014: Class ISWFLoader could not be found.</p>
<p>ReferenceError: Error #1065: Variable _SWFLoaderStyle__embed_css_Assets_swf___brokenImage_1003344314 is not defined.</p></blockquote>
<p>To get rid of these errors compile your application&#8217;s parts with the same Flex SDK.</p>
<p>You can download Flex SDK from here: <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" target="_blank">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3</a>.</p>
<p>Also you can update your Flex Builder to the last version which includes also the last version of Flex SDK: <a href="http://www.adobe.com/support/flex/downloads_updaters.html" target="_blank">http://www.adobe.com/support/flex/downloads_updaters.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/01/14/verifyerror-error-1053-illegal-override-of/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>HTTPService Requesting XML from FeedBurner Gets Parsed with XSL in IE Browser</title>
		<link>http://www.flexer.info/2008/09/10/httpservice-requesting-xml-from-feedburner-gets-parsed-with-xsl-in-ie-browser/</link>
		<comments>http://www.flexer.info/2008/09/10/httpservice-requesting-xml-from-feedburner-gets-parsed-with-xsl-in-ie-browser/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:32:10 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=252</guid>
		<description><![CDATA[These day I&#8217;ve been fighting with this issue: trying to get the Flexer XML feed from FeedBurner into a Flex application. As many of you may know FeedBurner serves the XML with an XSL and browsers that know XSL will parse it and display it in a nicer way that a simple xml.
The problem is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2008%2F09%2F10%2Fhttpservice-requesting-xml-from-feedburner-gets-parsed-with-xsl-in-ie-browser%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2008%2F09%2F10%2Fhttpservice-requesting-xml-from-feedburner-gets-parsed-with-xsl-in-ie-browser%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2008/09/10/httpservice-requesting-xml-from-feedburner-gets-parsed-with-xsl-in-ie-browser/&title=HTTPService+Requesting+XML+from+FeedBurner+Gets+Parsed+with+XSL+in+IE+Browser&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>These day I&#8217;ve been fighting with this issue: trying to get the <a href="http://feeds.feedburner.com/flexer/" target="_blank">Flexer XML feed</a> from FeedBurner into a Flex application. As many of you may know FeedBurner serves the XML with an XSL and browsers that know XSL will parse it and display it in a nicer way that a simple xml.</p>
<p>The problem is that I use IE 7 for development and debugging which is not the best thing to do. So I did a small application to read a feed from an specified URL.<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_test_feedburner_22869617"
			class="flashmovie"
			width="370"
			height="310">
	<param name="movie" value="/wp-content/uploads/2008/09/test_feedburner.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/wp-content/uploads/2008/09/test_feedburner.swf"
			name="fm_test_feedburner_22869617"
			width="370"
			height="310">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
At run-time in IE I always got this error (is displayed after clicking on <strong>Get HTTPService</strong> button with <strong>format=&#8221;xml&#8221;</strong> unchecked &#8211; <strong style="color:red">ONLY IN IE</strong>) : </p>
<blockquote style="color:red"><p>Error #1085: The element type &#8220;link&#8221; must be terminated by the matching end-tag &#8220;&lt;/link&gt;&#8221;.</p></blockquote>
<p>When I did look in the <strong>message.body</strong> property of the fault event I was shocked to see that what I get is a HTML page &#8211; NOT an XML one. HTML pages do have tags that do not close like &#8220;link&#8221; tag used to add CSS to the page.</p>
<p>I tried every property of HTTP service, some headers and content types, I also made a URLRequest approach but the same thing.</p>
<p>In the other browser the things were different. Everything was OK. I was requesting for an XML I got an XML. That is great! But I still need to make it work in IE.</p>
<p>It seems that IE is different&#8230; It parses everything before sending it to the flash player. I&#8217;m not a hundred percent sure if is correct what I am saying but that is how I explained it. Then a <a href="http://www.flexer.info/author/qbic/" target="_blank">&#8220;brilliant&#8221; colleague of mine</a> found the needed thing &#8211; in the request add <strong>format = &#8220;xml&#8221;</strong> as request. It seems that when <strong>format = &#8220;xml&#8221;</strong> is set FeedBurner sends another header back to IE browser which will tell the browser not to parse the XML with XSL. So, I did it like below (starting with line 11 in the whole code):</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">testGetUrl.<span style="color: #0066CC;">send</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>useFormat.<span style="color: #006600;">selected</span> ? <span style="color: #66cc66;">&#123;</span>format:<span style="color: #ff0000;">'xml'</span><span style="color: #66cc66;">&#125;</span> : <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Notice <strong>{format:&#8221;xml&#8221;</strong>} object which holds our request parameter.</p>
<p>Here is the whole code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #66cc66;">&lt;</span>?<span style="color: #0066CC;">xml</span> <span style="color: #0066CC;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;</span>mx:Application xmlns:mx=<span style="color: #ff0000;">&quot;http://www.adobe.com/2006/mxml&quot;</span> 
    layout=<span style="color: #ff0000;">&quot;absolute&quot;</span> <span style="color: #0066CC;">width</span>=<span style="color: #ff0000;">&quot;370&quot;</span> <span style="color: #0066CC;">height</span>=<span style="color: #ff0000;">&quot;310&quot;</span><span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:HTTPService id=<span style="color: #ff0000;">&quot;testGetUrl&quot;</span> 
        fault=<span style="color: #ff0000;">&quot;handleFault(event)&quot;</span>
        result=<span style="color: #ff0000;">&quot;handleResult(event)&quot;</span>
        resultFormat=<span style="color: #ff0000;">&quot;e4x&quot;</span>
        <span style="color: #0066CC;">url</span>=<span style="color: #ff0000;">&quot;{geturl.text}&quot;</span><span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;/</span>mx:HTTPService<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:<span style="color: #0066CC;">Button</span> x=<span style="color: #ff0000;">&quot;10&quot;</span> y=<span style="color: #ff0000;">&quot;40&quot;</span> label=<span style="color: #ff0000;">&quot;Get HTTPService&quot;</span> 
        click=<span style="color: #ff0000;">&quot;testGetUrl.send(
            (useFormat.selected ? {format:'xml'} : {})
        )&quot;</span><span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:<span style="color: #0066CC;">Button</span> x=<span style="color: #ff0000;">&quot;137&quot;</span> y=<span style="color: #ff0000;">&quot;40&quot;</span> label=<span style="color: #ff0000;">&quot;Get URLRequest&quot;</span> 
        click=<span style="color: #ff0000;">&quot;handleGetUrlRequest(event)&quot;</span><span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:CheckBox id=<span style="color: #ff0000;">&quot;useFormat&quot;</span> x=<span style="color: #ff0000;">&quot;10&quot;</span> y=<span style="color: #ff0000;">&quot;70&quot;</span> 
        label=<span style="color: #ff0000;">&quot;Use format=&amp;quot;xml&amp;quot;&quot;</span><span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:TextInput id=<span style="color: #ff0000;">&quot;geturl&quot;</span> x=<span style="color: #ff0000;">&quot;10&quot;</span> y=<span style="color: #ff0000;">&quot;10&quot;</span> 
        <span style="color: #0066CC;">width</span>=<span style="color: #ff0000;">&quot;350&quot;</span> <span style="color: #0066CC;">text</span>=<span style="color: #ff0000;">&quot;http://feeds.feedburner.com/flexer/&quot;</span><span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:TextArea id=<span style="color: #ff0000;">&quot;geturlresp&quot;</span> x=<span style="color: #ff0000;">&quot;10&quot;</span> y=<span style="color: #ff0000;">&quot;96&quot;</span> 
        <span style="color: #0066CC;">width</span>=<span style="color: #ff0000;">&quot;350&quot;</span> <span style="color: #0066CC;">height</span>=<span style="color: #ff0000;">&quot;204&quot;</span><span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:Script<span style="color: #66cc66;">&gt;</span>
        <span style="color: #66cc66;">&lt;!</span><span style="color: #66cc66;">&#91;</span>CDATA<span style="color: #66cc66;">&#91;</span>
            <span style="color: #0066CC;">import</span> mx.<span style="color: #006600;">rpc</span>.<span style="color: #006600;">events</span>.<span style="color: #006600;">ResultEvent</span>;
            <span style="color: #0066CC;">import</span> mx.<span style="color: #006600;">rpc</span>.<span style="color: #006600;">events</span>.<span style="color: #006600;">FaultEvent</span>;
&nbsp;
            <span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handleFault<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:FaultEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
            <span style="color: #66cc66;">&#123;</span>
                <span style="color: #000000; font-weight: bold;">var</span> temp:<span style="color: #0066CC;">String</span> = <span style="color: #0066CC;">e</span>.<span style="color: #006600;">fault</span>.<span style="color: #006600;">faultString</span>.<span style="color: #0066CC;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> + 
                    <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> + <span style="color: #0066CC;">e</span>.<span style="color: #0066CC;">message</span>.<span style="color: #006600;">body</span>.<span style="color: #0066CC;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
                geturlresp.<span style="color: #0066CC;">text</span> = <span style="color: #ff0000;">&quot;HTTPSERVICE FAULT!<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> + temp;
            <span style="color: #66cc66;">&#125;</span>
&nbsp;
            <span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handleResult<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:ResultEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
            <span style="color: #66cc66;">&#123;</span>
                <span style="color: #000000; font-weight: bold;">var</span> temp:<span style="color: #66cc66;">*</span> = <span style="color: #0066CC;">e</span>.<span style="color: #006600;">result</span>;
                geturlresp.<span style="color: #0066CC;">text</span> = <span style="color: #ff0000;">&quot;HTTPSERVICE RESULT!<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> + 
                    <span style="color: #0066CC;">e</span>.<span style="color: #006600;">result</span>.<span style="color: #0066CC;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
            <span style="color: #66cc66;">&#125;</span>
&nbsp;
            <span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handleGetUrlRequest<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:MouseEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
            <span style="color: #66cc66;">&#123;</span>
                <span style="color: #000000; font-weight: bold;">var</span> urlReq:URLRequest = <span style="color: #000000; font-weight: bold;">new</span> URLRequest<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">geturl</span>.<span style="color: #0066CC;">text</span> + 
                    <span style="color: #66cc66;">&#40;</span>useFormat.<span style="color: #006600;">selected</span> ? <span style="color: #ff0000;">&quot;/?format=xml&quot;</span> : <span style="color: #ff0000;">&quot;&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
&nbsp;
&nbsp;
                urlReq.<span style="color: #006600;">method</span> = URLRequestMethod.<span style="color: #0066CC;">GET</span>;
                <span style="color: #000000; font-weight: bold;">var</span> urlLoader:URLLoader = <span style="color: #000000; font-weight: bold;">new</span> URLLoader<span style="color: #66cc66;">&#40;</span>urlReq<span style="color: #66cc66;">&#41;</span>;
                urlLoader.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>
                    Event.<span style="color: #006600;">COMPLETE</span>, handleUrlRequestComplete<span style="color: #66cc66;">&#41;</span>;
            <span style="color: #66cc66;">&#125;</span>
&nbsp;
            <span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handleUrlRequestComplete<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:Event<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
            <span style="color: #66cc66;">&#123;</span>
                <span style="color: #000000; font-weight: bold;">var</span> tmp:<span style="color: #66cc66;">*</span> = <span style="color: #0066CC;">e</span>.<span style="color: #006600;">currentTarget</span>.<span style="color: #0066CC;">data</span>;
                geturlresp.<span style="color: #0066CC;">text</span> = <span style="color: #ff0000;">&quot;URLREQUEST COMPLETE!<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> + 
                    tmp.<span style="color: #0066CC;">toString</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
            <span style="color: #66cc66;">&#125;</span>
        <span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;/</span>mx:Script<span style="color: #66cc66;">&gt;</span>
<span style="color: #66cc66;">&lt;/</span>mx:Application<span style="color: #66cc66;">&gt;</span></pre></td></tr></table></div>

<p>I made also a <strong>URLRequest </strong>option so you can see that is something that is not happening only when using <strong>HTTPService</strong>.</p>
<p>Again&#8230; I want to specify that the error appears <strong>only on IE</strong>.</p>
<p>We may write new articles on this as we will found more about it. <img src='http://www.flexer.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  So keep reading us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2008/09/10/httpservice-requesting-xml-from-feedburner-gets-parsed-with-xsl-in-ie-browser/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex runtime errors after reverting to old 9.0.28 version</title>
		<link>http://www.flexer.info/2007/10/12/flex-runtime-errors-after-reverting-to-old-9028-version/</link>
		<comments>http://www.flexer.info/2007/10/12/flex-runtime-errors-after-reverting-to-old-9028-version/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 07:39:50 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flex IDE]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[runtime errors]]></category>

		<guid isPermaLink="false">http://www.flexer.info/2007/10/12/flex-runtime-errors-after-reverting-to-old-9028-version/</guid>
		<description><![CDATA[In the previous article found here we reverted to 9.0.28 flash player because we still need the debugging version of flash player for Flex Builder 2. The approach is working and the debug is working again but sometimes in bigger application where a lot of actionscripting is involved some runtime errors are arising. It seems [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2007%2F10%2F12%2Fflex-runtime-errors-after-reverting-to-old-9028-version%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2007%2F10%2F12%2Fflex-runtime-errors-after-reverting-to-old-9028-version%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2007/10/12/flex-runtime-errors-after-reverting-to-old-9028-version/&title=Flex+runtime+errors+after+reverting+to+old+9.0.28+version&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>In the previous article found <a href="http://www.flexer.info/2007/10/11/flex-debug-not-working-after-updating-to-a-new-version-of-flash-player/">here</a> we reverted to 9.0.28 flash player because we still need the debugging version of flash player for Flex Builder 2. The approach is working and the debug is working again but sometimes in bigger application where a lot of actionscripting is involved some runtime errors are arising. It seems that the player found in &#8220;<em>Player Backup/debug</em>&#8221; is not the same with the last player (and in deed it seems to be the player from Flex Builder 2.0.0 not the one from the 2.0.1 update) and because of that some errors will appear. To solve this issue i found <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&amp;sliceId=1" target="_blank">Archived Flash players available for testing purposes</a> where different versions of flash player can be downloaded for testing purposes. I&#8217;ve downloaded &#8220;<em>Flash Player 9 (debugger versions) (61.0 MB)</em>&#8221; and from there installed the 9.0.28 version also as simple debug version and also as ActiveX. From now on the runtime error didn&#8217;t appeared anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2007/10/12/flex-runtime-errors-after-reverting-to-old-9028-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex debug not working after updating to a new version of flash player</title>
		<link>http://www.flexer.info/2007/10/11/flex-debug-not-working-after-updating-to-a-new-version-of-flash-player/</link>
		<comments>http://www.flexer.info/2007/10/11/flex-debug-not-working-after-updating-to-a-new-version-of-flash-player/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 12:04:21 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flex IDE]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.flexer.info/2007/10/11/flex-debug-not-working-after-updating-to-a-new-version-of-flash-player/</guid>
		<description><![CDATA[These days I ran into a problem. I updated the flash player (from 9.0.28) to the last version (9.0.47 &#8211; moviestar) and after that the debug didn&#8217;t want to work anymore. The error that Flex Builder 2.0.1 displays is:
C:\Program Files\Mozilla Firefox\plugins\NPSWF32.dll
Flex Builder cannot locate the required version of the Flash Player. You may need to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2007%2F10%2F11%2Fflex-debug-not-working-after-updating-to-a-new-version-of-flash-player%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2007%2F10%2F11%2Fflex-debug-not-working-after-updating-to-a-new-version-of-flash-player%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2007/10/11/flex-debug-not-working-after-updating-to-a-new-version-of-flash-player/&title=Flex+debug+not+working+after+updating+to+a+new+version+of+flash+player&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>These days I ran into a problem. I updated the flash player (from 9.0.28) to the last version (9.0.47 &#8211; moviestar) and after that the debug didn&#8217;t want to work anymore. The error that Flex Builder 2.0.1 displays is:</p>
<p><em>C:\Program Files\Mozilla Firefox\plugins\NPSWF32.dll</em></p>
<p><em>Flex Builder cannot locate the required version of the Flash Player. You may need to install Flash Player 9.0 or reinstall Flex Builder. Do you want to try to run your application with the current version?</em></p>
<p>I searched the internet but nothing helped me but the ultimate version was to backup all my projects and uninstall the whole Flex Builder 2.0.1 application together with the plugins installed to help me in development (like Subversion).</p>
<p>The very funny thing was that after finishing uninstall  I noticed some folders left in Flex Builder 2 program file folder&#8230; and among those was <em>Player Backup\debug</em> where a lot of backups for problems with flash players. Next time after updating your flash player if you need to use the Flex Builder&#8217;s own flash player (which has debug) go to <em>C:\Program Files\Adobe\Flex Builder 2\Player Backup\debug</em> and run &#8220;<em>Install Flash Player 9.exe</em>&#8221; to get back to the old version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2007/10/11/flex-debug-not-working-after-updating-to-a-new-version-of-flash-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

