Can I somehow log all AS3 finctions swf calls during runtime with debug version of Flash player?
P.S. I have no access to sources
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the swf is compiled to release mode, you will not be able to see the trace calls as they are not compiled into a release build. If however you know that the swf is compiled to debug mode, there is a file that you can check that the flash player logs to. The location of the file is different depending on your OS. An extract from http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/help.html?content=build_apps_6.html
Here are two plugins for firefox which can assist you with debugging swf files:
https://addons.mozilla.org/en-US/firefox/addon/flashtracer/
https://addons.mozilla.org/en-US/firefox/addon/flashbug/