<?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: Eclipse with NetConnection Debugger</title>
	<atom:link href="http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:25:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: BLITZ Labs &#38;#187; Blog Archive &#38;#187; Xray (The AdminTool) Connector Only Package</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-223</link>
		<dc:creator>BLITZ Labs &#38;#187; Blog Archive &#38;#187; Xray (The AdminTool) Connector Only Package</dc:creator>
		<pubDate>Tue, 19 Sep 2006 18:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-223</guid>
		<description>[...] If you want to use Xray (The AdminTool) as part of the Eclipse IDE you can do this with the PHP Browser plugin that comes with the PHPeclipse project. Sönke Rohde wrote a nice explanation of how to use this plugin here. Simply follow his directions and point the PHPBrowser to where you have put the xray_compact_[verision#].swf file. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to use Xray (The AdminTool) as part of the Eclipse IDE you can do this with the PHP Browser plugin that comes with the PHPeclipse project. Sönke Rohde wrote a nice explanation of how to use this plugin here. Simply follow his directions and point the PHPBrowser to where you have put the xray_compact_[verision#].swf file. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sectore</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-222</link>
		<dc:creator>sectore</dc:creator>
		<pubDate>Sat, 04 Mar 2006 12:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-222</guid>
		<description>Hi Sönke,

thanks for sharing this nice idea!!

P.S. Your tip works fine with the Internal Web Browser too (Window -&gt; Show View -&gt; Other -&gt; Basic -&gt; Internal Web Browser). If anyone don&#039;t want to install PHPEclipse...

Best
sectore</description>
		<content:encoded><![CDATA[<p>Hi Sönke,</p>
<p>thanks for sharing this nice idea!!</p>
<p>P.S. Your tip works fine with the Internal Web Browser too (Window -&#38;gt; Show View -&#38;gt; Other -&#38;gt; Basic -&#38;gt; Internal Web Browser). If anyone don&#8217;t want to install PHPEclipse&#8230;</p>
<p>Best<br />
sectore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Nedev</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-220</link>
		<dc:creator>Nikolay Nedev</dc:creator>
		<pubDate>Tue, 12 Jul 2005 22:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-220</guid>
		<description>Thanks Sonke

Work Perfectly on Linux

After modify in 2 places on Macromedia Remoting Classes

1. In row 93 on mx.remoting.debug.GlobalLocalConnection

change

var suc:Boolean = true;

to

var suc = true;

2. and in mx.remoting.debug.commands.GetConfig

create contsructor and put super() there

and remove from GetConfigCommand() method super().

Thats is all to work on Linux :))

Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks Sonke</p>
<p>Work Perfectly on Linux</p>
<p>After modify in 2 places on Macromedia Remoting Classes</p>
<p>1. In row 93 on mx.remoting.debug.GlobalLocalConnection</p>
<p>change</p>
<p>var suc:Boolean = true;</p>
<p>to</p>
<p>var suc = true;</p>
<p>2. and in mx.remoting.debug.commands.GetConfig</p>
<p>create contsructor and put super() there</p>
<p>and remove from GetConfigCommand() method super().</p>
<p>Thats is all to work on Linux <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-219</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 11 Jul 2005 18:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-219</guid>
		<description>Hi Nicolay,
check my &lt;a href=&quot;http://soenkerohde.com/tutorials/amfphp/&quot; rel=&quot;nofollow&quot;&gt;AMFPHP example&lt;/a&gt; which uses only AS 2.0.</description>
		<content:encoded><![CDATA[<p>Hi Nicolay,<br />
check my <a href="http://soenkerohde.com/tutorials/amfphp/" rel="nofollow">AMFPHP example</a> which uses only AS 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolay Nedev</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-221</link>
		<dc:creator>Nikolay Nedev</dc:creator>
		<pubDate>Sat, 09 Jul 2005 20:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-221</guid>
		<description>I try to run on Linux NetConnectionDebugger.swf with Fames, but when open remoting connection, information in  NetConnectionDebugger fields is empty.

The reason may be because I don&#039;t use #include NetDebug.as.

Do you know how to to run  NetConnection Debugger with AS2 syntax ?

Cheers
Nikolay</description>
		<content:encoded><![CDATA[<p>I try to run on Linux NetConnectionDebugger.swf with Fames, but when open remoting connection, information in  NetConnectionDebugger fields is empty.</p>
<p>The reason may be because I don&#8217;t use #include NetDebug.as.</p>
<p>Do you know how to to run  NetConnection Debugger with AS2 syntax ?</p>
<p>Cheers<br />
Nikolay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-218</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Wed, 22 Jun 2005 10:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-218</guid>
		<description>I also only use the webbrowser 1.1.3 and it works with Eclipse 3.1.

Cheers,
Sönke</description>
		<content:encoded><![CDATA[<p>I also only use the webbrowser 1.1.3 and it works with Eclipse 3.1.</p>
<p>Cheers,<br />
Sönke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuvers</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-217</link>
		<dc:creator>manuvers</dc:creator>
		<pubDate>Tue, 21 Jun 2005 19:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-217</guid>
		<description>hi,
just a simple question of compatibility.
i want to use your technique for the netDebugger and the Admintools but the problem is the following:
actual version of flashout 0.2.1.2 works only with eclipse 3.1 and...
phpeclipse 1.1.4 works only with eclipse 3.0.x but not with eclipse 3.1.
you see the problem !
Is phpeclipse 1.1.3 compatible with eclipse 3.1 ?
I try to you only the webbrowser 1.1.3 of the phpeclipse plugin and I see.
If you a solution thanks for your answer.</description>
		<content:encoded><![CDATA[<p>hi,<br />
just a simple question of compatibility.<br />
i want to use your technique for the netDebugger and the Admintools but the problem is the following:<br />
actual version of flashout 0.2.1.2 works only with eclipse 3.1 and&#8230;<br />
phpeclipse 1.1.4 works only with eclipse 3.0.x but not with eclipse 3.1.<br />
you see the problem !<br />
Is phpeclipse 1.1.3 compatible with eclipse 3.1 ?<br />
I try to you only the webbrowser 1.1.3 of the phpeclipse plugin and I see.<br />
If you a solution thanks for your answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-216</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 13 Jun 2005 07:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-216</guid>
		<description>You have to fix all errors, also check http://soenkerohde.com/2005/04/11/mtasc-v2-components, which is very similar.</description>
		<content:encoded><![CDATA[<p>You have to fix all errors, also check <a href="http://soenkerohde.com/2005/04/11/mtasc-v2-components" rel="nofollow">http://soenkerohde.com/2005/04/11/mtasc-v2-components</a>, which is very similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raz-L</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-215</link>
		<dc:creator>Raz-L</dc:creator>
		<pubDate>Fri, 10 Jun 2005 08:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-215</guid>
		<description>hi, is there a trick for using remoting (and the netconnection debugger) with MTASC ? all I get is a bunch of unused classes errors, and other wrong types errors in mx.remoting
a tutorial or something would be awesome</description>
		<content:encoded><![CDATA[<p>hi, is there a trick for using remoting (and the netconnection debugger) with MTASC ? all I get is a bunch of unused classes errors, and other wrong types errors in mx.remoting<br />
a tutorial or something would be awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Ant: Flash and Rich Internet Applications (RIA) Blog . :: Unit Testing with FAMES</title>
		<link>http://soenkerohde.com/2005/05/eclipse-with-netconnection-debugger/comment-page-1/#comment-214</link>
		<dc:creator>Flash Ant: Flash and Rich Internet Applications (RIA) Blog . :: Unit Testing with FAMES</dc:creator>
		<pubDate>Tue, 24 May 2005 20:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/2005/05/18/eclipse-with-netconnection-debugger/#comment-214</guid>
		<description>[...]  Eclipse. This ingenious technique comes courtesy of S&#195;&#182;nke Rohde who used it to integrate the Net Connection Debugger into Eclipse.  Here are the steps to  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Eclipse. This ingenious technique comes courtesy of S&#38;#195;&#38;#182;nke Rohde who used it to integrate the Net Connection Debugger into Eclipse.  Here are the steps to  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

