Flash trace output in firefox, linux -


I am developing an application running on a server on my Linux desktop. Due to flash drawbacks on Linux (Read: It is very difficult) I am developing a small flash part of the app in Windows, which means that there is much frustration in the front and back. Now I use Flash Tracer to output the flash part I am trying to capture and it is proving very difficult too. Can I monitor the production of trace on Linux? Thanks ...

Hope this helps too (I came for Google search):

To trace , You need the debugger version of the Flash Player (especially looking for "debugger" version - they are hard to see for the first time)

then a mm

error Enable reporting = 1 traceoptputable file = 1 MaxWarnies = 50

And then you're good to go - Browser's Restart. When the mark begins to fill, you will get the log file in

  ~ / .macromedia / Flash_Player / logs / flashlog.txt  

  tail ~ / .macromedia / Flash_Player / logs / flashlog.txt -f  

must be sufficient to follow the trace.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -