Hi, barry.beattie wrote: >>Macintosh HD:Users:username:Library:Preferences:Macromedia:Flash >>Player:Logs:flashlog.txt > > > that path doesn't exist for me (PPC 10.4, FB 2.0.1).
[snip] > so, any idea where flashlog.txt is hiding on a Mac? [snip] I needed to create that file and one or two of the directories above. Dont forget to make sure the file and the dirs have the correct permissions. FWIW I dont actually use the firefox plugin(I cant see the point personally) I tail -f the file in a terminal. I've got a couple of aliases set up to remove and recreate the file so I only have to type ft in a terminal to create and tail a new log file. prawn:~ flex$ alias alias _rmfl='rm /Users/flex/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt' alias _tfl='touch /Users/flex/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt' alias ft='_rmfl; _tfl; tail -f /Users/flex/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt' cheers, - shaun

