<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Debugging Flex applications with mm.cfg and flashlog.txt</title>
	<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 09:51:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: JasonM</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-16205</link>
		<author>JasonM</author>
		<pubDate>Thu, 16 Oct 2008 05:33:45 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-16205</guid>
		<description>No problem Peter, happy to add some goodness. ;)</description>
		<content:encoded><![CDATA[<p>No problem Peter, happy to add some goodness. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calvin</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-13650</link>
		<author>calvin</author>
		<pubDate>Wed, 25 Jun 2008 13:58:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-13650</guid>
		<description>If you are looking for the correct folder under Vista bear in mind that the current user folder is a filofax looking icon and is usually situated just under the desktop icon in windows explorer. I was looking around for ages not realising vista hides this folder while in c:\users\...it isnt seemingly here but it is ! then copy the config file there and something/or the debug player creates this file.</description>
		<content:encoded><![CDATA[<p>If you are looking for the correct folder under Vista bear in mind that the current user folder is a filofax looking icon and is usually situated just under the desktop icon in windows explorer. I was looking around for ages not realising vista hides this folder while in c:\users\&#8230;it isnt seemingly here but it is ! then copy the config file there and something/or the debug player creates this file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bora Nikolic</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-12079</link>
		<author>Bora Nikolic</author>
		<pubDate>Fri, 18 Apr 2008 03:41:02 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-12079</guid>
		<description>I've had mm.cfg and flashlog.txt stop working after upgrading to a new version of the Flash Debug Player (9.0.124.0) on Mac OS X (Intel) - Hope my post helps someone, have a look here: http://www.boranikolic.com/blog/2008/04/17/flash-player-debug-version-problems-in-os-x-demystified/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had mm.cfg and flashlog.txt stop working after upgrading to a new version of the Flash Debug Player (9.0.124.0) on Mac OS X (Intel) - Hope my post helps someone, have a look here: <a href="http://www.boranikolic.com/blog/2008/04/17/flash-player-debug-version-problems-in-os-x-demystified/" rel="nofollow">http://www.boranikolic.com/blog/2008/04/17/flash-player-debug-version-problems-in-os-x-demystified/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-7476</link>
		<author>peterd</author>
		<pubDate>Mon, 10 Mar 2008 23:21:01 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-7476</guid>
		<description>JasonM,

That is awesome, thanks for the feedback!

Peter</description>
		<content:encoded><![CDATA[<p>JasonM,</p>
<p>That is awesome, thanks for the feedback!</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonM</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-7473</link>
		<author>JasonM</author>
		<pubDate>Mon, 10 Mar 2008 21:39:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-7473</guid>
		<description>By the way, the Windows equivalent to the Unix home alias (e.g. ~/ )

is %USERPROFILE%

On XP This points to the Home folder, on Vista this points to the home folder... even though they are named differently.

From CMD you can 

CD %USERPROFILE% 

To change folder to your home folder... 

or you can...

ECHO %USERPROFILE%

to display the home folder....

So locating the flashlog.txt in Windows is better done as...

"%USERPROFILE%\Application Data\Macromedia\Flash Player\Logs\flashlog.txt"

This way you can setup tools for your whole team / interactive department... and that's nice.</description>
		<content:encoded><![CDATA[<p>By the way, the Windows equivalent to the Unix home alias (e.g. ~/ )</p>
<p>is %USERPROFILE%</p>
<p>On XP This points to the Home folder, on Vista this points to the home folder&#8230; even though they are named differently.</p>
<p>From CMD you can </p>
<p>CD %USERPROFILE% </p>
<p>To change folder to your home folder&#8230; </p>
<p>or you can&#8230;</p>
<p>ECHO %USERPROFILE%</p>
<p>to display the home folder&#8230;.</p>
<p>So locating the flashlog.txt in Windows is better done as&#8230;</p>
<p>&#8220;%USERPROFILE%\Application Data\Macromedia\Flash Player\Logs\flashlog.txt&#8221;</p>
<p>This way you can setup tools for your whole team / interactive department&#8230; and that&#8217;s nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonM</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-7472</link>
		<author>JasonM</author>
		<pubDate>Mon, 10 Mar 2008 21:33:42 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-7472</guid>
		<description>Just to get things nice and straight... 

mm.cfg will not be created for you. You will have to create the file yourself.

The definitive location of the log file in Linux is...

~/.macromedia/Flash_Player/Logs/flashlog.txt

Please don't use /home/$USERNAME$/ since this requires you to define the USERNAME yourself, 

~/ is always defined as your home folder on a unix/linux system, including Mac Os X.

On Linux / Unix - you can use..

  tail -f ~/.macromedia/Flash_Player/Logs/flashlog.txt

Which will view the the progress of the flashlog.txt in  a terminal window.

On Mac Os X use the Console to view the file.

On Windows, you can get numerous tail-alike programs, Windows 2003 Server Resource kit from Microsoft includes a tail.exe, there's also Cygwin so you can use unix tail.</description>
		<content:encoded><![CDATA[<p>Just to get things nice and straight&#8230; </p>
<p>mm.cfg will not be created for you. You will have to create the file yourself.</p>
<p>The definitive location of the log file in Linux is&#8230;</p>
<p>~/.macromedia/Flash_Player/Logs/flashlog.txt</p>
<p>Please don&#8217;t use /home/$USERNAME$/ since this requires you to define the USERNAME yourself, </p>
<p>~/ is always defined as your home folder on a unix/linux system, including Mac Os X.</p>
<p>On Linux / Unix - you can use..</p>
<p>  tail -f ~/.macromedia/Flash_Player/Logs/flashlog.txt</p>
<p>Which will view the the progress of the flashlog.txt in  a terminal window.</p>
<p>On Mac Os X use the Console to view the file.</p>
<p>On Windows, you can get numerous tail-alike programs, Windows 2003 Server Resource kit from Microsoft includes a tail.exe, there&#8217;s also Cygwin so you can use unix tail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garret</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-3372</link>
		<author>Garret</author>
		<pubDate>Thu, 11 Oct 2007 21:21:39 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-3372</guid>
		<description>Hi guys,

I'm using the flex 2 sdk command line compiler to compile AS3 code that I'm writing in TextPad.  I can't seem to find any file named mm.cfg or logfile.txt on my computer.  I would like to be able to use the trace() function and also view runtime errors when they occur.  Would anybody know why these files don't exist?  

Thanks,
Garret</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I&#8217;m using the flex 2 sdk command line compiler to compile AS3 code that I&#8217;m writing in TextPad.  I can&#8217;t seem to find any file named mm.cfg or logfile.txt on my computer.  I would like to be able to use the trace() function and also view runtime errors when they occur.  Would anybody know why these files don&#8217;t exist?  </p>
<p>Thanks,<br />
Garret</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julien</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-3079</link>
		<author>julien</author>
		<pubDate>Sun, 30 Sep 2007 14:11:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-3079</guid>
		<description>Hi, for linux it's /home/USERNAME/.macromedia/Flash_Player/Logs/flashlog.txt 

:)
Cheers</description>
		<content:encoded><![CDATA[<p>Hi, for linux it&#8217;s /home/USERNAME/.macromedia/Flash_Player/Logs/flashlog.txt </p>
<p>:)<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elango</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-529</link>
		<author>Elango</author>
		<pubDate>Mon, 27 Aug 2007 11:26:23 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-529</guid>
		<description>Firefox has FlashTracer addon which will show the trace output as a seperate panel when configuring flashlog.txt path in the FlashTracer option.

https://addons.mozilla.org/en-US/firefox/addon/3469

Thanks</description>
		<content:encoded><![CDATA[<p>Firefox has FlashTracer addon which will show the trace output as a seperate panel when configuring flashlog.txt path in the FlashTracer option.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3469" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/3469</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charly</title>
		<link>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-527</link>
		<author>Charly</author>
		<pubDate>Mon, 27 Aug 2007 11:14:42 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/#comment-527</guid>
		<description>But on my OSX 10.4.9 it's in the Path: MacHD:Users:username

greets</description>
		<content:encoded><![CDATA[<p>But on my OSX 10.4.9 it&#8217;s in the Path: MacHD:Users:username</p>
<p>greets</p>
]]></content:encoded>
	</item>
</channel>
</rss>
