RE: [flexcoders] Trace log not working

2007-02-06 Thread Matt Horn
Did you get a response to this? If not: the location of the Flash Player
trace log is now hard-wired (this is a for-Vista change). For Windows
XP, it's here:

c:/Documents and Settings/{username}/Application Data/Macromedia/Flash
Player/Logs/flashlog.txt

FP ignores the value of the TraceOutputFileName property now.

matt horn
flex docs

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of David Harris
 Sent: Saturday, February 03, 2007 10:44 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Trace log not working
 
 Hi.
 
 I have an issue where my trace log is not working...
 
 I am sure I have the debug player installed, as I have used 
 the uninstaller and then installed the players located in 
 Flex Builder 2\Player\debug
 
 In my mm.cfg contains:
 TraceOutPutFileName=C:\flashlog.txt
 ErrorReportingEnable=1
 TraceOutputFileEnable=1
 MaxWarnings=0
 
 When I hace a trace command in the code, the file C:\flashlog.txt
 is created, but nothing is written in to the file.
 
 I am running XPPro, FF2 and IE7.
 
 If I run the SAFlashPlayer.exe on the local machine and the 
 trace log works fine... just not from the browsers...
 
 
  
 


Re: [flexcoders] Trace log not working

2007-02-06 Thread David Harris

Thank you Matt!
trace is so much better than Alerting every where!

On 2/7/07, Matt Horn [EMAIL PROTECTED] wrote:


  Did you get a response to this? If not: the location of the Flash Player
trace log is now hard-wired (this is a for-Vista change). For Windows
XP, it's here:

c:/Documents and Settings/{username}/Application Data/Macromedia/Flash
Player/Logs/flashlog.txt

FP ignores the value of the TraceOutputFileName property now.

matt horn
flex docs


 -Original Message-
 From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On
Behalf Of David Harris
 Sent: Saturday, February 03, 2007 10:44 PM
 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 Subject: [flexcoders] Trace log not working

 Hi.

 I have an issue where my trace log is not working...

 I am sure I have the debug player installed, as I have used
 the uninstaller and then installed the players located in
 Flex Builder 2\Player\debug

 In my mm.cfg contains:
 TraceOutPutFileName=C:\flashlog.txt
 ErrorReportingEnable=1
 TraceOutputFileEnable=1
 MaxWarnings=0

 When I hace a trace command in the code, the file C:\flashlog.txt
 is created, but nothing is written in to the file.

 I am running XPPro, FF2 and IE7.

 If I run the SAFlashPlayer.exe on the local machine and the
 trace log works fine... just not from the browsers...





 



[flexcoders] Trace log not working

2007-02-03 Thread David Harris
Hi.

I have an issue where my trace log is not working...

I am sure I have the debug player installed, as I have used the
uninstaller and then installed the players located in Flex Builder
2\Player\debug

In my mm.cfg contains:
TraceOutPutFileName=C:\flashlog.txt
ErrorReportingEnable=1
TraceOutputFileEnable=1
MaxWarnings=0

When I hace a trace command in the code, the file C:\flashlog.txt
is created, but nothing is  written in to the file.

I am running XPPro, FF2 and IE7.

If I run the SAFlashPlayer.exe on the local machine and the trace
log works fine... just not from the browsers...