<?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: Trace from the browser, using standard trace()</title>
	<atom:link href="http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/</link>
	<description>lulz</description>
	<lastBuildDate>Mon, 01 Mar 2010 01:42:44 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tyler</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1918</link>
		<dc:creator>tyler</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1918</guid>
		<description>Looks like I&#039;m stuck, I just downloaded the most recent debugger and on step 5 I don&#039;t see a Logs folder in my Flash Player folder.

Any ideas??
thanks</description>
		<content:encoded><![CDATA[<p>Looks like I&#8217;m stuck, I just downloaded the most recent debugger and on step 5 I don&#8217;t see a Logs folder in my Flash Player folder.</p>
<p>Any ideas??<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Limpika</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1911</link>
		<dc:creator>Nico Limpika</dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1911</guid>
		<description>Wow complicated to do!  Check out  &lt;a href=&quot;http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash&quot; rel=&quot;nofollow&quot;&gt;http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash&lt;/a&gt; It&#039;s much more simple to set up.

Trace(someObj) and you get [object SomeClass].  FireFlash lets you see the properties of objects. Its the Firebug console solution for Flash.</description>
		<content:encoded><![CDATA[<p>Wow complicated to do!  Check out  <a href="http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash" rel="nofollow">http://www.actionscript-flash-guru.com/blog/21-fireflash-firebug-console-for-flash</a> It&#8217;s much more simple to set up.</p>
<p>Trace(someObj) and you get [object SomeClass].  FireFlash lets you see the properties of objects. Its the Firebug console solution for Flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1903</link>
		<dc:creator>Erwin</dc:creator>
		<pubDate>Fri, 20 Nov 2009 12:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1903</guid>
		<description>For me (Leopard, firefox 3.5.5) this method only worked when I installed this firefox extension: https://addons.mozilla.org/nl/firefox/addon/3469 and then did the steps as discriped above. 

Also, I had to put a copy of mm.cfg in my [username] folder.</description>
		<content:encoded><![CDATA[<p>For me (Leopard, firefox 3.5.5) this method only worked when I installed this firefox extension: <a href="https://addons.mozilla.org/nl/firefox/addon/3469" rel="nofollow">https://addons.mozilla.org/nl/firefox/addon/3469</a> and then did the steps as discriped above. </p>
<p>Also, I had to put a copy of mm.cfg in my [username] folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khalid</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1902</link>
		<dc:creator>Khalid</dc:creator>
		<pubDate>Tue, 17 Nov 2009 11:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1902</guid>
		<description>hello,

has anyone got this working with FF 3.5.5? I&#039;ve just tried and the output text file is not getting created. I followed the above instructions to the letter.

Thanks
Khalid</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>has anyone got this working with FF 3.5.5? I&#8217;ve just tried and the output text file is not getting created. I followed the above instructions to the letter.</p>
<p>Thanks<br />
Khalid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sequoia mcdowell</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1900</link>
		<dc:creator>sequoia mcdowell</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1900</guid>
		<description>Thank you for this tip!  I have my apache log files tail-f&#039;ing already, so this just fits right in.  Plus, it&#039;s just nice to have things log to text, then I can do whatever I want with it.

Watching other peoples&#039; traces is fun too!  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you for this tip!  I have my apache log files tail-f&#8217;ing already, so this just fits right in.  Plus, it&#8217;s just nice to have things log to text, then I can do whatever I want with it.</p>
<p>Watching other peoples&#8217; traces is fun too!  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aubrey Taylor</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1892</link>
		<dc:creator>Aubrey Taylor</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1892</guid>
		<description>Wish the links to the resources on this page wouldn&#039;t open in &quot;_self&quot;. :( I&#039;d like to keep this tutorial open and not navigate away when I click on something.</description>
		<content:encoded><![CDATA[<p>Wish the links to the resources on this page wouldn&#8217;t open in &#8220;_self&#8221;. <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;d like to keep this tutorial open and not navigate away when I click on something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1890</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Tue, 13 Oct 2009 23:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1890</guid>
		<description>Thank you soooo much for outlining this!  Works in Firefox 3.5.3 for me combined with the Flash Tracer plugin.  I used to make a hovering text field to show traces online, now I don&#039;t have to mess around with that anymore.

Now for some proper online debugging!</description>
		<content:encoded><![CDATA[<p>Thank you soooo much for outlining this!  Works in Firefox 3.5.3 for me combined with the Flash Tracer plugin.  I used to make a hovering text field to show traces online, now I don&#8217;t have to mess around with that anymore.</p>
<p>Now for some proper online debugging!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1883</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1883</guid>
		<description>Wow! Very nice guide. This is a lifesaver now that FlashTracer don&#039;t work on Firefox 3.5 or obviously for cross-browser testing. Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Wow! Very nice guide. This is a lifesaver now that FlashTracer don&#8217;t work on Firefox 3.5 or obviously for cross-browser testing. Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1791</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1791</guid>
		<description>Thank you!!!</description>
		<content:encoded><![CDATA[<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-1782</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 14 Aug 2009 09:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-1782</guid>
		<description>Mike, mm.cfg is just a text file, right click on it and open it with Notepad.</description>
		<content:encoded><![CDATA[<p>Mike, mm.cfg is just a text file, right click on it and open it with Notepad.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
