<?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: What to do if Flex Builder says, &#8220;Installed Flash Player Is Not a Debugger&#8221;</title>
	<atom:link href="http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/</link>
	<description>Mike Morearty&#039;s blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:15:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dfm</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-33360</link>
		<dc:creator>dfm</dc:creator>
		<pubDate>Wed, 26 Dec 2007 14:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-33360</guid>
		<description>hi, 10x for post!!!</description>
		<content:encoded><![CDATA[<p>hi, 10x for post!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-20256</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Fri, 11 May 2007 08:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-20256</guid>
		<description>from what I understand the flex.swf, framework.swf ... are compiled with debug option to true. are there any tools that extract the debug feature?

I need something to work for the finished product... what other choices do I have? (I don&#039;t want  users with debug flash player version to see those screens)

( what other ways are there.. for the new classes that I load to see the whole framework, not only the classes referenced and included in the main app)

thanks a bunch! :D</description>
		<content:encoded><![CDATA[<p>from what I understand the flex.swf, framework.swf &#8230; are compiled with debug option to true. are there any tools that extract the debug feature?</p>
<p>I need something to work for the finished product&#8230; what other choices do I have? (I don&#8217;t want  users with debug flash player version to see those screens)</p>
<p>( what other ways are there.. for the new classes that I load to see the whole framework, not only the classes referenced and included in the main app)</p>
<p>thanks a bunch! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-20218</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 10 May 2007 18:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-20218</guid>
		<description>Marius, we hope to have several changes in the next versions of Flex and the Flash Player which will fix this problem.  In the meantime, your options are limited.  You can avoid RSLs during active development, and turn them back on later; you can always click Debug instead of Run (that&#039;s what I would probably do); you can change your project so that only framework.swc is an RSL, since that&#039;s the biggest one so you won&#039;t get the message as many times.</description>
		<content:encoded><![CDATA[<p>Marius, we hope to have several changes in the next versions of Flex and the Flash Player which will fix this problem.  In the meantime, your options are limited.  You can avoid RSLs during active development, and turn them back on later; you can always click Debug instead of Run (that&#8217;s what I would probably do); you can change your project so that only framework.swc is an RSL, since that&#8217;s the biggest one so you won&#8217;t get the message as many times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-20203</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Thu, 10 May 2007 08:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-20203</guid>
		<description>mike please help me.

I have the main app, I put in the Library path utilities.swc, flex.swc, rpc.swc .. as RSL (not merge into code, not external), so that when I load new classes, these should have all the framework available.

But I get the annoying &quot;Where is the debugger or profiler running&quot; screen like 10-15 times when I start the app. It does not show only if I push debug. (if I hit play in builder or refresh in browser I get the screen).

what can I do ?</description>
		<content:encoded><![CDATA[<p>mike please help me.</p>
<p>I have the main app, I put in the Library path utilities.swc, flex.swc, rpc.swc .. as RSL (not merge into code, not external), so that when I load new classes, these should have all the framework available.</p>
<p>But I get the annoying &quot;Where is the debugger or profiler running&quot; screen like 10-15 times when I start the app. It does not show only if I push debug. (if I hit play in builder or refresh in browser I get the screen).</p>
<p>what can I do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-19058</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 23 Apr 2007 13:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-19058</guid>
		<description>ActionScript 3 doesn&#039;t support eval(), and it doesn&#039;t have _root.</description>
		<content:encoded><![CDATA[<p>ActionScript 3 doesn&#8217;t support eval(), and it doesn&#8217;t have _root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-19051</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Mon, 23 Apr 2007 12:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-19051</guid>
		<description>spot on re: the arrays.

but i guess you can also do one of something like:

eval(&quot;var myArray&quot;+i+&quot; = new Array();&quot;); // use of eval
or perhaps:
_root[&quot;myArray&quot;+i] = new Array(); // using _root array of variables

messier and some issues tho&#039;

Still don&#039;t get that debugger profiler thing. sigh</description>
		<content:encoded><![CDATA[<p>spot on re: the arrays.</p>
<p>but i guess you can also do one of something like:</p>
<p>eval(&quot;var myArray&quot;+i+&quot; = new Array();&quot;); // use of eval<br />
or perhaps:<br />
_root[&quot;myArray&quot;+i] = new Array(); // using _root array of variables</p>
<p>messier and some issues tho&#8217;</p>
<p>Still don&#8217;t get that debugger profiler thing. sigh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-14857</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 07 Mar 2007 16:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-14857</guid>
		<description>newbie,

If you need multiple arrays, then you will need to make them properties of some other object.  For example:

var arrayOfArrays:Array = new Array();
for (var i:Number=0; i&lt;10; i++) {
    var myArray:Array = new Array();
    arrayOfArrays[i] = myArray;
}

Now, arrayOfArrays is an array with numeric indices -- e.g. arrayOfArrays[0] is the first one, etc.

That is the normal way to do it.  But if you really need the individual arrays to be named as in your example, e.g arrayOfArrays[&quot;myarray0&quot;], arrayOfArrays[&quot;myarray1&quot;], etc. instead of arrayOfArrays[0], arrayOfArrays[1], etc., then you can use this in the loop:

    arrayOfArrays[&quot;myarray&quot;+i] = myArray;</description>
		<content:encoded><![CDATA[<p>newbie,</p>
<p>If you need multiple arrays, then you will need to make them properties of some other object.  For example:</p>
<p>var arrayOfArrays:Array = new Array();<br />
for (var i:Number=0; i&lt;10; i++) {<br />
    var myArray:Array = new Array();<br />
    arrayOfArrays[i] = myArray;<br />
}</p>
<p>Now, arrayOfArrays is an array with numeric indices &#8212; e.g. arrayOfArrays[0] is the first one, etc.</p>
<p>That is the normal way to do it.  But if you really need the individual arrays to be named as in your example, e.g arrayOfArrays[&quot;myarray0&quot;], arrayOfArrays[&quot;myarray1&quot;], etc. instead of arrayOfArrays[0], arrayOfArrays[1], etc., then you can use this in the loop:</p>
<p>    arrayOfArrays[&quot;myarray&quot;+i] = myArray;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-14759</link>
		<dc:creator>newbie</dc:creator>
		<pubDate>Tue, 06 Mar 2007 21:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-14759</guid>
		<description>Hi
how can I create arrays in a for loop in as3.The beneath code is wrong.

for (var i:Number=0;i&lt;10;i++) {
var myarray&quot;i&quot;:Array= new Array;  //I need myarray0, myarray1,....myarray9 
}
Thanks for your help</description>
		<content:encoded><![CDATA[<p>Hi<br />
how can I create arrays in a for loop in as3.The beneath code is wrong.</p>
<p>for (var i:Number=0;i&lt;10;i++) {<br />
var myarray&quot;i&quot;:Array= new Array;  //I need myarray0, myarray1,&#8230;.myarray9<br />
}<br />
Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-11361</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 22 Jan 2007 17:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-11361</guid>
		<description>Hi Kim,

A better place to post would be on the &quot;flexcoders&quot; mailing list, at http://groups.yahoo.com/group/flexcoders .  They apparently do allow job postings on that list.</description>
		<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>A better place to post would be on the &amp;quot;flexcoders&amp;quot; mailing list, at <a href="http://groups.yahoo.com/group/flexcoders" rel="nofollow">http://groups.yahoo.com/group/flexcoders</a> .  They apparently do allow job postings on that list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Dobson</title>
		<link>http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/comment-page-1/#comment-11360</link>
		<dc:creator>Kim Dobson</dc:creator>
		<pubDate>Mon, 22 Jan 2007 17:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-player-is-not-a-debugger/#comment-11360</guid>
		<description>I have an Urgent need for a Perm. Sr. Applications Developer/Flex Architect in the Dallas Texas area, would you happen to know of anyone with that experience that would be interested?  If so please let me know.

Kim Dobson
Placement Manager
214-277-2097</description>
		<content:encoded><![CDATA[<p>I have an Urgent need for a Perm. Sr. Applications Developer/Flex Architect in the Dallas Texas area, would you happen to know of anyone with that experience that would be interested?  If so please let me know.</p>
<p>Kim Dobson<br />
Placement Manager<br />
214-277-2097</p>
]]></content:encoded>
	</item>
</channel>
</rss>
